]> cloudbase.mooo.com Git - avrcpm.git/blob - readme.txt
* avr/config.inc
[avrcpm.git] / readme.txt
1 Tiny howto:
2
3 - Burn the ATMega88. Hex-file is in the avr-directory, fuse-values are given in
4 the z80.asm file.
5 - Copy the disk-image raw to disk. No drag&drop, no filesystem, no partitions:
6 you'll need to do a
7 dd if=diskimage of=/dev/sdx
8 under Unix. Make sure to replace sdx with the /dev/sdx with where your SD-card
9 actually lives! The image is only 256k, so any old MMC/SD will do. I tried
10 both a nameless 8M MMC and an 1G Kingston SD-card, and both worked fine.
11 - Build the schematic, start a terminal emulator and play a bit of zork!
12
13 In case you want to rebuild the disk image, see the files in the z80 directory.