From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 13 Sep 2006 10:26:41 -0400 Subject: [U-Boot-Users] Uboot for ppc 405GP with vision probe In-Reply-To: <1158139574.15965.10.camel@izalco> References: <1158139574.15965.10.camel@izalco> Message-ID: <45081521.7060202@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Thanh Nguyen wrote: > Hi all, > > I'm in internship. It is the first time I use Uboot. I have to load the > uboot binary in the flash (AMD 29VL461DH - 8MB - PPC 405GP) with vision > Probe. But I got this error message from vision probe each time it tried > to load the binary : > "Unable to communicate with the emulator. Please check the physical > connection and use the terminal windows..." > > I use the lastest version of Uboot : 1.1.4. With the old binary (uboot > 0.4.0), it works correctly. Thats why I think there is something wrong > in my configuration walnut.h. I will appreciate a lot if anybody can > give me a solution of this issue. > > Thanks a lot. > > NT If it truly works with 0.4.0 and not with 1.1.4, I would speculate that your memory map with 1.1.4 is not compatible with your hardware... either your 1.1.4 image is in a different location or it is bigger. Check your image sizes and locations (objdump for elf, less (the program ;-) for S-record files, xxd and some luck if all you have is a VisionProbe binary lump). gvb