Skip to content
andy diller edited this page Dec 24, 2019 · 20 revisions

If you have a board, either from us, or you've built one yourself, one way to test it is below:

  • Install and Run Arduino IDE Arduino IDE download

  • Install the ESP8266 or ESP32 Board Support Software (firmware)

  • Go into Tools->Board->Boards Manager and paste the appropriate URL for board support.

  • ESP8266 Enter https://arduino.esp8266.com/stable/package_esp8266com_index.json

  • ESP32 : https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

  • Use the latest version for ESP32

  • Use 2.4.0 only for ESP8266!

  • Install the ESP8266 or ESP32 Sketch Data Upload tool ** Exit Arduino IDE if running ** Install the ESP8266 or ESP32 Sketch Data Upload tool by unpacking it into your ~/Arduino/tools folder, if tools does not exist, create it and put the unzipped folder into tools (with an 's') *** ESP8266 Sketch Data Upload Tool Download *** ESP32 Sketch Data Upload Tool Download

  • Clone the latest copy of the #FujiNet code from github. #FujiNet Github Repository

  • Open esp32/tests/config. (This will work for both boards)

  • Change line 4 define to ESP8266 or ESP32 depending on your board

  • Enable debugging if you want to receive it.

  • Connect your board to the USB port.

  • Use the Upload function to upload the code to the board.

  • Use the Tools->ESP8266 (or ESP32) Sketch Data Upload Tool to upload the data in the data/ directory (the ATR image) ** This happens automatically, just select the Data Upload Tool and the process will start

  • You can then connect the #FujiNet to the Atari, and attempt to boot.

IF all goes well, you will see the Network Configuration screen.

  • Select your network, enter password if needed.

  • at the host prompt, enter fujinet.online and press RETURN.

  • Select a disk image with the arrow keys, and RETURN to select.

  • Before pressing RETURN, optionally hold down OPTION if BASIC is to be disabled.

Notes:

  • for SparaDos SDX, use COLD /N to reboot and FujiNet should then load.
  • for U1MB users ensure BASIC is disabled
Clone this wiki locally