P2 Loader Specs?
Dave Hein
Posts: 6,347
in Propeller 2
Is there a post or document that describes the loading protocol for the P2? I would like to write a stand-alone loader that I can execute from the command line. I know things will change once the loader is put in ROM, but I'd like to be able to load binaries to the FPGA emulation now instead of waiting for the ROM. Does the current FPGA image use a similar loading protocol that is used with the P1?
Comments
https://github.com/dbetz/p2load
I was going to do this myself but I got bogged down with a loader I'm writing for Jeff Martin for the ActivityBoard WX. That's done now so maybe I'll take a crack at updating p2load if you don't beat me to it! :-)