Writing Cartridges
Writing to cartridges can be done using the cartridge programmer circuit and a Raspberry Pi.
First, build the writecart tool:
homemicro$ cd tools tools$ make
Then, use sudo path/to/writecart image_to_write
to write an image to
the cartridge.
For example, to build the testkeys app and write it to a cartridge, you could use:
homemicro$ cd apps/testkeys testkeys$ make testkeys$ sudo ../../tools/cartridge/writecart testkeys.bin