bootloader help

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
a07859
Posts: 10
Joined: Mon May 24, 2010 10:28 am
Contact:

bootloader help

Post 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?
gerryg400
Member
Member
Posts: 1801
Joined: Thu Mar 25, 2010 11:26 pm
Location: Melbourne, Australia

Re: bootloader help

Post by gerryg400 »

It's very unlikely with such little information.
If a trainstation is where trains stop, what is a workstation ?
montrom
Member
Member
Posts: 86
Joined: Thu May 13, 2010 1:45 pm

Re: bootloader help

Post by montrom »

Hi, use DD for windows instead. http://www.chrysocome.net/dd
Visit the Montrom user page for more info.
User avatar
qw
Member
Member
Posts: 792
Joined: Mon Jan 26, 2009 2:48 am

Re: bootloader help

Post 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".
a07859
Posts: 10
Joined: Mon May 24, 2010 10:28 am
Contact:

Re: bootloader help

Post 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?
montrom
Member
Member
Posts: 86
Joined: Thu May 13, 2010 1:45 pm

Re: bootloader help

Post by montrom »

If you have totally ignored my suggestion, then you don't deserve to be successful.
Visit the Montrom user page for more info.
User avatar
qw
Member
Member
Posts: 792
Joined: Mon Jan 26, 2009 2:48 am

Re: bootloader help

Post 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
Post Reply