Difference between revisions of "BootStrap"

From ArmadeusWiki
Jump to: navigation, search
 
m (Introduction)
Line 4: Line 4:
  
 
Bootstrap utility is a Perl piece of code that allows you to interactivly communicate with the iMX processor while in bootstrap mode.
 
Bootstrap utility is a Perl piece of code that allows you to interactivly communicate with the iMX processor while in bootstrap mode.
To enter bootstrap mode, you have to put bootstrap jumper and restart your Armadeus board.
+
To enter bootstrap mode, you have to put the bootstrap jumper and restart your Armadeus board: <br>
 +
[[Image:bootstrap_jumper.jpg]]
  
 
===Launch===
 
===Launch===

Revision as of 20:36, 15 January 2007

Instructions to use the Armadeus Bootstrap utility

Introduction

Bootstrap utility is a Perl piece of code that allows you to interactivly communicate with the iMX processor while in bootstrap mode. To enter bootstrap mode, you have to put the bootstrap jumper and restart your Armadeus board:
Bootstrap jumper.jpg

Launch

Go inside the boostrap folder and launch sh runBootstrap.sh if you're on Linux or runBootstrap.bat if you're on Window$

Boostrap tool will then try to synchronize with iMX:

Initializing serial port to 19200 bps
Re-synchronizing...
Please reset your board in bootstrap mode !
Please reset your board in bootstrap mode !
Please reset your board in bootstrap mode !
Please reset your board in bootstrap mode !

When you see that message reset your board.

if nothing happens, verify your bootstrp jumper is put and try to reset your board. At last check you serial port device is the right one.

Usage

Fisrt thing to do when entering bootstrap is initializing your SDRAM controller if you want to use it:

initSDRAM 32

Then you can for example flash u-boot with:

loadFLASHbin u-boot.bin 10000000

To have a list of all the functionnalities, try:

help

Links

http://www.armadeus.com