[U-Boot] Load code in U-Boot for mpc5121e

2010-03-16 Thread James Smith
Hi, I am quiet new with embedded linux so I was wondering if someone can help me with my issue. I am trying to load a c code on the mpc5121e processor found on the ADS5121 board. The only connection between my board and my host (Linux PC) is a serial cable and an Ethernet cable. I am trying to

Re: [U-Boot] Load code in U-Boot for mpc5121e

2010-03-16 Thread WANG Rui
In my opinion, you could use kermit to send your binary file into ram, for instance 0x20,via serial connection, and then use u-boot command "go 0x20" Hope that helps you. Best, regards Rui On Wed, Mar 17, 2010 at 1:26 AM, James Smith wrote: > Hi, > > I am quiet new with embedded linux s