Jump to content
IGNORED

#FujiNet Firmware Update Information (please do not reply)


mozzwald

Recommended Posts

For those who use SIO2BT Bluetooth enabled builds of FujiNet firmware, there is a new update available that brings in all the latest changes. When running the fujinet-flasher, it's the second firmware in the list: 0.5.24fbef77-SIO2BT

 

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

  • Thanks 1
Link to comment
Share on other sites

A new firmware update is available from https://fujinet.online/download

 

	"version": "0.5.b28073ee",
	"version_date": "2022-05-31 02:48:41",
	"build_date": "2022-05-31 02:48:41",
	"description": "Fix JSON bug, replace MIDIMaze mode with UDPStream mode",
	"git_commit": "b28073ee",
  • Fix bug in JSON parser
  • Replace MIDIMaze mode with new UDP Stream mode

The new UDP Stream mode expands the functionality of MIDIMaze mode. You can now open a UDP Port of your choosing to any hostname or ip address. This can be enabled via the web ui or from the new $F0 SIO Command for the Fuji Device $70. When this mode is enabled all serial data is sent out to the host/port via UDP packets and all received UDP packets are pushed back to the Atari. Any SIO command (triggered by the COMMAND line) will automatically turn this mode off and FujiNet will return to normal SIO processing. A good use case for this is fast action games. The idea for this change came from some experiments @tschak909 and I did over the weekend with the Atari Lynx where we successfully played a game of Rampart from roughly 2000 miles apart. Can't wait to see what you game devs can come up with for this.

 

MIDIMaze mode will still work on port 5004 only. RTP MIDI typically uses port 5004 so I've reserved that port for MIDIMaze. MIDIMaze requires the CLK_IN line to be set so the SIO baud rate can be changed for MIDI data. When selecting a host and port 5004, this is automatically done on the FujiNet.

 

896808357_Screenshotfrom2022-05-3017-45-41.thumb.png.9f1a0531d5c1c2918530c702d85942ee.png

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

  • Like 6
Link to comment
Share on other sites

  • 2 weeks later...

A new firmware update is available from https://fujinet.online/download

"version": "0.5.fd038d41",
"version_date": "2022-06-05 01:37:38",
"build_date": "2022-06-08 18:27:12",
"description": "Fix HTTP auth bug, add UDPStream webui stop button",
"git_commit": "fd038d41",
"url": "https://fujinet.online/firmware/releases_atari/fujinet-ATARI-0.5.fd038d41.zip",
"sha256": "c280c03dc92765942432f80a369f34601e999970925dbc3970f40544b28941a7"

 

  • Fix HTTP auth bug. Thanks to @bocianu for finding it and @apc for the fix
  • Add STOP button for UDPStream mode webui
  • Correct/matching firmware version numbers this time, sorry!

747115232_Screenshotfrom2022-06-0818-52-59.thumb.png.2484421e1dcea1a7dafdec3eba92ed19.png

 

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

  • Like 2
  • Thanks 2
Link to comment
Share on other sites

  • 2 months later...

A new firmware update is available from https://fujinet.online/download

"version": "2022-08-28 0.5.383dcb20",
"version_date": "2022-08-28 17:02:02",
"build_date": "2022-08-28 17:02:02",
"description": "Increase HTTP Timeout",
"git_commit": "383dcb20",
"url": "https://fujinet.online/firmware/releases_atari/fujinet-ATARI-0.5.383dcb20.zip",
"sha256": "4cd16599b431e6ecae69d87b92330471cdf96f82042af683e33e63beef7738a4"

 

  • Increase HTTP Timeout, fixes FujiNews Reader
  • FujiNet-Flasher now shows the date before version number in dropdown list

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

  • Like 2
  • Thanks 2
Link to comment
Share on other sites

  • 2 weeks later...

I've updated the SIO2BT build which is now current with the post above. It's 2nd in the list of firmware available.

"version": "2022-09-06 0.5.f3905ead-SIO2BT",
"version_date": "2022-09-06 18:35:12",
"build_date": "2022-09-06 18:35:12",
"description": "Latest SIO2BT build, up to date with 383dcb20",
"git_commit": "f3905ead",

 

 

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

  • Like 2
Link to comment
Share on other sites

  • 4 weeks later...

A new firmware update is available from https://fujinet.online/download

 

"version": "0.5.393a4d49",
"version_date": "2022-10-04 01:39:52",
"build_date": "2022-10-04 01:39:52",
"description": "RunCPM upgrade to 5.8, direct Console I/O Read under CP/M now works, fnjson fixes",
"git_commit": "393a4d49",
  • RunCPM Upgraded from 4.8 to 5.8
  • Direct Console I/O Read under CP/M now works correctly. (This makes the Vezza Z-Machine work correctly)
  • fnJSON fixes, thanks DaBaDa79

 

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

  • Like 3
Link to comment
Share on other sites

A new firmware update is available from https://fujinet.online/download

 

"version": "0.5.7eb55adb",
"version_date": "2022-10-12 22:13:00",
"build_date": "2022-10-12 22:13:00",
"description": "Support for High Score Enabled Games on Atari"

 

As it says, Support for High Score Enabled games. You can see some on apps.irata.online in the /Atari 8-bit/Games/High Score Enabled/ folder.

 

The web component is, for now, on http://scores.irata.online/ for these high score enabled games.

 

You can see the changes to the ATR file header here:

https://github.com/FujiNetWIFI/fujinet-platformio/wiki/High-Score-storage-for-Legacy-Games

 

and you can get the source code to the web components, and a high-score-enable utility here:

https://github.com/FujiNetWIFI/fujinet-high-scores

 

as always...

 

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

  • Like 2
Link to comment
Share on other sites

  • 4 weeks later...

A new firmware update is available from https://fujinet.online/download

 

"version": "2022-11-05 0.5.9f85f4e0",
"version_date": "2022-11-05 18:51:47",
"build_date": "2022-11-05 18:51:47",
"description": "CONFIG rewrite and libssh upgrade",
"git_commit": "9f85f4e0"

 

  • New CONFIG rewrite using the cross platform code (fujinet-config-adam) and some enhancements thanks to @Schadret 
    • Please file any bug reports regarding CONFIG on github here or on AA here
  • libssh2 has been replaced with the newer libssh so you can now ssh again with netcat thanks to @fenrock
    • Please file any bug reports regarding libssh on github here or on AA here

 

 

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

 

  • Like 2
Link to comment
Share on other sites

A new firmware update is available from https://fujinet.online/download

 

"version": "0.5.c68d21b5",
"version_date": "2022-11-06 22:59:06",
"build_date": "2022-11-06 22:59:06",
"description": "WiFi password & HiScore bug fix",
"git_commit": "c68d21b5"
  • CONFIG bug fix
    • WiFi password length
    • <> navigation
  • High Score enabled games fix

This and the previous firmware have been marked as BETA since they both contain the new CONFIG program which has not been completely tested. Keep the bug reports coming if you find one, thanks!

 

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

  • Like 3
Link to comment
Share on other sites

  • 2 months later...

A new firmware update and new FujiNet-Flasher is available from https://fujinet.online/download

 

"version": "0.5.daf2015f",
"version_date": "2023-01-25 02:12:26",
"build_date": "2023-01-25 02:12:26",
"description": "WiFi passphrase encryption. Apetime disable option in WebUI. Fixed CONFIG rewrite bugs. Change debug baud to 460800",
"git_commit": "daf2015f"

 

First, an updated FujiNet-Flasher is available for download. The latest firmware (and all firmware moving forward) will use a new baud rate of 460800 for debug output. Using the old flasher with new firmware will display garbage characters in the debug output window. The new flasher defaults to 460800 baud but you now have the option to change it. This is useful if flashing or testing an older firmware that uses 921600 baud. You can now also optionally flash a custom firmware zip file from your local filesystem in the gui. This would be used if a developer provides a testing/beta firmware that is not intended for mass release. The current FujiNet-Flasher version number is displayed at the top of the window. If a new update to the flasher is available, it will display a message indicating this. A known bug in the Windows flasher is that the text console will scroll backwards during the flash process due to an problem with the % remaining text. If you have any other issues with the new flasher, please report it to me in this thread.

image.thumb.png.68a692d300f7a44d795b6368c02a0246.png

New FujiNet Firmware details:

  • New option to disable Apetime in WebUI
  • Debug baud rate change to 460800
  • Fix bugs introduced in CONFIG rewrite (graphical glitches, WiFi password bug)
  • libssh implementation
  • New option to encrypt the WiFi passhphrase in WebUI (more info here)

 

and as usual,

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

  • Like 5
Link to comment
Share on other sites

A new firmware update is available from https://fujinet.online/download

 

"version": "0.5.13741956",
"version_date": "2023-01-30 22:44:10",
"build_date": "2023-01-30 22:44:10",
"description": "Fix PDF Printer EOL. Word wrap HTML ATASCII printer",
"git_commit": "13741956",
  • Fix PDF Printer End Of Line
  • Wrap text for HTML ATASCII Printer

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

  • Like 3
Link to comment
Share on other sites

  • 1 month later...

 

A new firmware update is available from https://fujinet.online/download

 

"version": "2023-02-26 0.5.83bae4a1",
"version_date": "2023-02-26 22:53:27",
"build_date": "2023-02-26 22:53:27",
"description": "Fix Directory and VTOC for XEX files",
"git_commit": "83bae4a1",

 

You can now access a mounted XEX as a DOS 2 disk, so you can copy it. This feature had been implemented but never tested. It now works correctly. Apologies to those who tried to use it and wondered why it wasn't working

 

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

  • Like 4
Link to comment
Share on other sites

  • 2 months later...

A new firmware update is available from https://fujinet.online/download

 

"version": "v1.0-pre4",
"version_date": "2023-05-01 00:40:20",
"build_date": "2023-05-04 19:13:07",
"description": "FujiNet v1.0 Prelease 4",
"git_commit": "b9957c2e",

 

Notable Notions:

  • Long standing TNFS Packet out of order sequence errors fixed
  • Config copy file has better checking if an error occurred and remove destination file if error

I'm tagging this a v1.0 pre-release. It is using a newer Espressif platform version and has been tested by a small number of people with no new problems. Going forward, I hope to have the automated github builds working completely and we will probably use semantic versioning.

 

Please do not respond to this thread. If you have an issue, start a new post in the FujiNet subforum, open an issue on the github tracker or ask for assistance in Discord chat.

  • Like 6
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...