bootloader help
bootloader help
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
It's very unlikely with such little information.
If a trainstation is where trains stop, what is a workstation ?
Re: bootloader help
Hi, use DD for windows instead. http://www.chrysocome.net/dd
Visit the Montrom user page for more info.
Re: bootloader help
Assuming the .bin file is loaded at offset 0100H, the correct command should be "w 100 0 0 1".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?
Re: bootloader help
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?Hobbes wrote:Assuming the .bin file is loaded at offset 0100H, the correct command should be "w 100 0 0 1".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?
Re: bootloader help
If you have totally ignored my suggestion, then you don't deserve to be successful.
Visit the Montrom user page for more info.
Re: bootloader help
http://www.armory.com/~rstevew/Public/T ... anual.htmla07859 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?