This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Stuck at freeing init memory 124K

Other Parts Discussed in Thread: ASH

I'm trying to boot my TI6614 board using NFS kernel. Posted below are the bootlog and the screenshot of the minicom session. Thank you.


PS: I have already tried including init=/sbin in my nfs command. Doesn't seem to make a difference.

Bootlog

TCI6614 EVM # printenv
baudrate=115200
bootargs=console=ttyS0,

115200n8 ip=192.168.1.2 rootdelay=15 mem=512M rootwait=1 rootfstype=ubifs root=ubi0:rootfs rootflags=sync rw ubi.mtd=2,2048
bootcmd=ubi part ubifs; ubifsmount boot; ubifsload 0x88000000 uImage; ubifsload 0x80000200 tci6614-evm.dtb; bootm 0x88000000 - 0x80000200
bootdelay=15
bootfile=uImage-tci6614-evm.bin
ethact=TCI6614-EMAC
gatewayip=192.168.1.10
ipaddr=192.168.1.2
mtddevname=bootloader
mtddevnum=0
mtdids=nand0=davinci_nand.0
mtdparts=mtdparts=davinci_nand.0:1024k(bootloader),512k(params)ro,129536k(ubifs)
netmask=255.255.255.0
nfs=setenv bootargs console=ttyS0,115200n8 init=/bin/ash root=/dev/nfs rw nfsroot=192.168.1.1:/home/enodeb/TI6614_NFS ip=192.168.1.2:192.168.1.1:192.168.1.10:255.255.255.0:TCI6614:eth0
no_post=1
partition=nand0,0
serverip=192.168.1.1
stderr=serial
stdin=serial
stdout=serial
ver=U-Boot 2011.06 (May 31 2012 - 14:34:34)

Environment size: 935/262140 bytes