I load arago base ramdisk and I get this
avinci_emac_probe: using random MAC addr: 2a:9d:da:88:85:14
emac-mii: probed
IP-Config: Guessing netmask 255.255.255.0
IP-Config: Gateway not on directly connected network.
RAMDISK: gzip image found at block 0
VFS: Mounted root (ext2 filesystem) on device 1:0.
Freeing init memory: 144K
INIT: version 2.86 booting
Please wait: booting...
Starting udev
Populating dev cachetar: short write
Remounting root file system...
WARNING: Couldn't open directory /lib/modules/2.6.32.17-davinci1: No such file or directory
FATAL: Could not open /lib/modules/2.6.32.17-davinci1/modules.dep.temp for writing: No such file or direcy
modprobe: FATAL: Could not load /lib/modules/2.6.32.17-davinci1/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.32.17-davinci1/modules.dep: No such file or directory
root: mount: mounting rootfs on / failed: No such file or directory
Setting up IP spoofing protection: rp_filter.
Configuring network interfaces... done.
Wed Mar 9 16:19:00 UTC 2011
INIT: Entering runlevel: 5
Starting telnet daemon.
modprobe: FATAL: Could not load /lib/modules/2.6.32.17-davinci1/modules.dep: No such file or directory
Starting syslogd/klogd: done
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org arago ttyS0
Arago 2009.11 arago ttyS0
arago login:
but when I load the demo I get this:
davinci_emac_probe: using random MAC addr: a2:34:0a:e1:4f:61
emac-mii: probed
IP-Config: Guessing netmask 255.255.255.0
IP-Config: Gateway not on directly connected network.
RAMDISK: gzip image found at block 0
RAMDISK: EOF while reading compressed data
uncompression error
VFS: Mounted root (ext2 filesystem) on device 1:0.
Freeing init memory: 144K
EXT2-fs error (device ram0): ext2_check_page: bad entry in directory #7268: : rec_len is smaller than min0
Remounting filesystem read-only
INIT: version 2.86 booting
INIT: /etc/inittab[1]: missing action field
INIT: /etc/inittab[2]: missing action field
INIT: /etc/inittab[3]: missing action field
INIT: /etc/inittab[4]: missing action field
INIT: /etc/inittab[5]: missing action field
Enter runlevel:
is there some setting I miss?
also whats the difference between the demo and the base?