LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 02-28-2014, 04:22 AM   #1
utkarshrawat
Member
 
Registered: Jul 2007
Posts: 120

Rep: Reputation: 15
Loading uboot


Hi all
I am working on pxa300 where my requirement is I am loading uImage & filesystem through tftp server (from other host) on RAM , if uImage or filesystem
is not there then it can directly load kernel & filesystem from flash with typing command or doing cltrl +c on hyper terminal .
Currently in uboot if it does not able to find uIamge & file system it retry again ,I want it should start loading from flash .
my CONFIG_BOOTCOMMAND is like that
#define CONFIG_BOOTCOMMAND "tftp 0x80600000 10.1.1.72:initrd.gz; tftp 0x80008000 10.1.1.72:uImage; bootm" // FOR RAM
#define CONFIG_BOOTCOMMAND "cp.l 0x10600000 0x80600000 200000;cp.l 0x10400000 0x80200000 60000; bootm 0x80200000" //FOR FLASH

One more thing I am able to find out in uboot its calling do_tftpb function for tftp & do_bootm function for flash


Here it's console print

Code:
U-Boot code: 81000000 -> 81021AB0
BSS: -> 81026EC8
IRQ Stack: 80fdaf80
FIQ Stack: 80fd9f80
DRAM:  512 MB
Using default environment

In:    serial
Out:   serial
Err:   serial
Linux Booting........
Hit any key to stop autoboot:  0
Enabling external transiver signal for LAN
DRIVER_VERSION : 110, DATECODE : 080408
LAN9x18 (0x118a0000) detected.
start Auto negotiation... (take ~2sec)
Auto negotiation failed
TFTP from server 10.1.1.72; our IP address is 10.1.1.100
Filename 'initrd.gz'.
Load address: 0x80600000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
TFTP from server 10.1.1.72; our IP address is 10.1.1.100
Filename 'initrd.gz'.
Load address: 0x80600000
Loading: T T T
 
Old 03-18-2014, 05:13 PM   #2
hfreyer
LQ Newbie
 
Registered: Apr 2013
Posts: 4

Rep: Reputation: Disabled
Hi,
what looks very suspicious is that auto-negotiation failed.

Only a few questions/hints, which might be helpful:

Does your pxa300 have more than one ethernet device ?
If yes, are you sure that the right one is adressed ?
Stop autoboot to enter uboot command line.
Call "printenv" and check for variables defining the currently
used eth device (most probably with "eth" in the name).
Check with "ping 10.1.1.72" if your tftp server is reachable.
Check the netmask.

Best regards.
 
Old 03-18-2014, 05:22 PM   #3
hfreyer
LQ Newbie
 
Registered: Apr 2013
Posts: 4

Rep: Reputation: Disabled
Hi,
just reading more carefully what you wanted.
It might be recommendable to set up two environment variables
setenv do_tftpb "tftp 0x80600000 10.1.1.72:initrd.gz && tftp 0x80008000 10.1.1.72:uImage && bootm"
setenv do_flashb "cp.l 0x10600000 0x80600000 200000 && cp.l 0x10400000 0x80200000 60000 && bootm 0x80200000"
and the define the bootcmd to "run do_tftpb || run do_flashb",
so if the first one fails, the second one should be executed.
Regards.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
loading uboot on RAM answerme Programming 0 01-24-2014 03:44 PM
debugging uboot answerme Programming 1 01-04-2013 12:03 AM
[SOLVED] some problems with uboot revil Linux - Embedded & Single-board computer 1 02-28-2012 07:56 PM
uboot is not comin rajeesh_r@cms.com Linux - Embedded & Single-board computer 0 07-01-2010 01:17 AM
UBoot Vs RedBoot ramalingampc2008 Linux - Software 0 10-20-2009 06:04 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 08:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration