-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error loading adapter info #1
Comments
Thanks for the report. Have you flashed the latest firmware from source or the nightlies? I need to mark what dates of firmware the application relies on, as I'm always working off the latest HEAD of master myself, I always forget there may be new stuff I've added to firmware that config-ng relies on. If you take the latest build from the nightlies, that should work, so you don't have to build it yourself (see https://github.com/FujiNetWIFI/fujinet-firmware/releases/tag/nightly) If the error still persists, let me know exactly which firmware you flashed and I'll have a look, but I'm pretty sure the adapter info error is something due to firmware version alignment. |
I used config-ng 1.0.1 and FujiNet 1.3 firmware available from the flasher, not night builds. Should I use night builds? |
Yes, it's quite safe to flash your device from the nightlies, they tend to be fairly stable. I'm always on the latest, and the only atari changes recently are probably the ones around the error you're getting that I fixed, so I'd say go for it! |
With night build wifi works, thanks. BTW, very nice interface! |
Excellent! Glad to hear that worked, and thankyou for spreading the news about config-ng, it started as a pet project to relearn 6502, but it became a lot more than that. Feel free to open any features you'd like, I can't make promises on time scales, as I'm currently getting the C64 FujiNet Library working, so all the stuff that runs with that will work on there too! |
Using config-ng.atr I always get "error loading adapter info". Without loading config-ng.atr my FujiNet works.
In other words, if in fnconfig.ini file there's "altconfigfile=config-ng.atr" I get the above error message, without "altconfigfile=config-ng.atr" my FujiNet is ok.
The text was updated successfully, but these errors were encountered: