|
Rootfs over NFS
Posted at 3/24/2015 23:08:15
View:4036
|
Replies:1
Print
Only Author
[Copy Link]
1#
Last edited by banavathvishnu In 3/24/2015 23:10 Editor
On rk3288
What is kernel.img file? Is it ramdisk.img + uImage ? if yes, why don't we call it as boot.img ? what are the core changes in uboot to make it rkboot? Has any one tried Rootfs over NFS, if so what parameters should be passed as bootargs, the default bootcmd is set to bootrk and looks nand flash partions needs to be passed as CMDLINE
Tried with
setenv bootargs "androidboot.hardware=rk30board androidboot.console=ttyFIQ0 console=ttyFIQ0,115200n8 ip=dhcp init=init noinitrd root=/dev/nfs rw nfsroot=IPaddr:/ifs/fs/firefly/rootfs,tcp,v3"
Kernel boots and starts crashing at MTD partitions
|
|