Hi all,
Here is what I am trying to do.
Uboot on SD card. Get the kernal image from TFTP and rootfs on NFS. Good news is- Image is extracted correctly, but fails to boot up. Below are the logs. Any ideas what might be the issue ?
pri
baudrate=115200
bootfile=uImage
loadaddr=0x82000000
usbtty=cdc_acm
console=ttyS2,115200n8
mmcargs=setenv bootargs console=${console} root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
nandargs=setenv bootargs console=${console} root=/dev/mtdblock4 rw rootfstype=jffs2
loadbootscript=fatload mmc 0 ${loadaddr} boot.scr
bootscript=echo Running bootscript from mmc ...; source ${loadaddr}
loaduimage=fatload mmc 0 ${loadaddr} uImage
mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
nandboot=echo Booting from nand ...; run nandargs; onenand read ${loadaddr} 280000 400000; bootm ${loadaddr}
dieid#=0fc000029ff80000015f02690c018009
ethact=smc911x-0
fileaddr=82000000
ipaddr=172.17.1.1
serverip=172.17.1.2
filesize=1A4
bootdelay=6
tftpuimage=tftp uImage
nfsargs=mem=128M console ${console} noinitrd rw ip=off root=/dev/nfs
nfsroot=172.17.1.2:/home/kedar/ti-sdk-am37x-evm-05.02.00.00/targetNFS
tftpnfsboot=setenv bootargs ${nfsargs}; run tftpuimage; bootm
bootcmd=run tftpnfsboot
stdin=serial
stdout=serial
stderr=serial
Environment size: 1030/131068 bytes
OMAP3_EVM # bott
Unknown command 'bott' - try 'help'
OMAP3_EVM # boot
smc911x: detected LAN9220 controller
smc911x: phy initialized
smc911x: MAC 00:50:c2:7e:93:34
Using smc911x-0 device
TFTP from server 172.17.1.2; our IP address is 172.17.1.1
Filename 'uImage'.
Load address: 0x82000000
Loading: T #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##########################################################
done
Bytes transferred = 3290020 (3233a4 hex)
## Booting kernel from Legacy Image at 82000000 ...
Image Name: Arago/2.6.37-psp04.02.00.07.sdk/
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3289956 Bytes = 3.1 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.