]> cloudbase.mooo.com Git - avrcpm.git/blame - readme.txt
* ZSDOS clock driver updated.
[avrcpm.git] / readme.txt
CommitLineData
fdcfcd44
L
1Tiny 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
7dd 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
13In case you want to rebuild the disk image, see the files in the z80 directory.