From mboxrd@z Thu Jan 1 00:00:00 1970 From: David =?ISO-8859-1?Q?Lanzend=F6rfer?= Date: Mon, 25 Jun 2012 23:00 +0200 Subject: [U-Boot] where is rootfs?? In-Reply-To: References: Message-ID: <1488963.ijKFRqROIT@dizzy-6> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: