mkfs.ubifs -r <PATH TO YOUR ARAGO FILESYSTEM> -m 4096 -e 516096 -c 320 -o rootfs.ubifs.
i have to make ubifs image by this command but i dont know about arago filesytem.and hoe to install and give path to this .
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
mkfs.ubifs -r <PATH TO YOUR ARAGO FILESYSTEM> -m 4096 -e 516096 -c 320 -o rootfs.ubifs.
i have to make ubifs image by this command but i dont know about arago filesytem.and hoe to install and give path to this .
Hi Sagar,
Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com).
Please follow below wiki link to install arago file system.
Please follow below wiki link to know more about UBIFS.
http://processors.wiki.ti.com/index.php/UBIFS_Support
Thanks.
hello Rajasekaran ,
thanks for your reply that links are very usefull for me as a beginner in embedded systems.
hello sir
I make ubifs image.I have to transfer this image via nfs and mount this image in my board .i successfully flash my ubl,uboot and uImage.when uncompressing uImage kernel panic happpens that shows me that I have to mount my file system .
sir i have to Boot uImage with NFS filesystem. and than i have to mount ubifs in my device..but I dont know howto.
Hi
You can follow below link for UBIFS.
http://processors.wiki.ti.com/index.php/UBIFS_Support#Mounting_UBIFS_image_as_a_regular_NAND_partition
Regards
Manish Badarkhe
first i have to boot arago file system and when i got
root@arago:~#
then i have to add my ubifs file system .....but sir when i got aragofs prompt then I have to enter command like ubiformat ,ubidetach,ubimkvol etc..
but it gives me error like
root@arago:~# ubiformat /dev/mtd3 -s 4096 -O 4096
-sh: ubiformat: not found
should I take another aragofs.tar.gz and again start form strach..?
Since you are new to this forum I will give more links to get start with OMAP-L1x.
Please refer Category page OMAPL1 that will have more wiki links to understand about OMAP-L1x.
http://processors.wiki.ti.com/index.php/Category:OMAPL1
Some of the important links which shall be referred (From main category page) to solve your issue.
Boot methods and boot arguments:
http://processors.wiki.ti.com/index.php/Alternate_Boot_Methods_for_OMAP-L137/DA830
http://processors.wiki.ti.com/index.php/GSG:_Booting_the_OMAP-L138/AM18x_Out_of_the_Box
http://processors.wiki.ti.com/index.php/Booting_Linux_kernel_using_U-Boot
http://processors.wiki.ti.com/index.php/GSG:_Setting_up_OMAP-L1/AM1x_Target_File_System
Latest PSP Releases:
Thanks.
how to add mtd support to file system so that i can perform that command.
i try to install utilities from
http://processors.wiki.ti.com/index.php/MTD_Utilities
but when i show /install/sbin folder it not containing that command likes ubiformat,ubiattach like that...
sir please give me solution as soon as possible.
Hello Sir
i successfully flash my ubifs filesystem in device .but now when i want to transfer some files from my pc to device
i used : mount -o nolock 10.xx.xx.xx:/folder/files /mnt/
then show me error like
wrong fs type, bad option, bad superblock on 10.103.2.91:/folder/files,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so