[U-Boot-Users] Loading vxWorks by u-boot.
Leonid
Leonid at a-k-a.net
Wed Aug 22 23:18:41 CEST 2007
Hi, Chris:
I did thing similar to yours:
vxargs=setenv bootargs emac(0,0)h=192.168.0.141 e=192.168.0.204 f=0x86
dcache on
vx_ld_addr=2000000
vxget=tftp ${vx_ld_addr} windriver/vxWorks
vxload=run vxargs vxget; bootvx ${vx_ld_addr}
Now I run vxload:
=> run vxload
ENET Speed is 100 Mbps - FULL duplex connection
Using ppc_4xx_eth0 device
TFTP from server 192.168.0.141; our IP address is 192.168.0.204
Filename 'windriver/vxWorks'.
Load address: 0x2000000
Loading:
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##################################
done
Bytes transferred = 2169653 (211b35 hex)
## Ethernet MAC address not copied to NV RAM
Loading .text @ 0x00010000 (1412464 bytes)
Loading .data @ 0x00168d80 (146880 bytes)
Clearing .bss @ 0x0018cb40 (88848 bytes)
## Using bootline (@ 0x4200): emac(0,0)h=192.168.0.141 e=192.168.0.204
f=0x86 dcache on
## Starting vxWorks at 0x00010000 ...
This is it...
I have console running on 9600 8N1 (which as I figured defined in
vxWorks as well) and the very same vxWorks elf runs OK from bootrom.
Thanks,
Leonid.
-----Original Message-----
From: Chris Fester [mailto:cfester at iphase.com]
Sent: Wednesday, August 22, 2007 1:42 PM
To: Leonid
Cc: u-boot-users at lists.sourceforge.net
Subject: RE: [U-Boot-Users] Loading vxWorks by u-boot.
On Wed, 2007-08-22 at 13:12 -0700, Leonid wrote:
> Hi, Chris:
>
> Could you please clarify what 8641D_74K_1 image was? vxWorks elf,
> binary, or some combination of bootrom and kernel?
It was a vxWorks elf. No bootrom.
Chris
More information about the U-Boot
mailing list