-
Notifications
You must be signed in to change notification settings - Fork 14
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
Garbage from RPI command after update #172
Comments
Have you rebuilt the RPI.COMMAND and SHELL since upgrading?
The RPI.COMMAND is likely failing to detect the card as the firmware ID bytes changed. |
Oh, and after you reassemble the binaries, you need to refresh the dynamic drive image... Normally I'd suggest using the RPI command to regenerate the drive image but since that's not working for you, maybe on the Linux side, restart the service.
Then reboot the Apple II. |
Yes. Just for a sanity check did it again, same result. Running 'rpi ls' from prompt, for example, I got this: Let me know if I can assist you or if more info is needed Tks |
I haven't been able to reproduce the issue the way you're seeing it. I did however find a bug that if you |
Yes. Letting my tests to bare bone. Only the IO-RPi on slot 6 and using de default drive image from the project. |
Okay, put everything exactly the way you have it in slot 6 with no other cards other an extended 80 column card and I see the problem. I'll try and make a fix as soon as possible. |
Tks! Let me know if i can help in some way. With IO-RPi in another slot the problem persist? I can try this weekend. Regards |
Side note... It was working in slot 7 as that is the default... The code that was setting the slot number on detection was off by 256 bytes because the detection code got bigger and pushing into the next page. I had to fix the offset by one. |
What happened?
Hi,
Thanks for the nice work the project is amazing.
After updating to the firmware 0011 and the 002D driver after booting into ProDOS RPI command does not work and just puts garbage on the screen.
I've pull the project build the a2driver and assemble the commands.
Regards
Hardware Version
Fifth Prototype (classic hardware without jumper)
Firmware Version
0010 (classic hardware)
Driver Version
002D (add support for RPi Pico hardware)
Shell Version
000D (added version info)
Where are you seeing this problem?
RPI Command
What computer is this running on?
Other
The text was updated successfully, but these errors were encountered: