On Mon, 8 Jul 2002, Q-ha Park wrote: > it has "payload /dev/zero", which results the following command in makefile. > dd conv=sync bs=196608 if=/dev/zero of=payload.block
yes, this is an error in the Makefile ... it should have 'count=1'. I need to fix that... your other problem is you need to run mkelfImage to build a bootable elf image. ron
