> 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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot