" Error loading file: errno = 0x3d. "
whereas i am able to download vxworks_rom image & through shell i am
able to find the boot paramters.
when boot rom is up, i tried to ping the target.it doesn't respond.
what are the dependencies?? how do i debug??
Any suggestion is appreciated.
[VxWorks Boot]:
[VxWorks Boot]: @
boot device : ene
unit number : 0
processor number : 0
host name : vikram
file name : c:\vxWorks
inet on ethernet (e) : 192.168.4.180
host inet (h) : 192.168.4.118
gateway inet (g) : 192.168.4.1
user (u) : target
ftp password (pw) : target
flags (f) : 0x0
target name (tn) : board
Attached TCP/IP interface to ene0.
Warning: no netmask specified.
Attaching network interface lo0... done.
Loading...
Error loading file: errno = 0x3d.
this is for rom based image ..
///// ///// ///// ///// ///// |
///// ///// ///// ///// ///// |
///// ///// ///// ///// ///// |
///// ///// ///// ///// ///// |
////// ////// ////// ////// ////// |
////// ////// ////// ////// ////// |
///// ///// ///// ///// /////
///// ///// ///// ///// ///// |
///// ///// ///// ///// ///// |
//// //// //// //// //// |
//// //// //// //// //// |
//// //// //// //// //// |
//// //// //// //// //// |
//// //// //// //// //// |
/// /// /// /// /// |
/// /// /// /// /// |
// // // // // |
// // // // // |
// // // // // |
// // // // // |
-> version
VxWorks (for board) version VxWorks5.5.1.
Kernel: WIND version 2.6
Made on Jul 26 2005, 12:50:16.
Boot line:
ene(0,0)board :vxWorks e=192.168.4.180 h=192.168.4.118 g=192.168.4.1
u=target pw=target tn
=board.
value = 0 = 0x0
->
Even i am able to run Validation Test Suite.
thanks in advance
- vikram
I thinks that's a connection refused error. Is the FTP host all set up
on your PC side? It looks like your taget and host are on the same
network - right? Does the board ping OK when you boot from flash?
If you want to debug, I'd put ethereal on the net and see what's goign
wrong with the download - you should see an FTP login to your host with
that user/pass that you've got set in your boot prarams.
lc