-
Notifications
You must be signed in to change notification settings - Fork 74
Board Bring Up
europlus edited this page Sep 20, 2024
·
21 revisions
Please see Board Bring-Up for Platform.IO instead.
If you have a board, either from us, or you've built one yourself, one way to test it is below:
- Go into Arduino/Preferences (in Arduino 1.8.10 IDE, under "File->Preferences") and paste the appropriate URL in the Additional Boards Manager URLs field
- Now go into Tools->Board->Boards Manager and search for '8266' or 'esp32' depending on your board.
- Select the proper version of the firmware and click on the Install button
- Use the latest version for ESP32
- Use the latest firmware for ESP8266
- Now go to Tools->Board and choose your NodeMCU or ESP32 board depending on your board.
- 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')
- Enable debugging if you want to receive it.
- If you want to use DEBUG_N for networking, define DEBUG_SSID and DEBUG_PASSWORD to match your desired network.
- 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.
- for SparaDos SDX, use
COLD /N
to reboot and FujiNet should then load. - for U1MB users ensure BASIC is disabled
Copyright 2024 Contributors to the FujiNetWIFI project.
Join us on Discord: https://discord.gg/7MfFTvD
- Home
- What is FujiNet?
- The Definition of Done
- Board bring up for FujiNet Platform.IO code
- The Complete Linux CLI Guide
- The Complete macOS CLI Guide
- Development Env for Apps
- FujiNet-Development-Guidelines
- System Quickstarts
- FujiNet Flasher
- Setting up a TNFS Server
- FujiNet Configuration File: fnconfig.ini
- AppKey Registry - SIO Command $DC Open App Key
- CP-M Support
- BBS
- Official Hardware Versions
- Prototype Board Revisions
- FujiNet Development Guidelines
- Atari Programming
- Apple Programming
- C64 Programming
- ADAM Programming
- Testing Plan
- Hacker List
- FujiNet VirtualMachine