This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

AW: redboot and tftp


> I was trying to load an image using the command
>
> load -r -v -b 0x01600000 zImage
>
> and got the error : -
>
> RedBoot> load -r -v -b 0x01600000 zImage
> Using default protocol (TFTP)
> Can't load 'zImage': file not found
>
> tftp is enabled which I have checked using the
> chkconfig command and I have copied the file 'zImage'
> into /tftpboot/
>
> Any clue what I might be missing here?

Try the command "tftp localhost" on your linux/unix machine to check the
tftp-installation:

~home> tftp localhost
tftp> get zImage
tftp> quit

A copy of the file should now be located in your working directory.

Also watch the LEDs on your switch. Are they blinking while redboot is
trying to connect?

I don't know anything about network config for redboot (ip-address, netmask
etc.), sorry...

Volker

>
> Thanks in advance.
>
> Herman.
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail is new and improved - Check it out!
> http://promotions.yahoo.com/new_mail
>
> --
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
>


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]