HI,
I am using OMAP4 blaze tablet 2 for my development.I am able to boot from eMMC with prebuilt binaries.Now i wish to configure NFS/TFTP boot for Blaze tablet 2.I followed below link
http://www.omappedia.org/wiki/Android_Getting_Started#Installing_Android
and set the bootargs to below value.
setenv bootargs 'console=ttyO2,115200n8 mem=1G vmalloc=768M androidboot.console=ttyO2 omap_wdt.timer_margin=30 ip=dhcp root=/dev/nfs rw nfsroot=172.21.128.138:/home/senthil/blaze_nfs/,nolock,wsize=1024,rsize=1024 init=/init rootfstype=ext4 rootwait'
After changing the bootargs,It is booting and mounts eMMC partitions as filesystem.I commented some lines in init.omap4blazeboard.rc file at nfs root folder.Please find the changes below.
on fs
mkdir /factory 0775 radio radio
# mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/system /system wait ro
setprop ro.crypto.tmpfs_options size=128m,mode=0771,uid=1000,gid=1000
# mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/userdata /data wait noatime nosuid nodev nomblk_io_submit
# mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/cache /cache wait noatime nosuid nodev nomblk_io_submit
# mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/efs /factory wait ro
setprop ro.crypto.fuse_sdcard true
Now tablet boots and stuck with log message
[ 27.745452] nfs: server 172.21.128.138 not responding, still trying
Please suggest.
Regards
Senthikumar R
Regards
Senthilkumar R