2008-04-29 10:07:51 uImage startup
vijaya joseph (INDIA)
Message: 55226
Hi,
I have created a uImage on 2007R1 version and downloaded the same on the BF561 based hardware.
But booting code is blocked after
Starting Kernel at = 1000
Can you please help me how to debug the issue?
The following is the data captured on Teraterm.
U-Boot 1.1.6-svn (ADI-2007R1) (Apr 23 2008 - 16:32:36)
CPU: ADSP BF561
Board: Falcon board
Support: http://blackfin.uclinux.org/
Clock: VCO: 600 MHz, Core: 600 MHz, System: 120 MHz
SDRAM: 32 MB
FLASH: 8 MB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net init: Second
LAN9x18 (0x115a0000) detected at 0x24000000
Hit any key to stop autoboot: 0
falcon> tftp 0x1200000 uImage
start Auto negotiation... (take ~2sec)
Auto negotiation complete, 100BaseTX, full duplex
TFTP from server 172.16.6.135; our IP address is 172.16.15.60
Filename 'uImage'.
Load address: 0x1200000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
############
done
Bytes transferred = 5048743 (4d09a7 hex)
falcon> bootm 0x1200000
## Booting image at 01200000 ...
Image Name: uClinux Kernel and ext2
Image Type: Blackfin Linux Kernel Image (gzip compressed)
Data Size: 5048679 Bytes = 4.8 MB
Load Address: 00001000
Entry Point: 00001000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting Kernel at = 1000
QuoteReplyEditDelete
2008-04-29 11:20:46 Re: uImage startup
Robin Getz (UNITED STATES)
Message: 55235 Vijaya:
Please refer to:
http://docs.blackfin.uclinux.org/doku.php?id=post_mortem
-Robin