
25 Jun
2012
25 Jun
'12
11 p.m.
Hello :)
Hi
I have the board with u-boot and I want modify the firmware. To modify I must find rootfs files. I look for the files firmware (hexedit) and I don't visible the rootfs files. vmlinuz I'm extract good. What I must do to etract the rootfs ( I must find the dir: /etc/ /home/)???
One argument is quite clear here: bootcmd=setenv bootargs $(console) root=/dev/ram0 rw load_ramdisk=1
It obviously boots into the busybox of the ramdisk... Which means... For now, there is no rootfs, there is only a ramdisk.
Try to increase rootfssize=0x000000 to something a little bit bigger than 0 then the kernel will maybe create a rootfs partition where you can store nonvolatile rootfs-data.
Please help me and sorry for me english :)
Hope that helps
-lev