Page 1 of 1
bootloader help
Posted: Sun May 30, 2010 10:07 am
by a07859
i make simple bootloader and i want it boot from thumb disk. i use debug to write the .bin file to disk. I use -w 7 0 1 command and the output is error. Can someone give me explanation or solution?
Re: bootloader help
Posted: Sun May 30, 2010 3:07 pm
by gerryg400
It's very unlikely with such little information.
Re: bootloader help
Posted: Sun May 30, 2010 3:12 pm
by montrom
Hi, use DD for windows instead.
http://www.chrysocome.net/dd
Re: bootloader help
Posted: Mon May 31, 2010 7:01 am
by qw
a07859 wrote:i make simple bootloader and i want it boot from thumb disk. i use debug to write the .bin file to disk. I use -w 7 0 1 command and the output is error. Can someone give me explanation or solution?
Assuming the .bin file is loaded at offset 0100H, the correct command should be "w 100 0 0 1".
Re: bootloader help
Posted: Tue Jun 01, 2010 10:03 am
by a07859
Hobbes wrote:a07859 wrote:i make simple bootloader and i want it boot from thumb disk. i use debug to write the .bin file to disk. I use -w 7 0 1 command and the output is error. Can someone give me explanation or solution?
Assuming the .bin file is loaded at offset 0100H, the correct command should be "w 100 0 0 1".
YEs if i want to write to drive a. but anyone know how to write to drive G or H which is a flash dsik?
Re: bootloader help
Posted: Tue Jun 01, 2010 2:45 pm
by montrom
If you have totally ignored my suggestion, then you don't deserve to be successful.
Re: bootloader help
Posted: Tue Jun 01, 2010 4:08 pm
by qw
a07859 wrote:YEs if i want to write to drive a. but anyone know how to write to drive G or H which is a flash dsik?
http://www.armory.com/~rstevew/Public/T ... anual.html