Hallo,
So, I am relatively new in this filed, and something bothers me in such a way that I have to refer to this forum for help.
20 days ago I successfully managed to boot demo version of Angstrom on BeagleBoard. I followed the instructions on http://www.angstrom-distribution.org/demo/beagleboard/.
And it worked, but I had to make some changes in order to enable i2c2 communication, and i had to cross_compile linux. So I grabed x-loader (git clone git://gitorious.org/x-loader/x-loader.git x-loader), u-boot (git clone git://git.denx.de/u-boot-ti.git u-boot) and linux (git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux) and I cross_compiled them in this manner:
x-loader:
make ARCH=arm CROSS_COMPILE=arm-none-linux-
u-boot
kernel:
After that I had MLO file and u-boot.img file together extracted from u-boot (it happened so that at the end I didn't need x-loader after all) and uImage extracted from linux/arch/arm/boot.
I put those in /media/boot
That is the name of file on my SD card which was together with rootfs file created by using mkcard.sh.
On rootfs file I had the previously
Angstrom-Beagleboard-demo-image-glibc-ipk-2011.1-beagleboard.rootfs.tar.bz2
and
modules-3.0.17+-r115a-beagleboard.tgz
I have unmounted my SD card, put it in BB and it worked.
So everything went smooth.
Than, I decided to play a bit with modules so I change few stuff, something included, something excluded...
make -j3 ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules
make -j3 ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules_install INSTALL_MOD_PATH=../rootfs/
Then one problem occurred and that problem was that in rootfs/lib/modules I had three versions:
2.6.0 or something like that, then 3.0.17 and 3.0.17-dirty. I saw that my version on BB was the last one and I put my freshly installed modules in that module.
Since then, some problems occurred, my BB just wasn't the same. That was 10 days ago and since then I am desperately trying to bring everything back in normal.
So I formated the SD card, put demo version of Angstrom back on boot and rootfs files, but it just doesn't work.
///////////////////////////
Here are my boot arguments:
//////////////////////////
OMAP3 beagleboard.org # printenv
baudrate=115200
beaglerev=C4
bootargs=console=ttyO2,115200n8 i2c_bus=2,100 root=/dev/mmcblk0p2 rw rootdelay=1
bootcmd=mmc rescan 0; run loaduimagefat; run mmcboot
bootdelay=2
bootenv=uEnv.txt
bootfile=uImage.beagle
botargs=console=ttyO2,115200n8 root=/devtargs console=ttyO2,115200n8 i2c_bus=2,100 root=/dev/mmcblk0p2 rw rootdelay=1\
\
\
\
\
\
buddy=unknown
buddy2=unknown
camera=none
console=ttyO2,115200n8
defaultdisplay=dvi
dieid#=239c00040000000004037f680e024010
dvimode=640x480MR-16@60
filesize=337850
importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize
loadaddr=0x80200000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}
loadramdisk=fatload mmc ${mmcdev} ${rdaddr} ramdisk.gz
loaduimage=ext2load mmc ${mmcdev}:2 ${loadaddr} /boot/uImage
loaduimagefat=fatload mmc ${mmcdev} ${loadaddr} uImage
mmcargs=setenv bootargs console=${console} ${optargs} mpurate=${mpurate} buddy=${buddy} buddy2=${buddy2} camera=${camera} vram=${vram} omapfb.mode=dvi:${dvimode} omapd}
mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
mmcdev=0
mmcroot=/dev/mmcblk0p2 rw
mmcrootfstype=ext3 rootwait
mpurate=auto
nandargs=setenv bootargs console=${console} ${optargs} mpurate=${mpurate} buddy=${buddy} buddy2=${buddy2} camera=${camera} vram=${vram} omapfb.mode=dvi:${dvimode} omap}
nandboot=echo Booting from nand ...; run nandargs; nand read ${loadaddr} 280000 400000; bootm ${loadaddr}
nandroot=ubi0:rootfs ubi.mtd=4
nandrootfstype=ubifs
ramargs=setenv bootargs console=${console} ${optargs} mpurate=${mpurate} buddy=${buddy} buddy2=${buddy2} vram=${vram} omapfb.mode=dvi:${dvimode} omapdss.def_disp=${def}
ramboot=echo Booting from ramdisk ...; run ramargs; bootm ${loadaddr}
ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M
ramrootfstype=ext2
rdaddr=0x81000000
usbtty=cdc_acm
vram=12M
Environment size: 2234/131068 bytes
////////////////////////////////////////////////////
and here is what minicom shows after starting kernel:
////////////////////////////////////////////////////
U-Boot 2011.12-00010-ga3eb89c (Jan 29 2012 - 14:53:43)
OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 720 mHz
OMAP3 Beagle board + LPDDR/NAND
I2C: ready
DRAM: 256 MiB
NAND: 256 MiB
MMC: OMAP SD/MMC: 0
In: serial
Out: serial
Err: serial
Beagle Rev C4
timed out in wait_for_pin: I2C_STAT=0
I2C read: I/O error
Unrecognized expansion board: 0
timed out in wait_for_pin: I2C_STAT=0
I2C read: I/O error
Unrecognized expansion board: 0
Die ID #239c00040000000004037f680e024010
Net: Net Initialization Skipped
No ethernet found.
Hit any key to stop autoboot: 0
reading uImage
3373136 bytes read
Booting from mmc ...
## Booting kernel from Legacy Image at 80200000 ...
Image Name: Angstrom/3.0.17/beagleboard
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3373072 Bytes = 3.2 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.17+ (koen@dominion) (gcc version 4.5.4 20111126 (prerelease) (GCC) ) #1 Wed Jan 25 16:33:50 CET 2012
[ 0.000000] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: OMAP3 Beagle Board
[ 0.000000] Beagle expansionboard: unknown
[ 0.000000] Beagle second expansionboard: unknown
[ 0.000000] Reserving 12582912 bytes SDRAM for VRAM
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] OMAP3430/3530 ES3.1 (l2cache iva sgx neon isp 720mhz )
[ 0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000
[ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/500 MHz
[ 0.000000] Reprogramming SDRC clock to 332000000 Hz
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 61952
[ 0.000000] Kernel command line: console=ttyO2,115200n8 mpurate=auto buddy=unknown buddy2=unknown camera=none vram=12M omapfb.mode=dvi:640x480MR-16@60 omapdss.def_dt
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] allocated 1048576 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 244MB = 244MB total
[ 0.000000] Memory: 239604k/239604k available, 22540k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xd0800000 - 0xf8000000 ( 632 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc0041000 ( 228 kB)
[ 0.000000] .text : 0xc0041000 - 0xc0641070 (6145 kB)
[ 0.000000] .data : 0xc0642000 - 0xc068d9c0 ( 303 kB)
[ 0.000000] .bss : 0xc068d9e4 - 0xc06c6f00 ( 230 kB)
[ 0.000000] NR_IRQS:410
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
[ 0.000000] Total of 96 interrupts on 1 active controller
[ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.000244] Calibrating delay loop... 497.82 BogoMIPS (lpj=1941504)
[ 0.039093] pid_max: default: 32768 minimum: 301
[ 0.039337] Mount-cache hash table entries: 512
[ 0.039794] Initializing cgroup subsys cpuacct
[ 0.039825] Initializing cgroup subsys memory
[ 0.039886] Initializing cgroup subsys devices
[ 0.039886] Initializing cgroup subsys freezer
[ 0.039916] Initializing cgroup subsys blkio
[ 0.039947] Initializing cgroup subsys perf_event
[ 0.040069] CPU: Testing write buffer coherency: ok
[ 0.041107] devtmpfs: initialized
[ 0.042999] omap_hwmod: gpt12_fck: missing clockdomain for gpt12_fck.
[ 0.044769] omap_hwmod: am35x_otg_hs: cannot be enabled (3)
[ 0.045410] print_constraints: dummy:
[ 0.045715] NET: Registered protocol family 16
[ 0.045928] GPMC revision 5.0
[ 0.047760] OMAP GPIO hardware version 2.5
[ 0.048004] OMAP GPIO hardware version 2.5
[ 0.048217] OMAP GPIO hardware version 2.5
[ 0.048461] OMAP GPIO hardware version 2.5
[ 0.048675] OMAP GPIO hardware version 2.5
[ 0.048919] OMAP GPIO hardware version 2.5
[ 0.049621] omap_mux_init: Add partition: #1: core, flags: 0
[ 0.051025] OMAP3 Beagle Rev: C4
[ 0.056396] Found NAND on CS0
[ 0.056427] Registering NAND on CS0
[ 0.056823] Unable to get DVI reset GPIO
[ 0.056884] platform iva.0: Enabled OPP corresponding to 720MHz
[ 0.056945] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.059509] omap_device: omap-mcbsp.2: alias fck already exists
[ 0.059722] omap_device: omap-mcbsp.3: alias fck already exists
[ 0.060974] OMAP DMA hardware revision 4.0
[ 0.072692] bio: create slab <bio-0> at 0
[ 0.074127] SCSI subsystem initialized
[ 0.075592] usbcore: registered new interface driver usbfs
[ 0.075775] usbcore: registered new interface driver hub
[ 0.075988] usbcore: registered new device driver usb
[ 0.076904] omap_i2c omap_i2c.1: bus 1 rev3.12 at 2600 kHz
[ 0.095520] twl4030: PIH (irq 7) chaining IRQs 368..375
[ 0.095581] twl4030: power (irq 373) chaining IRQs 376..383
[ 0.096099] twl4030: gpio (irq 368) chaining IRQs 384..401
[ 0.099975] print_constraints: VUSB1V5: 1500 mV normal standby
[ 0.100494] print_constraints: VUSB1V8: 1800 mV normal standby
[ 0.100982] print_constraints: VUSB3V1: 3100 mV normal standby
[ 0.105102] twl4030_usb twl4030_usb: Initialized TWL4030 USB module
[ 0.105957] print_constraints: VMMC1: 1850 <--> 3150 mV at 3150 mV normal standby
[ 0.106475] print_constraints: VDAC: 1800 mV normal standby
[ 0.106964] print_constraints: VDVI: 1800 mV normal standby
[ 0.107574] print_constraints: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
[ 0.107940] omap_i2c omap_i2c.3: bus 3 rev3.12 at 100 kHz
[ 0.108825] Advanced Linux Sound Architecture Driver Version 1.0.24.
[ 0.109649] Bluetooth: Core ver 2.16
[ 0.109741] NET: Registered protocol family 31
[ 0.109741] Bluetooth: HCI device and connection manager initialized
[ 0.109771] Bluetooth: HCI socket layer initialized
[ 0.109771] Bluetooth: L2CAP socket layer initialized
[ 0.109985] Bluetooth: SCO socket layer initialized
[ 0.110351] Switching to clocksource 32k_counter
[ 0.117431] Switched to NOHz mode on CPU #0
[ 0.125244] musb-hdrc: version 6.0, musb-dma, otg (peripheral+host)
[ 0.125762] musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
[ 0.126312] NET: Registered protocol family 2
[ 0.126586] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.127075] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.127288] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.127441] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.127441] TCP reno registered
[ 0.127471] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.127502] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.127929] NET: Registered protocol family 1
[ 0.128417] RPC: Registered named UNIX socket transport module.
[ 0.128448] RPC: Registered udp transport module.
[ 0.128448] RPC: Registered tcp transport module.
[ 0.128448] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.128906] platform iva.0: Enabled OPP corresponding to 720MHz
[ 0.129699] omap-iommu omap-iommu.0: isp registered
[ 0.139495] VFS: Disk quotas dquot_6.5.2
[ 0.139556] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.140350] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.140808] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.140838] JFFS2 version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
[ 0.141754] msgmni has been set to 467
[ 0.143798] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.143951] io scheduler noop registered
[ 0.143981] io scheduler deadline registered
[ 0.144042] io scheduler cfq registered (default)
[ 0.204437] OMAP DSS rev 2.0
[ 0.206695] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.208312] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[ 0.208679] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[ 0.209014] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[ 0.958709] console [ttyO2] enabled
[ 0.972442] brd: module loaded
[ 0.980468] loop: module loaded
[ 0.985565] omap2-nand driver initializing
[ 0.990295] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xba (Micron NAND 256MiB 1,8V 16-bit)
[ 0.999877] Creating 5 MTD partitions on "omap2-nand.0":
[ 1.005523] 0x000000000000-0x000000080000 : "X-Loader"
[ 1.013031] 0x000000080000-0x000000260000 : "U-Boot"
[ 1.020477] 0x000000260000-0x000000280000 : "U-Boot Env"
[ 1.027435] 0x000000280000-0x000000680000 : "Kernel"
[ 1.035675] 0x000000680000-0x000010000000 : "File System"
[ 1.147125] usbcore: registered new interface driver catc
[ 1.152832] catc: v2.8:CATC EL1210A NetMate USB Ethernet driver
[ 1.159149] usbcore: registered new interface driver kaweth
[ 1.165008] pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
[ 1.172943] usbcore: registered new interface driver pegasus
[ 1.178894] rtl8150: v0.6.2 (2004/08/27):rtl8150 based usb-ethernet driver
[ 1.186187] usbcore: registered new interface driver rtl8150
[ 1.192230] usbcore: registered new interface driver asix
[ 1.197998] usbcore: registered new interface driver cdc_ether
[ 1.204193] usbcore: registered new interface driver dm9601
[ 1.210174] usbcore: registered new interface driver smsc95xx
[ 1.216308] usbcore: registered new interface driver gl620a
[ 1.222259] usbcore: registered new interface driver net1080
[ 1.228302] usbcore: registered new interface driver plusb
[ 1.234130] usbcore: registered new interface driver rndis_host
[ 1.240447] usbcore: registered new interface driver cdc_subset
[ 1.246765] usbcore: registered new interface driver zaurus
[ 1.252716] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[ 1.260894] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.267913] _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy regulator
[ 1.276275] _regulator_get: ehci-omap.0 supply hsusb1 not found, using dummy regulator
[ 3.297973] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 3.304260] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[ 3.312255] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[ 3.329284] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 3.335479] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.342651] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.350219] usb usb1: Product: OMAP-EHCI Host Controller
[ 3.355834] usb usb1: Manufacturer: Linux 3.0.17+ ehci_hcd
[ 3.361602] usb usb1: SerialNumber: ehci-omap.0
[ 3.367187] hub 1-0:1.0: USB hub found
[ 3.371185] hub 1-0:1.0: 3 ports detected
[ 3.399780] Initializing USB Mass Storage driver...
[ 3.405059] usbcore: registered new interface driver usb-storage
[ 3.411407] USB Mass Storage support registered.
[ 3.416961] mousedev: PS/2 mouse device common for all mice
[ 3.423431] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 3.432006] input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input1
[ 3.443817] i2c /dev entries driver
[ 3.448089] Linux media interface: v0.10
[ 3.452301] Linux video capture interface: v2.00
[ 3.457458] vpfe_init
[ 3.460571] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[ 3.467010] Bluetooth: HCI UART driver ver 2.2
[ 3.471710] Bluetooth: HCI H4 protocol initialized
[ 3.476715] Bluetooth: HCI BCSP protocol initialized
[ 3.481933] Bluetooth: HCILL protocol initialized
[ 3.486877] Bluetooth: HCIATH3K protocol initialized
[ 3.492095] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 3.498077] usbcore: registered new interface driver btusb
[ 3.503936] cpuidle: using governor ladder
[ 3.508239] cpuidle: using governor menu
[ 3.515747] omap_hsmmc: probe of omap_hsmmc.1 failed with error -16
[ 3.526275] usbcore: registered new interface driver usbhid
[ 3.532104] usbhid: USB HID core driver
[ 3.536773] usbcore: registered new interface driver snd-usb-audio
[ 3.544372] OMAP3 Beagle/Devkit8000 SoC init
[ 3.638946] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[ 3.649200] ALSA device list:
[ 3.652374] #0: omap3beagle
[ 3.655700] TCP cubic registered
[ 3.659149] NET: Registered protocol family 17
[ 3.663848] NET: Registered protocol family 15
[ 3.668579] lib80211: common routines for IEEE802.11 drivers
[ 3.674560] Registering the dns_resolver key type
[ 3.679534] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
[ 3.687591] ThumbEE CPU extension supported.
[ 3.697448] sr_init: No PMIC hook to init smartreflex
[ 3.702972] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[ 3.711334] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[ 3.719635] SmartReflex Class3 initialized
[ 3.730590] clock: disabling unused clocks to save power
[ 3.737335] registered taskstats version 1
[ 3.742858] fbcvt: 640x480@60: CVT Name - .307M3-R
[ 3.761291] Console: switching to colour frame buffer device 80x30
[ 3.776641] regulator_init_complete: VDAC: incomplete constraints, leaving on
[ 3.784271] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 3.791076] omap_vout omap_vout: Buffer Size = 3686400
[ 3.797760] omap_vout omap_vout: : registered and initialized video device 0
[ 3.806030] Waiting for root device /dev/mmcblk0p2...
[ 3.938934] mmc0: new SDHC card at address 1234
[ 3.944366] mmcblk0: mmc0:1234 SA04G 3.63 GiB
[ 3.952148] mmcblk0: p1 p2
[ 4.030364] EXT3-fs: barriers not enabled
[ 4.036315] kjournald starting. Commit interval 5 seconds
[ 4.052642] EXT3-fs (mmcblk0p2): using internal journal
[ 4.058166] EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode
[ 4.065612] VFS: Mounted root (ext3 filesystem) on device 179:2.
[ 4.075592] devtmpfs: mounted
[ 4.078765] Freeing init memory: 228K
INIT: version 2.86 booting
Please wait: booting...
Starting udev
[ 10.392272] udevd (91): /proc/91/oom_adj is deprecated, please use /proc/91/oom_score_adj instead.
[ 38.420928] twl_rtc twl_rtc: Power up reset detected.
[ 38.455169] twl_rtc twl_rtc: Enabling TWL-RTC.
[ 38.479339] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
Remounting root file system...
Caching udev devnodes
Populating dev cache
[ 59.855712] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 59.927246] NET: Registered protocol family 10
[ 59.978637] Bluetooth: RFCOMM TTY layer initialized
[ 59.983825] Bluetooth: RFCOMM socket layer initialized
[ 59.989257] Bluetooth: RFCOMM ver 1.11
ALSA: Restoring mixer settings...
Configuring network interfaces... /usr/sbin/alsactl: parse:1655: Unable to open file '/usr/share/alsa/init/00main': No such file or directory
ifconfig: SIOCGIFFLAGS: No such device
ifconfig: SIOCGIFFLAGS: No such device
eth0 No such device
ifconfig: SIOCGIFFLAGS: No such device
ifconfig: SIOCGIFFLAGS: No such device
ifconfig: SIOCGIFFLAGS: No such device
usb0 No such device
ifconfig: SIOCGIFFLAGS: No such device
done.
Starting portmap daemon: portmap.
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
Tue Jan 11 10:13:00 GMT 2011
INIT: Entering runlevel: 5
Starting system message bus: dbus.
Starting Hardware abstraction layer hald
Creating Dropbear SSH server RSA host key.
Will output 1024 bit rsa secret key to '/etc/dropbear/dropbear_rsa_host_key'
Generating key, this may take a while...
Public key portion is:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgwCefhwxe1bKDsTQQSpetnErF3dwSlM0sMesT8wzCVeRcpB2Q8pCpf4gI1VPVWZpRBzKF7ZvscDeG2m4rbCD2ZKc5/9KQx/AjUa0TGboV6HJdxQbyTSS7Qp+5r8X9mIeEJSd
Fingerprint: md5 65:5e:68:3e:bb:0e:c5:19:97:ba:25:f8:e8:c7:18:71
Starting Dropbear SSH server: dropbear.
Starting advanced power management daemon: No APM support in kernel
(failed.)
Starting Vixie-cron.
Starting Samba: smbd nmbd.
Starting syslogd/klogd: done
Starting internet superserver: xinetd.
[ ok ]rting Avahi mDNS/DNS-SD Daemon: avahi-daemon
Starting Network connection manager daemon: NetworkManager.
Loading kernel modules for gstreamer-ti...
Running /usr/share/ti/gst/omap3530/loadmodules.shFATAL: Module cmemk not found.
FATAL: Module dsplinkk not found.
FATAL: Module lpm_omap3530 not found.
FATAL: Module sdmak not found.
done
Starting PVR
Usage: insmod filename [args]
FATAL: Module omaplfb not found.
FATAL: Module bufferclass_ti not found.
BusyBox v1.13.2 (2011-01-04 12:34:55 CET) multi-call binary
Usage: mknod [OPTIONS] NAME TYPE MAJOR MINOR
Create a special file (block, character, or pipe)
Options:
-m Create the special file using the specified mode (default a=rw)
TYPEs include:
b: Make a block device
c or u: Make a character device
p: Make a named pipe (MAJOR and MINOR are ignored)
chmod: /dev/pvrsrvkm: No such file or directory
Starting SGX fixup for ES3.x
Starting GNOME Display Manager gdm
INIT: Id "S" respawning too fast: disabled for 5 minutes
INIT: Id "S" respawning too fast: disabled for 5 minutes
INIT: Id "S" respawning too fast: disabled for 5 minutes
The line marked with red is maybe causing the main problem. Why I said that? Because when I fill /media/boot and /media/rootfs
with cross_compiled u-boot, x-loader, linux...
I am getting similar problems starting with this red line...
Also, one interesting fact is that in this case I am not able to write anything on minicom. When I'm pressing keys on my tastature they don't show up on minicom.
As a mather of fact, minicom detects that I have pressed something, because BB isn't booting but after that it detects nothing...
Can someone help me? I am geeting desperated. That's way I came here in the first place :)
P.S. Sorry for bad english, but you have seen the worse...
Mr Krcevina