Automation of Boot Sequence for MPC8377WLAN board with code warrior ide 8.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Automation of Boot Sequence for MPC8377WLAN board with code warrior ide 8.0

301 Views
Sravan_P
Contributor I

Hi,

 

I have a set of binary files to be loaded on to the taget as BOOT sequence. These binary executables (boot) are in development stage and hence a lot of flash erases and re loading are done.

At present,  i am manually erasing and flashing the boot using flash programmer option, i tried searching for command line options like 'erase' or 'program' but could not find any.

It would be helpful if anyone can help how to proceed in automating the boot process (how to load a binary file at a given address) through scripts or anything else .

 

IDE : CodeWarrior 8.0

Target : MPC8377WLAN board

 

Regards

Sravan

Labels (1)
0 Kudos
1 Reply

192 Views
J2MEJediMaster
Specialist I

Take a look at the information in this https://community.freescale.com/message/53144#53144 on scripting and flash programming.

 

If that information is not suitable, try doing a search on these forums for "Tcl". The command-line debugger present in both the CodeWarrior Classic IDE (some versions) and the CodeWarrior Eclipse IDE supports the execution of Tcl scripts.

 

---Tom

0 Kudos