Atmel website | ARM Community | AVR freaks | Technical Support
Banner
 FAQ •  Search •  Register •  Login 

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 58 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 2:43 pm 
Offline

Joined: Mon Jul 07, 2008 6:16 pm
Posts: 53
Location: France
Surely the same problem, my flash is also 2048 bytes for the page and 64 bytes for the oob !
I try this !


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 3:41 pm 
Offline

Joined: Mon Jul 07, 2008 6:16 pm
Posts: 53
Location: France
:cry:

Same problem

I changed the first option :
BR2_TARGET_ROOTFS_JFFS2_PAGESIZE=0x840 (2048+64 bytes)

I have not changed the second because my nand erase block size is 128K+4K
I also tried to set very long access time to the nand, but same problem...

I verified my nand if my nand works under u-boot, it is the case :

Quote:
U-Boot> nand erase clean
U-Boot> tftp 21000000 rootfs2.jffs2
U-Boot> nand write.jffs2 21000000 40000 520000
U-Boot> nand read.jffs2 22000000 40000 520000
U-Boot> cmp.b 21000000 22000000 520000
Total of 5373952 bytes were the same


For now I don't use the u-boot from buildroot, but my own built from the uboot1.3.0 sources. Do you think the ECC calculation and/or OOB management can be different in u-boot and in linux kernel ?


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 3:45 pm 
Offline

Joined: Fri Nov 28, 2008 3:41 pm
Posts: 22
Location: Argentina
Hi. I forget to mention that you also need to edit others lines.

Comment this:
#BR2_TARGET_ROOTFS_JFFS2_DATAFLASH_1056=y

Set this:
BR2_TARGET_ROOTFS_JFFS2_CUSTOM=y

And really the sizes don't include extra bytes:
BR2_TARGET_ROOTFS_JFFS2_PAGESIZE=0x800
BR2_TARGET_ROOTFS_JFFS2_EBSIZE=0x40000

After that, no more messages about bitmask are printed. However the kernel don't can find the init file yet (/linuxrc):
"VFS: Mounted root (jffs2 filesystem).
Freeing init memory: 116K
Warning: unable to open an initial console.
Kernel panic - not syncing: No init found. Try passing init= option to kernel."

I'm not using the nand to mount the filesystem yet, so I can't solve your problem for now. If you can tell my how!


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 3:56 pm 
Offline

Joined: Mon Jul 07, 2008 6:16 pm
Posts: 53
Location: France
I tested, don't work :?

Quote:
mtd->read(0x400 bytes from 0x0) returned ECC error
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0xff00 instead
Empty flash at 0x00000004 ends at 0x0000000c
mtd->read(0x1fc34 bytes from 0x3cc) returned ECC error
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000800: 0xa0a0 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000804: 0xffff instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000814: 0x2e74 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000818: 0x0004 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000081c: 0xfc39 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000820: 0xaea4 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000824: 0x706d instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000828: 0x0219 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000830: 0xf7fb instead
Further such events for this erase block will not be printed
mtd->read(0x1d7fc bytes from 0x2804) returned ECC error
Empty flash at 0x00002800 ends at 0x00002804
[...]


But look at the first line, linux reads 0x400 bytes !!?? Now maybe I must configure linux kernel too to say the jffs2 driver that the nand has a 2048 bytes / page ?


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 4:18 pm 
Offline

Joined: Mon Jul 07, 2008 6:16 pm
Posts: 53
Location: France
I tried with the kernel 2.6.25 I built alone without buildoot. It's working with the buildroot jffs2 rootfs and the option you given me.

I think the buildroot kernel don't recognize correctly my nand and set a 1024 bytes / pages and not 2048 bytes /page.

Thus now I have :

Quote:
Linux version 2.6.25 (nlc@nlcLaptop) (gcc version 3.4.3) #55 Mon Dec 1 12:59:10 CET 2008
[....]
VFS: Mounted root (jffs2 filesystem).
Freeing init memory: 88K
Warning: unable to open an initial console.


What do you think about that ? It's seems that the rootfs is correctly mounted and init processus correctly launched ?

But as the kernel says (Warning: unable to open an initial console), I have no console and no prompt !!


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 4:49 pm 
Offline

Joined: Fri Nov 28, 2008 3:41 pm
Posts: 22
Location: Argentina
I am working on it. The problem (I think) is the partitions that buildroot are making in the nand flash.
You can see this on the kernel output?

Creating 2 MTD partitions on "NAND 1GiB 3,3V 8-bit":
0x00000000-0x00040000 : "Partition 1"
0x00040000-0x40000000 : "Partition 2"

The first partition (mtdblock0) its at the beginning of the nand (the place in that samba copy the jffs2 file by default), so the kernel command must be:
mem=64M console=ttyS0,115200 root=/dev/mtdblock0 rw rootfst ype=jffs2

and not this:
mem=64M console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=jffs2

I don't know if this work yet.


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 5:06 pm 
Offline

Joined: Mon Jul 07, 2008 6:16 pm
Posts: 53
Location: France
I write the root filesystem from u-boot, thus I write him at 0x40000 address

Yes I have these 2 lines, and the jffs2 filesystem is correctly mounted now.
And I think init is found because I have not "the no init found" error msg.

I just have the "Warning: unable to open an initial console", and nothing else.

I think it's because init cannot open /dev/console ??


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 5:43 pm 
Offline

Joined: Mon Jul 07, 2008 6:16 pm
Posts: 53
Location: France
I made some search on linux boot procedure, and before to call init, the kernel must open the console to pass the console handler to the init processus.
Thus the kernel try to open /dev/console (or the device corresponding with the "console=" option, ttyS0 in our case). The kernel print a warning if the open fail, and call init with no console handlers.
In my case I think init is correctly launched because I have no "no init found" message.

Thus the only thing I see is that the kernel does't find /dev/ttyS0 or cannot open it.

My idea now is to look in the root filesystem to see if /dev/ttyS0 is present and with the good Major/Minor values.
Anyone knows if it's possible to mount a jffs2 file in loop mode ?


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 5:52 pm 
Offline

Joined: Mon Jul 07, 2008 6:16 pm
Posts: 53
Location: France
gasty : I found something !!

I tried to put in nand the ext2 version of the buildroot filesystem. It's just for testing because ext2 is not good at all for nand flash.

It works :shock:

Quote:
VFS: Mounted root (ext2 filesystem).
Freeing init memory: 88K
Populating /dev using udev: cannot open /dev/null
done
Starting portmap: done
Initializing random number generator... done.
$Starting network plug daemon: /etc/netplug.d/netplug eth0 probe -> pid 737
/etc/netplug.d/netplug eth1 probe -> pid 738
/etc/netplug.d/netplug eth2 probe -> pid 741
/etc/netplug.d/netplug eth3 probe -> pid 744
/etc/netplug.d/netplug eth4 probe -> pid 747
/etc/netplug.d/netplug eth5 probe -> pid 750
/etc/netplug.d/netplug eth6 probe -> pid 753
/etc/netplug.d/netplug eth7 probe -> pid 756
/etc/netplug.d/netplug eth8 probe -> pid 759
/etc/netplug.d/netplug eth9 probe -> pid 762
/etc/netplug.d/netplug eth10 probe -> pid 765
/etc/netplug.d/netplug eth11 probe -> pid 768
/etc/netplug.d/netplug eth12 probe -> pid 771
/etc/netplug.d/netplug eth13 probe -> pid 774
/etc/netplug.d/netplug eth14 probe -> pid 777
/etc/netplug.d/netplug eth15 probe -> pid 780

Starting system message bus: done
Starting network...
ip: RTNETLINK answers: File exists
Starting dropbear sshd: generating rsa key...
eth0: link up (100/Full)
generating dsa key... OK
Starting NFS statd: done
Starting NFS services: done
Starting NFS daemon: done
Starting NFS mountd: done
Starting HPA's tftpd: done
[....]

Welcome to the Erik's uClibc development environment running on the AT91SAM9260EK
at91sam9260dfc login:


Thus there is another problem with jffs2 filesystem


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 6:36 pm 
Offline

Joined: Fri Nov 28, 2008 3:41 pm
Posts: 22
Location: Argentina
Good!
I know there is a problem with the jffs2 image generation in buildroot since I can boot linux properly after copy the rootfs in an usb key formated as ext2.
Maybe some others parameters need to change. One trick can be generate the image by hand wit the mkfs.jffs2 command, or use the new filesystem type ubifs, but this need much more parameters to set.
I can't mount the jffs2 file in my PC (I using archlinux) but if you can do, please check the generated file system to see if all files are in it. I see some instructions in the web:
mknod /dev/mtdblock0 b 31 0
losetup /dev/loop1 rootfs.jffs2
modprobe blkmtd device=/dev/loop1
mount -t jffs2 /dev/mtdblock0 /mnt/jfss
This may work in debian or ubuntu, but don't work for me.

I have a question, you can detect the DP83848 PHY?


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 6:49 pm 
Offline

Joined: Mon Jul 07, 2008 6:16 pm
Posts: 53
Location: France
gasty wrote:
Good!
I know there is a problem with the jffs2 image generation in buildroot since I can boot linux properly after copy the rootfs in an usb key formated as ext2.
Maybe some others parameters need to change. One trick can be generate the image by hand wit the mkfs.jffs2 command

Yes I think now I will try to generate the jffs2 file manually to try differents options.

gasty wrote:
I can't mount the jffs2 file in my PC (I using archlinux) but if you can do, please check the generated file system to see if all files are in it. I see some instructions in the web:
mknod /dev/mtdblock0 b 31 0
losetup /dev/loop1 rootfs.jffs2
modprobe blkmtd device=/dev/loop1
mount -t jffs2 /dev/mtdblock0 /mnt/jfss
This may work in debian or ubuntu, but don't work for me.

As you I can't mount the jffs2 file. I found this script too but it doesn't work on my mandriva distribution : I have no module called blkmtd.

gasty wrote:
I have a question, you can detect the DP83848 PHY?

I think yes :
Quote:
[...]
eth0: Atmel MACB at 0xfffc4000 irq 21 (00:50:c2:43:b0:01)
eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=ffffffff:01, irq=-1)
[...]
Starting network...
ip: RTNETLINK answers: File exists
Starting dropbear sshd: generating rsa key...
eth0: link up (100/Full)
[...]


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 7:39 pm 
Offline

Joined: Mon Jul 07, 2008 6:16 pm
Posts: 53
Location: France
I successfully mounted the jffs2 image on my laptop !
The /dev/ directory is empty..... :shock:
I tried the ext2 file and /dev/ is not empty of course.... :D

The procedure is :

Quote:
modprobe mtdram total_size=24576 erase_size=128
modprobe mtdblock
dd if=file.jffs2 of=/dev/mtdblock0
mount -t jffs2 /dev/mtdblock0 /mnt/yourdir/


Quote:
cd /mnt/removable/
ls
bin/ boot/ config/ dev/ etc/ home/ lib/ linuxrc@ mnt/ opt/ proc/ root/ sbin/ sys/ tmp/ usr/ var/
cd dev
ls -l
total 0


:roll:


Last edited by nlc on Tue Dec 02, 2008 11:56 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 7:41 pm 
Offline

Joined: Mon Jul 07, 2008 6:16 pm
Posts: 53
Location: France
nlc wrote:
I successfully mounted the jffs2 image on my laptop !
The /dev/ directory is empty..... :shock:
I tried the ext2 file and /dev/ is not empty of course.... :D

The procedure is :

Quote:
modprobe mtdram total_size=24576 erase_size=128
modprobe mtdblock
dd if=file.jffs2 of=/dev/mtdblock
mount -t jffs2 /dev/mtdblock0 /mnt/yourdir/


Quote:
cd /mnt/removable/
ls
bin/ boot/ config/ dev/ etc/ home/ lib/ linuxrc@ mnt/ opt/ proc/ root/ sbin/ sys/ tmp/ usr/ var/
cd dev
ls -l
total 0


:roll:


Thus the problem is mkfs.jffs2 and probably the -D option with the device table file ?


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 7:51 pm 
Offline

Joined: Fri Nov 28, 2008 3:41 pm
Posts: 22
Location: Argentina
More questions:

* Yes, I see the same messages after copy the ext2 image to the nand. So I can't connect to my local net (at least I don't know how).
I try editing the file /etc/network/interfaces to setup the network interface eth0 as static and as dynamic and then I make:
/etc/init.d/S40network restart
But I don't have responses after ping to my PC or the router. The pings from the PC to the board fails too.
You can try this or you know other way to setup the network?

* The ext2 filesystem give me tons of errors like this:
"lost page write due to I/O error on mtdblock1
end_request: I/O error, dev mtdblock1, sector 21520
end_request: I/O error, dev mtdblock1, sector 21518
Buffer I/O error on device mtdblock1, logical block 10759
lost page write due to I/O error on mtdblock1
end_request: I/O error, dev mtdblock1, sector 21520"
I can't make the jffs2 image by hand. I don't get mkfs.jffs2 installed and I don't find it in the archlinux repos. You make any progress with that?

(Now I see your new post)
* Great! I see the mkfs.jffs2 man page and I think this command may work:
mkfs.jffs2 -r path-to-root/ -s 2048 -e 256 -n -b -m none -v -o rootfs.jffs2
You can try this?


Top
 Profile  
 
 Post subject: Re: Questions / problems with custom board and AT91SAM9260
PostPosted: Mon Dec 01, 2008 11:54 pm 
Offline

Joined: Fri Nov 28, 2008 3:41 pm
Posts: 22
Location: Argentina
I had success to make the jffs2 image!

* First I download the mkfs.jffs2 from here:
ftp://ftp.infradead.org/pub/mtd-utils/m ... 0.1.tar.gz
And then make and make install to install in my host.

* The I copy the file
buildroot/target/device/Atmel/root/device_table.txt
to
project_build_arm/at91sam9260dfc (the parent folder of root)

* Then (and this seems to be the original problem of builroot) I move the content of the folder
project_build_arm/at91sam9260dfc/root/dev
to a backup location, leaving then empty.

* The last step is to make the image:
mkfs.jffs2 -r /home/.../project_build_arm/at91sam9260dfc/root -s 2048 -e 256 -n -l -m none -v -D device_table.txt -o rootfs.jffs2

Note I must set the absolute path of the root folder. With the use of the verbose (-v) option I get this output:
Code:
mkfs.jffs2: skipping device_table entry '/dev': no parent directory!
mkfs.jffs2: skipping device_table entry '/tmp': no parent directory!
mkfs.jffs2: skipping device_table entry '/etc': no parent directory!
/
        d 0755         0              1000:1000 bin
        d 0755         0              1000:1000 boot
        d 0755         0              1000:1000 config
        d 0755         0              1000:1000 dev
        d 0755         0              1000:1000 etc
        d 0755         0              1000:1000 home
        d 0755         0              1000:1000 lib
        l 0777        11              1000:1000 linuxrc -> bin/busybox
        d 0755         0              1000:1000 mnt
        d 0755         0              1000:1000 opt
        d 0755         0              1000:1000 proc
        d 0755         0              1000:1000 root
        d 0755         0              1000:1000 sbin
        d 0755         0              1000:1000 sys
        d 1777         0              1000:1000 tmp
        d 0755         0              1000:1000 usr
        d 0755         0              1000:1000 var
/bin
        l 0777         7              1000:1000 addgroup -> busybox
        l 0777         7              1000:1000 adduser -> busybox
        l 0777         7              1000:1000 ash -> busybox
        f 0755    672928 (   695436)  1000:1000 bash
        f 0555      7408 (     7680)  1000:1000 bashbug
        f 4755    625628 (   646572)  1000:1000 busybox
        l 0777         7              1000:1000 cat -> busybox
        l 0777         7              1000:1000 catv -> busybox
        l 0777         7              1000:1000 chattr -> busybox
        l 0777         7              1000:1000 chgrp -> busybox
        l 0777         7              1000:1000 chmod -> busybox
        l 0777         7              1000:1000 chown -> busybox
        l 0777         7              1000:1000 cp -> busybox
        l 0777         7              1000:1000 cpio -> busybox
        l 0777         7              1000:1000 date -> busybox
        l 0777         7              1000:1000 dd -> busybox
        l 0777         7              1000:1000 delgroup -> busybox
        l 0777         7              1000:1000 deluser -> busybox
        l 0777         7              1000:1000 df -> busybox
        l 0777         7              1000:1000 dmesg -> busybox
        l 0777         7              1000:1000 dumpkmap -> busybox
        l 0777         7              1000:1000 echo -> busybox
        l 0777         7              1000:1000 egrep -> busybox
        l 0777         7              1000:1000 false -> busybox
        l 0777         7              1000:1000 fdflush -> busybox
        l 0777         7              1000:1000 fgrep -> busybox
        l 0777         7              1000:1000 getopt -> busybox
        l 0777         7              1000:1000 grep -> busybox
        l 0777         7              1000:1000 gunzip -> busybox
        l 0777         7              1000:1000 gzip -> busybox
        l 0777         7              1000:1000 hostname -> busybox
        l 0777         7              1000:1000 ip -> busybox
        l 0777         7              1000:1000 ipaddr -> busybox
        l 0777         7              1000:1000 iplink -> busybox
        l 0777         7              1000:1000 iproute -> busybox
        l 0777         7              1000:1000 iprule -> busybox
        l 0777         7              1000:1000 iptunnel -> busybox
        l 0777         7              1000:1000 kill -> busybox
        l 0777         7              1000:1000 linux32 -> busybox
        l 0777         7              1000:1000 linux64 -> busybox
        l 0777         7              1000:1000 ln -> busybox
        l 0777         7              1000:1000 login -> busybox
        l 0777         7              1000:1000 ls -> busybox
        l 0777         7              1000:1000 lsattr -> busybox
        l 0777         7              1000:1000 mkdir -> busybox
        l 0777         7              1000:1000 mknod -> busybox
        l 0777         7              1000:1000 mktemp -> busybox
        l 0777         7              1000:1000 more -> busybox
        l 0777         7              1000:1000 mount -> busybox
        l 0777         7              1000:1000 mountpoint -> busybox
        l 0777         7              1000:1000 mt -> busybox
        l 0777         7              1000:1000 mv -> busybox
        l 0777         7              1000:1000 netstat -> busybox
        l 0777         7              1000:1000 nice -> busybox
        l 0777         7              1000:1000 pidof -> busybox
        l 0777         7              1000:1000 ping -> busybox
        l 0777         7              1000:1000 pipe_progress -> busybox
        l 0777         7              1000:1000 printenv -> busybox
        l 0777         7              1000:1000 ps -> busybox
        l 0777         7              1000:1000 pwd -> busybox
        l 0777         7              1000:1000 rm -> busybox
        l 0777         7              1000:1000 rmdir -> busybox
        l 0777         7              1000:1000 run-parts -> busybox
        l 0777         7              1000:1000 sed -> busybox
        l 0777         7              1000:1000 setarch -> busybox
        l 0777         7              1000:1000 sh -> busybox
        l 0777         7              1000:1000 sleep -> busybox
        l 0777         7              1000:1000 stty -> busybox
        l 0777         7              1000:1000 su -> busybox
        l 0777         7              1000:1000 sync -> busybox
        l 0777         7              1000:1000 tar -> busybox
        l 0777         7              1000:1000 touch -> busybox
        l 0777         7              1000:1000 true -> busybox
        l 0777         7              1000:1000 umount -> busybox
        l 0777         7              1000:1000 uname -> busybox
        l 0777         7              1000:1000 usleep -> busybox
        l 0777         7              1000:1000 vi -> busybox
        l 0777         7              1000:1000 watch -> busybox
        l 0777         7              1000:1000 zcat -> busybox
        f 4755    625628 (   646572)     0:0   busybox
/boot
        f 0644     23732 (    24548)  1000:1000 buildroot.config
        f 0644     21101 (    21849)  1000:1000 busybox.config
        f 0644     31641 (    32729)  1000:1000 linux-2.6.22.4.config
        f 0644     34147 (    35371)  1000:1000 linux-2.6.24.4.config
        f 0644     38346 (    39638)  1000:1000 linux-2.6.27.4.config
        f 0644      5214 (     5418)  1000:1000 uclibc.config
/config
/dev
        d 0755         0                 0:0   pts
        c 0640    1,   1                 0:0   mem
        c 0640    1,   2                 0:0   kmem
        c 0666    1,   3                 0:0   null
        c 0666    1,   5                 0:0   zero
        c 0666    1,   8                 0:0   random
        c 0666    1,   9                 0:0   urandom
        b 0640    1,   1                 0:0   ram
        b 0640    1,   0                 0:0   ram0
        b 0640    1,   1                 0:0   ram1
        b 0640    1,   2                 0:0   ram2
        b 0640    1,   3                 0:0   ram3
        b 0640    7,   0                 0:0   loop0
        b 0640    7,   1                 0:0   loop1
        c 0640   10, 135                 0:0   rtc
        c 0666    5,   1                 0:0   console
        c 0666    5,   0                 0:0   tty
        c 0666    4,   0                 0:0   tty0
        c 0666    4,   1                 0:0   tty1
        c 0666    4,   2                 0:0   tty2
        c 0666    4,   3                 0:0   tty3
        c 0666    4,   4                 0:0   tty4
        c 0666    4,   5                 0:0   tty5
        c 0666    4,   6                 0:0   tty6
        c 0666    4,   7                 0:0   tty7
        c 0666    3,   0                 0:0   ttyp0
        c 0666    3,   1                 0:0   ttyp1
        c 0666    3,   2                 0:0   ttyp2
        c 0666    3,   3                 0:0   ttyp3
        c 0666    3,   4                 0:0   ttyp4
        c 0666    3,   5                 0:0   ttyp5
        c 0666    3,   6                 0:0   ttyp6
        c 0666    3,   7                 0:0   ttyp7
        c 0666    3,   8                 0:0   ttyp8
        c 0666    3,   9                 0:0   ttyp9
        c 0666    2,   0                 0:0   ptyp0
        c 0666    2,   1                 0:0   ptyp1
        c 0666    2,   2                 0:0   ptyp2
        c 0666    2,   3                 0:0   ptyp3
        c 0666    2,   4                 0:0   ptyp4
        c 0666    2,   5                 0:0   ptyp5
        c 0666    2,   6                 0:0   ptyp6
        c 0666    2,   7                 0:0   ptyp7
        c 0666    2,   8                 0:0   ptyp8
        c 0666    2,   9                 0:0   ptyp9
        c 0666    5,   2                 0:0   ptmx
        c 0666   57,   0                 0:0   ttyP0
        c 0666   57,   1                 0:0   ttyP1
        c 0666   57,   2                 0:0   ttyP2
        c 0666   57,   3                 0:0   ttyP3
        c 0666    4,  64                 0:0   ttyS0
        c 0666    4,  65                 0:0   ttyS1
        c 0666    4,  66                 0:0   ttyS2
        c 0666    4,  67                 0:0   ttyS3
        c 0640   29,   0                 0:5   fb0
        c 0640   29,  32                 0:5   fb1
        c 0640   29,  64                 0:5   fb2
        c 0640   29,  96                 0:5   fb3
        c 0666   10,   1                 0:0   psaux
        c 0640   90,   0                 0:0   mtd0
        c 0640   90,   2                 0:0   mtd1
        c 0640   90,   4                 0:0   mtd2
        c 0640   90,   6                 0:0   mtd3
        b 0640   31,   0                 0:0   mtdblock0
        b 0640   31,   1                 0:0   mtdblock1
        b 0640   31,   2                 0:0   mtdblock2
        b 0640   31,   3                 0:0   mtdblock3
        d 0755         0                 0:0   net
        b 0640   98,   0                 0:0   ubda
        b 0640   98,   1                 0:0   ubda1
        b 0640   98,   2                 0:0   ubda2
        b 0640   98,   3                 0:0   ubda3
        b 0640   98,   4                 0:0   ubda4
        b 0640   98,   5                 0:0   ubda5
        b 0640   98,   6                 0:0   ubda6
        b 0640   98,   7                 0:0   ubda7
        b 0640   98,   8                 0:0   ubda8
        b 0640   98,   9                 0:0   ubda9
        b 0640   98,  10                 0:0   ubda10
        b 0640   98,  11                 0:0   ubda11
        b 0640   98,  12                 0:0   ubda12
        b 0640   98,  13                 0:0   ubda13
        b 0640   98,  14                 0:0   ubda14
        b 0640    3,   0                 0:0   hda
        b 0640    3,   1                 0:0   hda1
        b 0640    3,   2                 0:0   hda2
        b 0640    3,   3                 0:0   hda3
        b 0640    3,   4                 0:0   hda4
        b 0640    3,   5                 0:0   hda5
        b 0640    3,   6                 0:0   hda6
        b 0640    3,   7                 0:0   hda7
        b 0640    3,   8                 0:0   hda8
        b 0640    3,   9                 0:0   hda9
        b 0640    3,  10                 0:0   hda10
        b 0640    3,  11                 0:0   hda11
        b 0640    3,  12                 0:0   hda12
        b 0640    3,  13                 0:0   hda13
        b 0640    3,  14                 0:0   hda14
        b 0640    3,  64                 0:0   hdb
        b 0640    3,  65                 0:0   hdb1
        b 0640    3,  66                 0:0   hdb2
        b 0640    3,  67                 0:0   hdb3
        b 0640    3,  68                 0:0   hdb4
        b 0640    3,  69                 0:0   hdb5
        b 0640    3,  70                 0:0   hdb6
        b 0640    3,  71                 0:0   hdb7
        b 0640    3,  72                 0:0   hdb8
        b 0640    3,  73                 0:0   hdb9
        b 0640    3,  74                 0:0   hdb10
        b 0640    3,  75                 0:0   hdb11
        b 0640    3,  76                 0:0   hdb12
        b 0640    3,  77                 0:0   hdb13
        b 0640    3,  78                 0:0   hdb14
/dev/pts
/dev/net
        c 0660   10, 200                 0:0   tun
/etc
        f 0644         8 (       76)  1000:1000 TZ
        d 0755         0              1000:1000 avahi
        d 0755         0              1000:1000 boa
        f 0644        27 (       95)  1000:1000 br-version
        d 0755         0              1000:1000 dbus-1
        f 0644       331 (      399)  1000:1000 fstab
        f 0644       190 (      258)  1000:1000 group
        f 0644        15 (       83)  1000:1000 hostname
        f 0644        20 (       88)  1000:1000 hosts
        d 0755         0              1000:1000 init.d
        f 0644      1411 (     1479)  1000:1000 inittab
        f 0644      1180 (     1248)  1000:1000 inputrc
        f 0644        84 (      152)  1000:1000 issue
        f 0644      2323 (     2459)  1000:1000 ld.so.cache
        f 0644        33 (      101)  1000:1000 ld.so.conf
        d 0755         0              1000:1000 ld.so.conf.d
        f 0644      5488 (     5692)  1000:1000 mime.types
        d 0755         0              1000:1000 netplug
        d 0755         0              1000:1000 netplug.d
        d 0755         0              1000:1000 network
        f 0644       562 (      630)  1000:1000 passwd
        f 0644      1702 (     1770)  1000:1000 profile
        f 0644      1191 (     1259)  1000:1000 protocols
        f 0644       512 (      580)  1000:1000 random-seed
        f 0644        64 (      132)  1000:1000 securetty
        f 0644     10873 (    11281)  1000:1000 services
        f 0600       321 (      389)  1000:1000 shadow
        d 0755         0              1000:1000 udev
        d 0755         0              1000:1000 usbmount
        f 0600       321 (      389)     0:0   shadow
        f 0644       562 (      630)     0:0   passwd
/etc/avahi
        f 0755      2068 (     2204)  1000:1000 avahi-autoipd.action
/etc/boa
        f 0644      7142 (     7414)  1000:1000 boa.conf
/etc/dbus-1
        f 0644      2524 (     2660)  1000:1000 session.conf
        d 0755         0              1000:1000 session.d
        f 0644      2280 (     2416)  1000:1000 system.conf
        d 0755         0              1000:1000 system.d
/etc/dbus-1/session.d
/etc/dbus-1/system.d
/etc/init.d
        f 0755       278 (      346)  1000:1000 S05avahi-setup.sh
        f 0755      2400 (     2536)  1000:1000 S10udev
        f 0755       532 (      600)  1000:1000 S13portmap
        f 0755      1365 (     1433)  1000:1000 S20urandom
        f 0755      1509 (     1577)  1000:1000 S29netplug
        f 0755      1731 (     1799)  1000:1000 S30dbus
        f 0755       340 (      408)  1000:1000 S40network
        f 0755      1092 (     1160)  1000:1000 S50dropbear
        f 0755      1742 (     1810)  1000:1000 S60nfs
        f 0755      1459 (     1527)  1000:1000 S80tftpd-hpa
        f 0755       523 (      591)  1000:1000 l2tpd
        f 0755       408 (      476)  1000:1000 rcS
/etc/ld.so.conf.d
/etc/netplug
        f 0644         5 (       73)  1000:1000 netplugd.conf
/etc/netplug.d
        f 0755      1486 (     1554)  1000:1000 netplug
/etc/network
        d 0755         0              1000:1000 if-down.d
        d 0755         0              1000:1000 if-post-down.d
        d 0755         0              1000:1000 if-pre-up.d
        d 0755         0              1000:1000 if-up.d
        f 0644        53 (      121)  1000:1000 interfaces
        d 0755         0                 0:0   if-up.d
        d 0755         0                 0:0   if-pre-up.d
        d 0755         0                 0:0   if-down.d
        d 0755         0                 0:0   if-post-down.d
/etc/network/if-down.d
/etc/network/if-post-down.d
/etc/network/if-pre-up.d
/etc/network/if-up.d
/etc/network/if-up.d
/etc/network/if-pre-up.d
/etc/network/if-down.d
/etc/network/if-post-down.d
/etc/udev
        d 0755         0              1000:1000 rules.d
        f 0644       241 (      309)  1000:1000 udev.conf
/etc/udev/rules.d
        f 0644     11341 (    11749)  1000:1000 50-udev-default.rules
        f 0644       656 (      724)  1000:1000 64-device-mapper.rules
/etc/usbmount
        f 0644      1991 (     2059)  1000:1000 usbmount.conf
/home
        d 2755         0              1000:1000 default
        d 2755         0              1000:1000 default
/home/default
/home/default
/lib
        f 0755     21168 (    21916)  1000:1000 ld-uClibc-0.9.29.so
        l 0777        19              1000:1000 ld-uClibc.so.0 -> ld-uClibc-0.9.29.so
        l 0777        19              1000:1000 libc.so.0 -> libuClibc-0.9.29.so
        f 0644     13019 (    13495)  1000:1000 libcrypt-0.9.29.so
        l 0777        18              1000:1000 libcrypt.so.0 -> libcrypt-0.9.29.so
        f 0644      9027 (     9367)  1000:1000 libdl-0.9.29.so
        l 0777        15              1000:1000 libdl.so.0 -> libdl-0.9.29.so
        l 0777        13              1000:1000 libgcc_s.so -> libgcc_s.so.1
        f 0644     37180 (    38472)  1000:1000 libgcc_s.so.1
        f 0644     45939 (    47571)  1000:1000 libm-0.9.29.so
        l 0777        14              1000:1000 libm.so.0 -> libm-0.9.29.so
        l 0777        15              1000:1000 libncurses.so -> libncurses.so.5
        l 0777        17              1000:1000 libncurses.so.5 -> libncurses.so.5.6
        f 0644    272720 (   281900)  1000:1000 libncurses.so.5.6
        f 0644      4708 (     4912)  1000:1000 libnsl-0.9.29.so
        l 0777        16              1000:1000 libnsl.so.0 -> libnsl-0.9.29.so
        f 0644     63979 (    66155)  1000:1000 libpthread-0.9.29.so
        l 0777        20              1000:1000 libpthread.so.0 -> libpthread-0.9.29.so
        f 0644      4712 (     4916)  1000:1000 libresolv-0.9.29.so
        l 0777        19              1000:1000 libresolv.so.0 -> libresolv-0.9.29.so
        f 0644      4735 (     4939)  1000:1000 librt-0.9.29.so
        l 0777        15              1000:1000 librt.so.0 -> librt-0.9.29.so
        f 0644    588523 (   608243)  1000:1000 libuClibc-0.9.29.so
        f 0644      4783 (     4987)  1000:1000 libutil-0.9.29.so
        l 0777        17              1000:1000 libutil.so.0 -> libutil-0.9.29.so
        d 0755         0              1000:1000 modules
        d 0755         0              1000:1000 udev
/lib/modules
        d 0755         0              1000:1000 2.6.22.4
        d 0755         0              1000:1000 2.6.24
        d 0755         0              1000:1000 2.6.24.4
        d 0755         0              1000:1000 2.6.27.4
/lib/modules/2.6.22.4
        d 0755         0              1000:1000 kernel
        f 0644        92 (      160)  1000:1000 modules.alias
        f 0644        69 (      137)  1000:1000 modules.ccwmap
        f 0644       535 (      603)  1000:1000 modules.dep
        f 0644        73 (      141)  1000:1000 modules.ieee1394map
        f 0644       141 (      209)  1000:1000 modules.inputmap
        f 0644        81 (      149)  1000:1000 modules.isapnpmap
        f 0644        74 (      142)  1000:1000 modules.ofmap
        f 0644        99 (      167)  1000:1000 modules.pcimap
        f 0644        43 (      111)  1000:1000 modules.seriomap
        f 0644       171 (      239)  1000:1000 modules.symbols
        f 0644       189 (      257)  1000:1000 modules.usbmap
/lib/modules/2.6.22.4/kernel
        d 0755         0              1000:1000 crypto
        d 0755         0              1000:1000 drivers
        d 0755         0              1000:1000 lib
/lib/modules/2.6.22.4/kernel/crypto
        f 0644     19198 (    19878)  1000:1000 des.ko
        f 0644      4892 (     5096)  1000:1000 md4.ko
        f 0644     10267 (    10743)  1000:1000 sha256.ko
/lib/modules/2.6.22.4/kernel/drivers
        d 0755         0              1000:1000 scsi
        d 0755         0              1000:1000 usb
/lib/modules/2.6.22.4/kernel/drivers/scsi
        f 0644      2054 (     2190)  1000:1000 scsi_wait_scan.ko
/lib/modules/2.6.22.4/kernel/drivers/usb
        d 0755         0              1000:1000 gadget
/lib/modules/2.6.22.4/kernel/drivers/usb/gadget
        f 0644     27676 (    28628)  1000:1000 g_ether.ko
        f 0644     29412 (    30432)  1000:1000 g_file_storage.ko
        f 0644     23026 (    23842)  1000:1000 g_serial.ko
        f 0644     21069 (    21817)  1000:1000 gadgetfs.ko
/lib/modules/2.6.22.4/kernel/lib
        f 0644      2684 (     2820)  1000:1000 crc16.ko
        f 0644      3462 (     3598)  1000:1000 libcrc32c.ko
/lib/modules/2.6.24
        d 0755         0              1000:1000 kernel
        f 0644       122 (      190)  1000:1000 modules.alias
        f 0644        69 (      137)  1000:1000 modules.ccwmap
        f 0644       531 (      599)  1000:1000 modules.dep
        f 0644        73 (      141)  1000:1000 modules.ieee1394map
        f 0644       141 (      209)  1000:1000 modules.inputmap
        f 0644        81 (      149)  1000:1000 modules.isapnpmap
        f 0644        74 (      142)  1000:1000 modules.ofmap
        f 0644        99 (      167)  1000:1000 modules.pcimap
        f 0644        43 (      111)  1000:1000 modules.seriomap
        f 0644       171 (      239)  1000:1000 modules.symbols
        f 0644       189 (      257)  1000:1000 modules.usbmap
/lib/modules/2.6.24/kernel
        d 0755         0              1000:1000 crypto
        d 0755         0              1000:1000 drivers
        d 0755         0              1000:1000 lib
/lib/modules/2.6.24/kernel/crypto
        f 0644     19322 (    20002)  1000:1000 des_generic.ko
        f 0644      4968 (     5172)  1000:1000 md4.ko
        f 0644     10359 (    10767)  1000:1000 sha256_generic.ko
/lib/modules/2.6.24/kernel/drivers
        d 0755         0              1000:1000 scsi
        d 0755         0              1000:1000 usb
/lib/modules/2.6.24/kernel/drivers/scsi
        f 0644      2130 (     2266)  1000:1000 scsi_wait_scan.ko
/lib/modules/2.6.24/kernel/drivers/usb
        d 0755         0              1000:1000 gadget
/lib/modules/2.6.24/kernel/drivers/usb/gadget
        f 0644     27663 (    28615)  1000:1000 g_ether.ko
        f 0644     29197 (    30217)  1000:1000 g_file_storage.ko
        f 0644     23025 (    23841)  1000:1000 g_serial.ko
        f 0644     21027 (    21843)  1000:1000 gadgetfs.ko
/lib/modules/2.6.24/kernel/lib
        f 0644      2792 (     2928)  1000:1000 crc16.ko
        f 0644      3538 (     3674)  1000:1000 libcrc32c.ko
/lib/modules/2.6.24.4
        d 0755         0              1000:1000 kernel
        f 0644       122 (      190)  1000:1000 modules.alias
        f 0644        69 (      137)  1000:1000 modules.ccwmap
        f 0644       551 (      619)  1000:1000 modules.dep
        f 0644        73 (      141)  1000:1000 modules.ieee1394map
        f 0644       141 (      209)  1000:1000 modules.inputmap
        f 0644        81 (      149)  1000:1000 modules.isapnpmap
        f 0644        74 (      142)  1000:1000 modules.ofmap
        f 0644        99 (      167)  1000:1000 modules.pcimap
        f 0644        43 (      111)  1000:1000 modules.seriomap
        f 0644       171 (      239)  1000:1000 modules.symbols
        f 0644       189 (      257)  1000:1000 modules.usbmap
/lib/modules/2.6.24.4/kernel
        d 0755         0              1000:1000 crypto
        d 0755         0              1000:1000 drivers
        d 0755         0              1000:1000 lib
/lib/modules/2.6.24.4/kernel/crypto
        f 0644     19322 (    20002)  1000:1000 des_generic.ko
        f 0644      4968 (     5172)  1000:1000 md4.ko
        f 0644     10359 (    10767)  1000:1000 sha256_generic.ko
/lib/modules/2.6.24.4/kernel/drivers
        d 0755         0              1000:1000 scsi
        d 0755         0              1000:1000 usb
/lib/modules/2.6.24.4/kernel/drivers/scsi
        f 0644      2130 (     2266)  1000:1000 scsi_wait_scan.ko
/lib/modules/2.6.24.4/kernel/drivers/usb
        d 0755         0              1000:1000 gadget
/lib/modules/2.6.24.4/kernel/drivers/usb/gadget
        f 0644     27663 (    28615)  1000:1000 g_ether.ko
        f 0644     29197 (    30217)  1000:1000 g_file_storage.ko
        f 0644     23025 (    23841)  1000:1000 g_serial.ko
        f 0644     21027 (    21775)  1000:1000 gadgetfs.ko
/lib/modules/2.6.24.4/kernel/lib
        f 0644      2792 (     2928)  1000:1000 crc16.ko
        f 0644      3538 (     3674)  1000:1000 libcrc32c.ko
/lib/modules/2.6.27.4
        d 0755         0              1000:1000 kernel
        f 0644       150 (      218)  1000:1000 modules.alias
        f 0644        69 (      137)  1000:1000 modules.ccwmap
        f 0644       504 (      572)  1000:1000 modules.dep
        f 0644        73 (      141)  1000:1000 modules.ieee1394map
        f 0644       141 (      209)  1000:1000 modules.inputmap
        f 0644        81 (      149)  1000:1000 modules.isapnpmap
        f 0644        74 (      142)  1000:1000 modules.ofmap
        f 0644       297 (      365)  1000:1000 modules.order
        f 0644        99 (      167)  1000:1000 modules.pcimap
        f 0644        43 (      111)  1000:1000 modules.seriomap
        f 0644       139 (      207)  1000:1000 modules.symbols
        f 0644       189 (      257)  1000:1000 modules.usbmap
/lib/modules/2.6.27.4/kernel
        d 0755         0              1000:1000 crypto
        d 0755         0              1000:1000 drivers
        d 0755         0              1000:1000 lib
/lib/modules/2.6.27.4/kernel/crypto
        f 0644     19704 (    20384)  1000:1000 des_generic.ko
        f 0644      4984 (     5188)  1000:1000 md4.ko
        f 0644     11127 (    11535)  1000:1000 sha256_generic.ko
/lib/modules/2.6.27.4/kernel/drivers
        d 0755         0              1000:1000 scsi
        d 0755         0              1000:1000 usb
/lib/modules/2.6.27.4/kernel/drivers/scsi
        f 0644      2098 (     2234)  1000:1000 scsi_wait_scan.ko
/lib/modules/2.6.27.4/kernel/drivers/usb
        d 0755         0              1000:1000 gadget
/lib/modules/2.6.27.4/kernel/drivers/usb/gadget
        f 0644     38401 (    39693)  1000:1000 g_ether.ko
        f 0644     29685 (    30773)  1000:1000 g_file_storage.ko
        f 0644     30030 (    31050)  1000:1000 g_serial.ko
        f 0644     20384 (    21064)  1000:1000 gadgetfs.ko
/lib/modules/2.6.27.4/kernel/lib
        f 0644      2760 (     2896)  1000:1000 crc16.ko
/lib/udev
        f 0755     18416 (    19028)  1000:1000 scsi_id
        f 0755     13712 (    14188)  1000:1000 usb_id
        f 0755      8044 (     8316)  1000:1000 vol_id
/mnt
/opt
/proc
/root
        f 0644         0 (        0)  1000:1000 .bash_history
        f 0644       175 (      243)  1000:1000 .bash_logout
        f 0644       161 (      229)  1000:1000 .bash_profile
        f 0644      1711 (     1779)  1000:1000 .bashrc
/sbin
        l 0777        14              1000:1000 freeramdisk -> ../bin/busybox
        l 0777        14              1000:1000 fsck -> ../bin/busybox
        l 0777        14              1000:1000 getty -> ../bin/busybox
        l 0777        14              1000:1000 halt -> ../bin/busybox
        l 0777        14              1000:1000 hdparm -> ../bin/busybox
        l 0777        14              1000:1000 hwclock -> ../bin/busybox
        l 0777        14              1000:1000 ifconfig -> ../bin/busybox
        l 0777        14              1000:1000 ifdown -> ../bin/busybox
        l 0777        14              1000:1000 ifup -> ../bin/busybox
        l 0777        14              1000:1000 init -> ../bin/busybox
        l 0777        14              1000:1000 insmod -> ../bin/busybox
        l 0777        14              1000:1000 klogd -> ../bin/busybox
        l 0777        14              1000:1000 loadkmap -> ../bin/busybox
        l 0777        14              1000:1000 losetup -> ../bin/busybox
        l 0777        14              1000:1000 lsmod -> ../bin/busybox
        l 0777        14              1000:1000 makedevs -> ../bin/busybox
        l 0777        14              1000:1000 mdev -> ../bin/busybox
        f 0755     26516 (    27400)  1000:1000 mkdosfs
        l 0777        14              1000:1000 mkswap -> ../bin/busybox
        l 0777        14              1000:1000 modprobe -> ../bin/busybox
        l 0777        14              1000:1000 nameif -> ../bin/busybox
        f 0755     21376 (    22124)  1000:1000 netplugd
        l 0777        14              1000:1000 pivot_root -> ../bin/busybox
        f 0755     10276 (    10684)  1000:1000 portmap
        l 0777        14              1000:1000 poweroff -> ../bin/busybox
        l 0777        14              1000:1000 reboot -> ../bin/busybox
        l 0777        14              1000:1000 rmmod -> ../bin/busybox
        l 0777        14              1000:1000 route -> ../bin/busybox
        l 0777        14              1000:1000 runlevel -> ../bin/busybox
        l 0777        14              1000:1000 setconsole -> ../bin/busybox
        l 0777        14              1000:1000 start-stop-daemon -> ../bin/busybox
        l 0777        14              1000:1000 sulogin -> ../bin/busybox
        l 0777        14              1000:1000 swapoff -> ../bin/busybox
        l 0777        14              1000:1000 swapon -> ../bin/busybox
        l 0777        14              1000:1000 switch_root -> ../bin/busybox
        l 0777        14              1000:1000 sysctl -> ../bin/busybox
        l 0777        14              1000:1000 syslogd -> ../bin/busybox
        f 0755      8544 (     8884)  1000:1000 udevcontrol
        f 0755     52380 (    54148)  1000:1000 udevd
        f 0755     14132 (    14608)  1000:1000 udevsettle
        f 0755     46652 (    48284)  1000:1000 udevstart
        f 0755     17900 (    18512)  1000:1000 udevtrigger
        l 0777        14              1000:1000 udhcpc -> ../bin/busybox
        f 0755      6031 (     6235)  1000:1000 usbmount
        l 0777        14              1000:1000 vconfig -> ../bin/busybox
        l 0777        14              1000:1000 watchdog -> ../bin/busybox
/sys
/tmp
/usr
        d 0755         0              1000:1000 bin
        d 0755         0              1000:1000 lib
        d 0755         0              1000:1000 sbin
        d 0755         0              1000:1000 share
        d 0755         0              1000:1000 src
/usr/bin
        l 0777        17              1000:1000 [ -> ../../bin/busybox
        l 0777        17              1000:1000 [[ -> ../../bin/busybox
        l 0777        17              1000:1000 ar -> ../../bin/busybox
        l 0777        17              1000:1000 arping -> ../../bin/busybox
        l 0777        17              1000:1000 awk -> ../../bin/busybox
        l 0777        17              1000:1000 basename -> ../../bin/busybox
        l 0777        17              1000:1000 bunzip2 -> ../../bin/busybox
        l 0777        17              1000:1000 bzcat -> ../../bin/busybox
        l 0777         6              1000:1000 bzcmp -> bzdiff
        f 0755      2128 (     2264)  1000:1000 bzdiff
        l 0777         6              1000:1000 bzegrep -> bzgrep
        l 0777         6              1000:1000 bzfgrep -> bzgrep
        f 0755      1677 (     1745)  1000:1000 bzgrep
        f 0755     90708 (    93768)  1000:1000 bzip2
        f 0755      7640 (     7912)  1000:1000 bzip2recover
        l 0777         6              1000:1000 bzless -> bzmore
        f 0755      1259 (     1327)  1000:1000 bzmore
        l 0777        17              1000:1000 chrt -> ../../bin/busybox
        l 0777        17              1000:1000 chvt -> ../../bin/busybox
        l 0777        17              1000:1000 cksum -> ../../bin/busybox
        l 0777        17              1000:1000 clear -> ../../bin/busybox
        l 0777        17              1000:1000 cmp -> ../../bin/busybox
        l 0777        17              1000:1000 crontab -> ../../bin/busybox
        l 0777        17              1000:1000 cut -> ../../bin/busybox
        l 0777        16              1000:1000 dbclient -> ../sbin/dropbear
        f 0755      6636 (     6908)  1000:1000 dbus-cleanup-sockets
        f 0755    277720 (   287036)  1000:1000 dbus-daemon
        f 0755     13760 (    14236)  1000:1000 dbus-launch
        f 0755      9692 (    10032)  1000:1000 dbus-monitor
        f 0755     12564 (    13040)  1000:1000 dbus-send
        f 0755      4524 (     4728)  1000:1000 dbus-uuidgen
        l 0777        17              1000:1000 dc -> ../../bin/busybox
        l 0777        17              1000:1000 deallocvt -> ../../bin/busybox
        l 0777        17              1000:1000 diff -> ../../bin/busybox
        l 0777        17              1000:1000 dirname -> ../../bin/busybox
        l 0777        17              1000:1000 dos2unix -> ../../bin/busybox
        l 0777        16              1000:1000 dropbearconvert -> ../sbin/dropbear
        l 0777        16              1000:1000 dropbearkey -> ../sbin/dropbear
        l 0777        17              1000:1000 du -> ../../bin/busybox
        l 0777        17              1000:1000 dumpleases -> ../../bin/busybox
        l 0777        17              1000:1000 eject -> ../../bin/busybox
        l 0777        17              1000:1000 env -> ../../bin/busybox
        l 0777        17              1000:1000 ether-wake -> ../../bin/busybox
        l 0777        17              1000:1000 expr -> ../../bin/busybox
        l 0777        17              1000:1000 fdformat -> ../../bin/busybox
        f 0755     41776 (    43272)  1000:1000 filan
        l 0777        17              1000:1000 find -> ../../bin/busybox
        l 0777        17              1000:1000 fold -> ../../bin/busybox
        l 0777        17              1000:1000 free -> ../../bin/busybox
        l 0777        17              1000:1000 fuser -> ../../bin/busybox
        f 0755     19184 (    19864)  1000:1000 haserl
        l 0777        17              1000:1000 head -> ../../bin/busybox
        l 0777        17              1000:1000 hexdump -> ../../bin/busybox
        l 0777        17              1000:1000 hostid -> ../../bin/busybox
        l 0777        17              1000:1000 id -> ../../bin/busybox
        l 0777        17              1000:1000 install -> ../../bin/busybox
        l 0777        17              1000:1000 ipcrm -> ../../bin/busybox
        l 0777        17              1000:1000 ipcs -> ../../bin/busybox
        l 0777        17              1000:1000 killall -> ../../bin/busybox
        l 0777        17              1000:1000 killall5 -> ../../bin/busybox
        l 0777        17              1000:1000 last -> ../../bin/busybox
        l 0777        17              1000:1000 length -> ../../bin/busybox
        l 0777        17              1000:1000 less -> ../../bin/busybox
        l 0777        17              1000:1000 loadfont -> ../../bin/busybox
        f 0755      5740 (     5944)  1000:1000 lockfile-create
        f 0755      5740 (     5944)  1000:1000 lockfile-remove
        f 0755      5740 (     5944)  1000:1000 lockfile-touch
        l 0777        17              1000:1000 logger -> ../../bin/busybox
        l 0777        17              1000:1000 logname -> ../../bin/busybox
        l 0777        17              1000:1000 lzmacat -> ../../bin/busybox
        l 0777        17              1000:1000 md5sum -> ../../bin/busybox
        l 0777        17              1000:1000 mesg -> ../../bin/busybox
        f 0755     14760 (    15304)  1000:1000 microcom
        l 0777        17              1000:1000 mkfifo -> ../../bin/busybox
        l 0777        17              1000:1000 nohup -> ../../bin/busybox
        l 0777        17              1000:1000 nslookup -> ../../bin/busybox
        l 0777        17              1000:1000 od -> ../../bin/busybox
        l 0777        17              1000:1000 openvt -> ../../bin/busybox
        l 0777        17              1000:1000 passwd -> ../../bin/busybox
        l 0777        17              1000:1000 patch -> ../../bin/busybox
        l 0777        17              1000:1000 printf -> ../../bin/busybox
        f 0755     35744 (    36968)  1000:1000 procan
        l 0777        17              1000:1000 readlink -> ../../bin/busybox
        l 0777        17              1000:1000 realpath -> ../../bin/busybox
        l 0777        17              1000:1000 renice -> ../../bin/busybox
        l 0777        17              1000:1000 reset -> ../../bin/busybox
        l 0777        17              1000:1000 resize -> ../../bin/busybox
        f 0755    370468 (   382844)  1000:1000 rsync
        l 0777        16              1000:1000 scp -> ../sbin/dropbear
        l 0777        17              1000:1000 seq -> ../../bin/busybox
        l 0777        17              1000:1000 setkeycodes -> ../../bin/busybox
        l 0777        17              1000:1000 setsid -> ../../bin/busybox
        l 0777        17              1000:1000 sha1sum -> ../../bin/busybox
        f 0755    133436 (   137924)  1000:1000 socat
        l 0777        17              1000:1000 sort -> ../../bin/busybox
        l 0777        16              1000:1000 ssh -> ../sbin/dropbear
        f 0755     10084 (    10424)  1000:1000 sstrip
        l 0777        17              1000:1000 strings -> ../../bin/busybox
        l 0777        17              1000:1000 tail -> ../../bin/busybox
        l 0777        17              1000:1000 tee -> ../../bin/busybox
        l 0777        17              1000:1000 telnet -> ../../bin/busybox
        l 0777        17              1000:1000 test -> ../../bin/busybox
        l 0777        17              1000:1000 tftp -> ../../bin/busybox
        l 0777        17              1000:1000 time -> ../../bin/busybox
        l 0777        17              1000:1000 top -> ../../bin/busybox
        l 0777        17              1000:1000 tr -> ../../bin/busybox
        l 0777        17              1000:1000 traceroute -> ../../bin/busybox
        l 0777        17              1000:1000 tty -> ../../bin/busybox
        l 0777        17              1000:1000 uniq -> ../../bin/busybox
        l 0777        17              1000:1000 unix2dos -> ../../bin/busybox
        l 0777        17              1000:1000 unlzma -> ../../bin/busybox
        l 0777        17              1000:1000 unzip -> ../../bin/busybox
        l 0777        17              1000:1000 uptime -> ../../bin/busybox
        l 0777        17              1000:1000 uudecode -> ../../bin/busybox
        l 0777        17              1000:1000 uuencode -> ../../bin/busybox
        l 0777        17              1000:1000 vlock -> ../../bin/busybox
        l 0777        17              1000:1000 wc -> ../../bin/busybox
        l 0777        17              1000:1000 wget -> ../../bin/busybox
        l 0777        17              1000:1000 which -> ../../bin/busybox
        l 0777        17              1000:1000 who -> ../../bin/busybox
        l 0777        17              1000:1000 whoami -> ../../bin/busybox
        l 0777        17              1000:1000 xargs -> ../../bin/busybox
        l 0777        17              1000:1000 yes -> ../../bin/busybox
/usr/lib
        d 0755         0              1000:1000 boa
        l 0777        15              1000:1000 libbz2.so -> libbz2.so.1.0.4
        l 0777        15              1000:1000 libbz2.so.1.0 -> libbz2.so.1.0.4
        f 0755     70152 (    72532)  1000:1000 libbz2.so.1.0.4
        l 0777        18              1000:1000 libdaemon.so -> libdaemon.so.0.4.0
        l 0777        18              1000:1000 libdaemon.so.0 -> libdaemon.so.0.4.0
        f 0755     17932 (    18544)  1000:1000 libdaemon.so.0.4.0
        l 0777        18              1000:1000 libdbus-1.so -> libdbus-1.so.3.3.0
        l 0777        18              1000:1000 libdbus-1.so.3 -> libdbus-1.so.3.3.0
        f 0755    195424 (   202020)  1000:1000 libdbus-1.so.3.3.0
        l 0777        20              1000:1000 libdevmapper.so -> libdevmapper.so.1.02
        f 0644     76016 (    78600)  1000:1000 libdevmapper.so.1.02
        l 0777        21              1000:1000 libevent-1.2.so.1 -> libevent-1.2.so.1.0.3
        f 0755     60368 (    62476)  1000:1000 libevent-1.2.so.1.0.3
        l 0777        21              1000:1000 libevent.so -> libevent-1.2.so.1.0.3
        l 0777        17              1000:1000 libexpat.so -> libexpat.so.1.5.2
        l 0777        17              1000:1000 libexpat.so.1 -> libexpat.so.1.5.2
        f 0755    117488 (   121432)  1000:1000 libexpat.so.1.5.2
        f 0755    117088 (   121100)  1000:1000 libgettextlib-0.16.1.so
        l 0777        23              1000:1000 libgettextlib.so -> libgettextlib-0.16.1.so
        l 0777        21              1000:1000 libgettextpo.so -> libgettextpo.so.0.3.0
        l 0777        21              1000:1000 libgettextpo.so.0 -> libgettextpo.so.0.3.0
        f 0755    211604 (   218676)  1000:1000 libgettextpo.so.0.3.0
        f 0755    192192 (   198652)  1000:1000 libgettextsrc-0.16.1.so
        l 0777        23              1000:1000 libgettextsrc.so -> libgettextsrc-0.16.1.so
        l 0777        15              1000:1000 libhistory.so -> libhistory.so.5
        l 0777        17              1000:1000 libhistory.so.5 -> libhistory.so.5.2
        f 0775     26356 (    27240)  1000:1000 libhistory.so.5.2
        l 0777        16              1000:1000 libintl.so -> libintl.so.8.0.1
        l 0777        16              1000:1000 libintl.so.8 -> libintl.so.8.0.1
        f 0644     30652 (    31672)  1000:1000 libintl.so.8.0.1
        l 0777        18              1000:1000 liblockfile.so -> liblockfile.so.1.0
        l 0777        18              1000:1000 liblockfile.so.1 -> liblockfile.so.1.0
        f 0755      5816 (     6020)  1000:1000 liblockfile.so.1.0
        l 0777        16              1000:1000 libreadline.so -> libreadline.so.5
        l 0777        18              1000:1000 libreadline.so.5 -> libreadline.so.5.2
        f 0775    196068 (   202664)  1000:1000 libreadline.so.5.2
        l 0777        18              1000:1000 libstdc++.so -> libstdc++.so.6.0.9
        l 0777        18              1000:1000 libstdc++.so.6 -> libstdc++.so.6.0.9
        f 0755    814816 (   842084)  1000:1000 libstdc++.so.6.0.9
        l 0777        19              1000:1000 libusb-0.1.so.4 -> libusb-0.1.so.4.4.4
        f 0755     28220 (    29240)  1000:1000 libusb-0.1.so.4.4.4
        l 0777        19              1000:1000 libusb.so -> libusb-0.1.so.4.4.4
        l 0777        22              1000:1000 libvolume_id.so -> libvolume_id.so.0.79.0
        l 0777        22              1000:1000 libvolume_id.so.0 -> libvolume_id.so.0.79.0
        f 0755     32396 (    33484)  1000:1000 libvolume_id.so.0.79.0
        f 0755     75860 (    78444)  1000:1000 libz.so
        f 0755     75860 (    78444)  1000:1000 libz.so.1
        f 0755     75860 (    78512)  1000:1000 libz.so.1.2.3
        d 0755         0              1000:1000 pppd
        l 0777        19              1000:1000 terminfo -> /usr/share/terminfo
/usr/lib/boa
        f 0755      6784 (     7056)  1000:1000 boa_indexer
/usr/lib/pppd
        d 0755         0              1000:1000 2.4.4
/usr/lib/pppd/2.4.4
        f 0755      2884 (     3020)  1000:1000 minconn.so
        f 0755      4444 (     4648)  1000:1000 passprompt.so
        f 0755      3332 (     3468)  1000:1000 passwordfd.so
        f 4550     20154 (    20834)  1000:1000 pppoatm.so
        f 0755      3640 (     3776)  1000:1000 radattr.so
        f 0755     41548 (    42976)  1000:1000 radius.so
        f 0755      8812 (     9152)  1000:1000 radrealms.so
        f 4550     29673 (    30693)  1000:1000 rp-pppoe.so
        f 0755     10404 (    10812)  1000:1000 winbind.so
/usr/sbin
        f 0755     34828 (    36052)  1000:1000 avahi-autoipd
        f 0755     72728 (    75244)  1000:1000 boa
        f 0755     18484 (    19164)  1000:1000 chat
        l 0777        17              1000:1000 chroot -> ../../bin/busybox
        l 0777        17              1000:1000 crond -> ../../bin/busybox
        l 0777        17              1000:1000 dhcprelay -> ../../bin/busybox
        f 0755     37156 (    38448)  1000:1000 dmsetup
        l 0777        17              1000:1000 dnsd -> ../../bin/busybox
        f 0755      5452 (     5656)  1000:1000 doc_loadbios
        f 0755      8712 (     9052)  1000:1000 docfdisk
        f 0755    186752 (   193076)  1000:1000 dropbear
        f 0755    100740 (   104140)  1000:1000 ethtool
        f 0755     47323 (    48955)  1000:1000 exportfs
        f 0755      4632 (     4836)  1000:1000 flash_erase
        f 0755      9580 (     9920)  1000:1000 flash_eraseall
        f 0755      2992 (     3128)  1000:1000 flash_info
        f 0755      3908 (     4044)  1000:1000 flash_lock
        f 0755      3184 (     3320)  1000:1000 flash_unlock
        f 0755     10976 (    11384)  1000:1000 flashcp
        f 0755      5568 (     5772)  1000:1000 ftl_check
        f 0755      7372 (     7644)  1000:1000 ftl_format
        f 0755     23880 (    24696)  1000:1000 in.tftpd
        l 0777        17              1000:1000 inetd -> ../../bin/busybox
        f 0755     18408 (    19088)  1000:1000 jffs2dump
        f 0755     69436 (    71748)  1000:1000 l2tpd
        f 0755     62980 (    65088)  1000:1000 lsusb
        f 0755     10904 (    11312)  1000:1000 mkfs.jffs
        f 0755     40304 (    41664)  1000:1000 mkfs.jffs2
        f 0755      7420 (     7692)  1000:1000 mtd_debug
        f 0755      9540 (     9880)  1000:1000 nanddump
        f 0755     10152 (    10492)  1000:1000 nandwrite
        f 0755      9572 (     9912)  1000:1000 nftl_format
        f 0755      9492 (     9832)  1000:1000 nftldump
        f 0555    271202 (   280314)  1000:1000 pppd
        f 0755     47660 (    49292)  1000:1000 pppdump
        f 0755     24548 (    25364)  1000:1000 pppoe
        f 0555     23201 (    24017)  1000:1000 pppoe-discovery
        f 0755      9584 (     9924)  1000:1000 pppstats
        l 0777        17              1000:1000 rdate -> ../../bin/busybox
        l 0777        17              1000:1000 readprofile -> ../../bin/busybox
        f 0755     74237 (    76753)  1000:1000 rpc.mountd
        f 0755     12000 (    12408)  1000:1000 rpc.nfsd
        f 0755     45349 (    46913)  1000:1000 rpc.statd
        l 0777        17              1000:1000 setlogcons -> ../../bin/busybox
        f 0755     19228 (    19976)  1000:1000 sumtool
        l 0777        17              1000:1000 udhcpd -> ../../bin/busybox
/usr/share
        d 0755         0              1000:1000 dbus-1
        d 0755         0              1000:1000 locale
        d 0755         0              1000:1000 terminfo
        d 0755         0              1000:1000 udhcpc
        f 0644    152845 (   157945)  1000:1000 usb.ids
/usr/share/dbus-1
        d 0755         0              1000:1000 services
/usr/share/dbus-1/services
/usr/share/locale
        d 0755         0              1000:1000 en@boldquot
        d 0755         0              1000:1000 en@quot
        d 0755         0              1000:1000 ru
/usr/share/locale/en@boldquot
        d 0755         0              1000:1000 LC_MESSAGES
/usr/share/locale/en@boldquot/LC_MESSAGES
        f 0644    118280 (   122224)  1000:1000 bash.mo
/usr/share/locale/en@quot
        d 0755         0              1000:1000 LC_MESSAGES
/usr/share/locale/en@quot/LC_MESSAGES
        f 0644    116592 (   120468)  1000:1000 bash.mo
/usr/share/locale/ru
        d 0755         0              1000:1000 LC_MESSAGES
/usr/share/locale/ru/LC_MESSAGES
        f 0644     10827 (    11235)  1000:1000 bash.mo
/usr/share/terminfo
        d 0755         0              1000:1000 a
        d 0755         0              1000:1000 l
        d 0755         0              1000:1000 v
        d 0755         0              1000:1000 x
/usr/share/terminfo/a
        f 0644      1481 (     1549)  1000:1000 ansi
/usr/share/terminfo/l
        f 0644      1740 (     1808)  1000:1000 linux
/usr/share/terminfo/v
        f 0644      1194 (     1262)  1000:1000 vt100
        f 0644      1188 (     1256)  1000:1000 vt102
        f 0644      1326 (     1394)  1000:1000 vt200
        f 0644      1326 (     1394)  1000:1000 vt220
/usr/share/terminfo/x
        f 0644      2522 (     2658)  1000:1000 xterm
        f 0644      1551 (     1619)  1000:1000 xterm-color
        f 0644      2522 (     2658)  1000:1000 xterm-xfree86
/usr/share/udhcpc
        f 0755      1148 (     1216)  1000:1000 default.script
        f 0755      1148 (     1216)     0:0   default.script
/usr/src
/var
        d 0755         0              1000:1000 cache
        d 0755         0              1000:1000 lib
        d 0755         0              1000:1000 lock
        d 0755         0              1000:1000 log
        d 0755         0              1000:1000 pcmcia
        d 0755         0              1000:1000 run
        d 0755         0              1000:1000 spool
        d 0755         0              1000:1000 tmp
/var/cache
/var/lib
        l 0777        18              1000:1000 avahi-autoipd -> /tmp/avahi-autoipd
        d 0755         0              1000:1000 dbus
        d 0755         0              1000:1000 pcmcia
/var/lib/dbus
/var/lib/pcmcia
/var/lock
/var/log
/var/pcmcia
/var/run
        d 0755         0              1000:1000 dbus
/var/run/dbus
/var/spool
/var/tmp


Compression mode: none
Compressors:
      none             compr: 4820 blocks (9468260)  decompr: 0 blocks
      zlib (prio:60) + compr: 0 blocks (0/0)  decompr: 0 blocks
     rtime (prio:50) + compr: 0 blocks (0/0)  decompr: 0 blocks
Compression errors: 0


The /dev folder are filled, and /dev/console is here!

After copy to the partition 2 with u-boot I get this:

Code:
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Starting system message bus: done
Starting network...
ip: RTNETLINK answers: File exists
Starting dropbear sshd: generating rsa key... generating dsa key... OK
Starting NFS statd: done
Starting NFS services: done
Starting NFS daemon: done
Starting NFS mountd: done
Starting HPA's tftpd: done



Welcome to the Erik's uClibc development environment running on the AT91SAM9260E
K
at91sam9260dfc login:


I don't use compression, but this may not be a problem.
gasty


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 58 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: