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.

am335x filesystem UBIFS

Hi Ti

I need to install webmin on  am335x , and there many operation systems support webmin like these

 

  • AlphaCore Linux
  • Amazon Linux
  • APLINUX
  • Asianux
  • Asianux Server
  • BigBlock
  • BSDI
  • Caixa Magica
  • Caldera OpenLinux
  • Caldera OpenLinux eServer
  • cAos Linux
  • Cendio LBS Linux
  • CentOS Linux
  • CloudLinux
  • Cobalt Linux
  • Coherent Technology Linux
  • Conectiva Linux
  • Corel Linux
  • Corvus Latinux
  • Cygwin
  • Darwin
  • Debian Linux
  • DEC/Compaq OSF/1
  • DragonFly BSD
  • Endian Firewall Linux
  • Fedora Linux
  • FreeBSD
  • Generic Linux
  • Gentoo Linux
  • Gralinux
  • Haansoft Linux
  • HP/UX
  • IBM AIX
  • Immunix Linux
  • Lanthan Linux
  • Linux Mint
  • LinuxPPC
  • Lycoris Desktop/LX
  • Mac OS X
  • Mageia Linux
  • Mandrake Linux
  • Mandrake Linux Corporate Server
  • Mandriva Linux
  • Mandriva Linux Enterprise Server
  • Mepis Linux
  • MSC Linux
  • NeoShine Linux
  • NetBSD
  • OpenBSD
  • OpenDarwin
  • openmamba Linux
  • OpenNA Linux
  • Oracle Enterprise Linux
  • Oracle VM
  • Pardus Linux
  • pclinuxos Linux
  • Playstation Linux
  • Redhat Enterprise Linux
  • Redhat Linux
  • Redhat Linux Desktop
  • SCI Linux
  • Scientific Linux
  • SCO OpenServer
  • SCO UnixWare
  • Secure Linux
  • SGI Irix
  • Slackware Linux
  • Slamd64 Linux
  • SmartOS
  • SoL Linux
  • StartCom Linux
  • Sun Java Desktop System
  • Sun Solaris
  • SuSE Linux
  • SuSE OpenExchange Linux
  • SuSE SLES Linux
  • Tao Linux
  • Tawie Server Linux
  • ThizLinux Desktop
  • ThizServer
  • TinySofa Linux
  • Trustix
  • Trustix SE
  • TurboLinux
  • Ubuntu Linux
  • United Linux
  • Ute Linux
  • White Dwarf Linux
  • Whitebox Linux
  • Wind River Linux
  • Windows
  • X/OS Linux
  • Xandros Linux
  • XenServer Linux
  • Yellow Dog Linux
  • Yoper Linux                please tell me    the     arago-base-tisdk-image-am335x-evm.ubi belong which? thank you.                      
  • Hi Bernie,

    I think you should ask this question to the Webmin community support: http://www.webmin.com/community.html

  • Hi Biser

    I make a UBIFS format of ubuntu filesystem. When I use SD boot it works very well  and has prompt of login.

    But when I boot from NAND, it hangs that message of login is not appear. These are my log from nand below

    Detected MACID=d0:39:72:6b:d0:cd
    [ 6.340759] cpsw: Detected MACID = d0:39:72:6b:d0:cf
    [ 6.347320] omap_rtc am33xx-rtc: setting system clock to 2000-01-01 00:00:0
    1 UTC (946684801)
    [ 6.762695] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
    [ 6.769134] UBIFS: file system size: 204890112 bytes (200088 KiB, 195 MiB
    , 397 LEBs)
    [ 6.777557] UBIFS: journal size: 10452992 bytes (10208 KiB, 9 MiB, 21
    LEBs)
    [ 6.785491] UBIFS: media format: w4/r0 (latest is w4/r0)
    [ 6.791656] UBIFS: default compressor: lzo
    [ 6.796020] UBIFS: reserved for root: 0 bytes (0 KiB)
    [ 6.809753] VFS: Mounted root (ubifs filesystem) on device 0:13.
    [ 6.816650] Freeing init memory: 236K
    [ 8.480834] init: ureadahead main process (755) terminated with status 5

    and I attach steps we taked:

    sudo mkfs.ubifs -q -r rootfs -m 4096 -e 516096 -c 4096 -o ubifs.img

    ubiformat /dev/mtd7

    ubiattach -p /dev/mtd7

    ubimkvol /dev/ubi0 -N rootfs -s 200MiB

    ubiupdatevol /dev/ubi0_0 /ubifs.img

     

    U-Boot# setenv bootargs 'console=ttyO0,115200n8 mem=256M root=ubi0:rootfs rw ubi.mtd=7,4096 rootfstype=ubifs rootwait ip=off' 
    U-Boot# nand read 0x82000000 0x280000 0x500000;bootm 0x82000000
     

     

    ps. Our nand flash use 4K page size

     

    Any method  can I try?

     

    Thank you

  • Hi,

    Did you se the:
    http://processors.wiki.ti.com/index.php/UBIFS_Support#Compilling_UBIFS_Tools
    http://processors.wiki.ti.com/index.php/MTD_Utilities

    BR
    Ivan

  • Hi Ivan

    Our target filesystem of Ubuntu of UBIFS is made by package of apt-get install mtd-utils. 

    1 Did you mean that I need complile mtd-utils and execute mkfs.ubifs  to make UBIFS image on target?

    2 I try to use filesystem of XXXbase.tar.gz in SDK6 and use "flash_erase /dev/mtd1 0 0 " in user space. 

       why did the error message "permission denied" appear? 

    Thank you.

  • Hi all

    We can login from arago-base-tisdk-image-am335x-evm.tar.gz

    I have referenced the wiki and built mtd-utils source code for ubuntu that the result is the same....

    ubuntu can't login, we need use ubuntu.

    Thank you.

  • Bernie,

    we support in our forums the Linux versions from following page: http://www.ti.com/tool/linuxezsdk-sitara?keyMatch=sdk&tisearch=Search-EN

     

  • Hi TI

    I have tried to flash TI Linux and  it can be booted from nand flash, but our customer want the distribution of ubuntu.

    we found the problem point that is our am335x custom board must to detect the mmc 0 (SD card) so ubuntu filesystem 

    can be login by nand flash, if we don't  insert the sd card, there are no login message appeared.

    ======================================================================================

    Which parts that I can revise? kernel or hardware? I really need Ti support. Thank you.

  • Hi  TI

    I have resolved this problem, thanks.