fruit-bat / pico-zxspectrum

ZX Spectrum for Raspberry Pico Pi RP2040
453 stars 48 forks source link

Install firmware from the SD card of the emulator #86

Open fruit-bat opened 1 year ago

fruit-bat commented 1 year ago

Raised on behalf of @digitalmexer.

I really don't know how but it is an interesting idea.

ArnoldUK commented 1 year ago

Yeah, it's possible but much quicker to simply plug the pico into your usb port and drag it over. Either way it's going to involve copying the firmware manually.

I know it's possible with a raspberry pi by using a bootloader and loading the kernel image directly to memory then kick starting it. But the pico has very limited resources and memory. I will have a look into it and see what's possible.