Skip to content

Testing Results V1.3 ‐ Atari

Thomas Cherryhomes edited this page Apr 20, 2024 · 10 revisions

Initial Power on

Power on FujiNet via external USB

(using SD card from known good network configuration)

  • Did Lights blink dim, then black? Yes
  • Did White WIFI light turn on? Yes

FujiNet booted with the following debug info:

17:24:11.746 > FujiNet v1.3 2024-04-20 17:00:00 Started @ 7
17:24:11.746 > Starting heap: 4297920
17:24:11.748 > [src/main.cpp:162] main_setup(): Heap: 157047
17:24:11.750 > 
17:24:11.771 > Detected Hardware Version: 1.6.1 and up
17:24:11.771 > Safe Reset button ENABLED on GPIO 14
17:24:12.241 > SPIFFS mounted.
17:24:12.330 > SD mounted.
17:24:12.330 > fnConfig::load
17:24:12.330 > Load fnconfig.ini from SD
17:24:12.330 > fopen = /fnconfig.ini : ok
17:24:12.335 > fnConfig::load read 1096 bytes from config file
17:24:12.335 > Reading wifi section
17:24:12.338 > Reading stored wifi section for index: 0
17:24:12.433 > FLASH Config Storage: Enabled
17:24:12.433 > fnConfig::load read 1096 bytes from FLASH config file
17:24:12.435 > disk UNMOUNT
17:24:12.435 > FileSystemSPIFFS::filehandler_open /autorun.atr rb
17:24:12.673 > new FileHandlerLocal
17:24:12.673 > disk MOUNT
17:24:12.673 > ATR MOUNT
17:24:12.673 > FileHandlerLocal::seek
17:24:12.674 > FileHandlerLocal::read
17:24:12.674 > mounted ATR: paragraphs=5760, sect_size=128, sect_count=720, disk_size=0
17:24:12.676 > PCLINK[1] MOUNT "/sd"
17:24:12.676 > Creating a default printer using FS_SDFAT storage and type 2
17:24:12.677 > SIO SETUP
17:24:12.678 > Set HSIO baud from 19200 to 124017 (index 0), alt=126674
17:24:12.678 > Available heap: 4205512
17:24:12.680 > Setup complete @ 938 (931ms)
17:24:12.680 > [src/main.cpp:463] main_setup(): Low Heap: 148475
17:24:12.683 > 
17:24:12.693 > WiFiManager::start() complete
17:24:12.775 > WiFiManager attempting to connect:
17:24:12.775 > ssid = Cherryhomes
17:24:12.775 > WiFi connect attempt to SSID "Cherryhomes"
17:24:12.777 > WIFI_EVENT_STA_START
17:24:12.777 > esp_wifi_connect returned 0
17:24:14.593 > WIFI_EVENT_STA_CONNECTED
17:24:16.586 > IP_EVENT_STA_GOT_IP
17:24:16.586 > Obtained IP address: 192.168.1.19
17:24:16.586 > SNTP client start
17:24:16.589 > Starting web server on port 80
17:24:19.640 > SNTP time sync event: Sat Apr 20, 22:24:19 2024 +0000

Power on Atari

  • Did Config boot? Yes
  • Did Saved host list appear? Yes

image

Check Config menu

  • Does Config show the correct version? Yes

image

Check SPIFFS persistence

  • Remove SD card
  • Reset Fujinet
  • Does WiFi light up? YES

Check SPIFFS zap

(SD CARD SHOULD BE REMOVED!)

  • Reset FujiNet while holding second button (B)
  • Does WiFi light stay off? YES

Check WiFi association with Scanned Network

(SD CARD SHOULD STAY REMOVED!)

  • Press RESET on Atari to reboot config
  • Does CONFIG load? YES
  • Does WiFi Scan appear with list of networks? YES

image

  • ESC Re-Scan
  • Does WiFi List re-appear? YES
  • Select local WiFi network
  • Enter Password
  • Does WiFi Light appear? YES
  • Does Host/Drive Screen appear? YES

Check WiFi association with arbitrary SSID (Hidden)

(SD CARD SHOULD STAY REMOVED!)

  • Press RESET while holding B button
  • Does WiFi light stay off? YES
  • Press RESET on Atari to reboot config
  • Does CONFIG load? YES
  • Select <Enter A Specific SSID>
  • Enter the name of your local Network

image

  • Enter Password
  • Does WiFi Light Appear? YES
  • Does Hosts/Drives appear? YES

image

(Paused while we temporarily revert the psk stuff) -Thom

Clone this wiki locally