Please, keep us updated
hi daiane,
about mounting root file system, from the below link, i got BSP
i simply put rfs file(got from the link), into server machine
and i executed the commands as in PDF section 3.3.
and i mounted file system:)
thanks and regards
sanjeev
For i.MX6q SABRELITE board, root file system is in form of ramdisk image which is a part of the boot.img. boot.img is loaded on first partition of SD card which will not mount directly.
If you want to mount the root file system to access it, you have to follow these steps :
dd if=uramdisk.img of=ramdisk bs=64 skip=1
find ./ | cpio -H newc -o > ../newramdisk
cd ..
gzip newramdisk
mkimage -A arm -T newramdisk -C none -n newramdisk -d newramdisk.gz newuramdisk.img
Thanks,
Ajay-
You will copy any "rootfs" to the SDCard, and then you will set the kernel command line (the default one will mount the rootfs)
Please, let me know what commands/steps you already made
hi daiane,
i want to mount roof file system through nfs
regards
sanjeev
please send me Linux BSP user guider
SANJEEV1z follow the User Guide that Qiang Li had included in his reply.
Start from step 1
When you face problems, please, let us know. Post the log and which step you´re trying.
When you have finished the User Guide, you will be able to choose from where you will boot, and you will understand what you´re doing.
baby-steps, ok?
thanks daiane