Mar 9 2008, 12:32 PM
Post
#1
|
|
|
Group: Members Posts: 15 Joined: 9-March 08 From: Ebbelwoi-Town Member No.: 21,482 |
Hello friends,
after reading the thread abut the new image with PCMCIA support i decides to flash the image http://www.angstrom-distribution.org/unsta...ad.rootfs.jffs2, after rebooting Simpad hangs with the following messages : CODE .udev/ already exists on the static /dev! Starting the hotplug events dispatcher udevd Synthesizing the initial hotplug events hostap_cs: Registered netdevice wifi0 hostap_hw.c: INTERRUPT BEFORE DEVICE INIT! hostap_cs: index 0x01: , irq 1, io 0xc4800000-0xc480003f wifi0: NIC: id=0x800c v1.0.0 wifi0: PRI: id=0x15 v1.1.1 wifi0: STA: id=0x1f v1.7.4 wifi0: NIC: id=0x800c v1.0.0 wifi0: PRI: id=0x15 v1.1.1 wifi0: STA: id=0x1f v1.7.4 Waiting for /dev to be fully populated Remounting root file system... root: mount: special device /dev/mtdblock/2 does not exist Setting up IP spoofing protection: rp_filter. Configuring network interfaces... SIOCGIFFLAGS: No such device eth0 No such device udhcpc (v1.2.1) started udhcpc[2641]: udhcpc (v1.2.1) started SIOCGIFINDEX failed!: No such device udhcpc[2641]: SIOCGIFINDEX failed!: No such device done. Starting portmap daemon: portmap. BUG: soft lockup - CPU#0 stuck for 11s! [hwclock:2664] Pid: 2664, comm: hwclock CPU: 0 Not tainted (2.6.24 #1) PC is at __do_softirq+0x4c/0xd0 LR is at __do_softirq+0x2c/0xd0 pc : [<c003d240>] lr : [<c003d220>] psr: 60000013 sp : c2c03d84 ip : c2c03d84 fp : c2c03d9c r10: c032d424 r9 : c2c02000 r8 : 00000002 r7 : 00000003 r6 : 0000000a r5 : c0358e5c r4 : 00000022 r3 : 20000013 r2 : c0358e20 r1 : 00000104 r0 : 00000000 Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment us Control: c2c1b17f Table: c2c1b17f DAC: 00000015 I attach the logs for further information.
Simpad_boot.txt ( 22.72K )
Number of downloads: 6Thanks for any suggestions and help Oliver |
|
|
|
![]() |
Mar 10 2008, 08:11 AM
Post
#2
|
|
|
Group: Members Posts: 21 Joined: 1-March 06 From: Leipzig, Germany Member No.: 9,257 |
Hello friends, after reading the thread abut the new image with PCMCIA support i decides to flash the image http://www.angstrom-distribution.org/unsta...ad.rootfs.jffs2, after rebooting Simpad hangs with the following messages : CODE .udev/ already exists on the static /dev! Starting the hotplug events dispatcher udevd Synthesizing the initial hotplug events hostap_cs: Registered netdevice wifi0 hostap_hw.c: INTERRUPT BEFORE DEVICE INIT! hostap_cs: index 0x01: , irq 1, io 0xc4800000-0xc480003f wifi0: NIC: id=0x800c v1.0.0 wifi0: PRI: id=0x15 v1.1.1 wifi0: STA: id=0x1f v1.7.4 wifi0: NIC: id=0x800c v1.0.0 wifi0: PRI: id=0x15 v1.1.1 wifi0: STA: id=0x1f v1.7.4 Waiting for /dev to be fully populated Remounting root file system... root: mount: special device /dev/mtdblock/2 does not exist Setting up IP spoofing protection: rp_filter. Configuring network interfaces... SIOCGIFFLAGS: No such device eth0 No such device udhcpc (v1.2.1) started udhcpc[2641]: udhcpc (v1.2.1) started SIOCGIFINDEX failed!: No such device udhcpc[2641]: SIOCGIFINDEX failed!: No such device done. Starting portmap daemon: portmap. BUG: soft lockup - CPU#0 stuck for 11s! [hwclock:2664] Pid: 2664, comm: hwclock CPU: 0 Not tainted (2.6.24 #1) PC is at __do_softirq+0x4c/0xd0 LR is at __do_softirq+0x2c/0xd0 pc : [<c003d240>] lr : [<c003d220>] psr: 60000013 sp : c2c03d84 ip : c2c03d84 fp : c2c03d9c r10: c032d424 r9 : c2c02000 r8 : 00000002 r7 : 00000003 r6 : 0000000a r5 : c0358e5c r4 : 00000022 r3 : 20000013 r2 : c0358e20 r1 : 00000104 r0 : 00000000 Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment us Control: c2c1b17f Table: c2c1b17f DAC: 00000015 I attach the logs for further information.
Simpad_boot.txt ( 22.72K )
Number of downloads: 6Thanks for any suggestions and help Oliver Hi, first: thank you for testing second: koen's suggestion is to fill a bug report for such errors on http://bugs.openembedded.org third: i called this error the sa1100-rtc-bug, and there is a dirty solution for simpad available , but is not included yet in oe -> SIMpad-rtc-sa1100.patch This error comes while running /etc/init.d/hwclock.sh on startup or any other run busybox->hwclock. Not everyone should have this bug and there is no root cause known yet. So sorry and keep in mind, this is work in progress, not many developers are around who work's for SIMpad-kernel-2.6. I will talk to mr_nice for future way to solve this error. Regards, mrdata |
|
|
|
Mar 10 2008, 09:38 AM
Post
#3
|
|
|
Group: Members Posts: 38 Joined: 4-April 05 Member No.: 6,787 |
Well, I vote for the inclusion of your quick'n'dirty patch in OE while waiting for a better solution, since it block me too (didn't try r9 yet). I don't know how many tested r8 or r9, but at least two of them can't boot.
The strange thing is that I never came across this one with previous releases (the ones where PCMCIA was broken). The good news is that if I insert my NE2K PCMCIA card before it locks up, the card is properly recognized, so I guess PCMCIA is working again! Thanks a lot. Fred |
|
|
|
Mar 11 2008, 01:26 AM
Post
#4
|
|
|
Group: Members Posts: 38 Joined: 4-April 05 Member No.: 6,787 |
same thing happens with r9, but I also noticed some strange messages in the boot sequence (did I sleep for 30 years and wake up in 2038?):
CODE sa1100-rtc sa1100-rtc: rtc core: registered sa1100-rtc as rtc0 SA1100/PXA2xx Watchdog Timer: timer margin 60 sec TCP cubic registered NET: Registered protocol family 1 RPC: Registered udp transport module. RPC: Registered tcp transport module. sa1100-rtc sa1100-rtc: setting system clock to 2038-01-19 05:58:33 UTC (2147493513) On a side note, I booted with my CF adaptor plugged in, and I also noticed that message: CODE Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx hda: TOSHIBA THNCF256MMA, CFA DISK drive ide0 at 0xc4800000-0xc4800007,0xc480000e on irq 1 ide-cs: hda: Vpp = 0.0 hda: max request size: 128KiB hda: 500736 sectors (256 MB) w/2KiB Cache, CHS=978/16/32 hda: hda1 fat: disagrees about version of symbol struct_module modprobe: FATAL: Error inserting fat (/lib/modules/2.6.24/kernel/fs/fat/fat.ko): Invalid module format |
|
|
|
Mar 12 2008, 02:32 PM
Post
#5
|
|
|
Group: Members Posts: 156 Joined: 21-September 05 Member No.: 8,161 |
hi,
thanks a lot for testing. On my device I am not able to reproduce the error so I suggest the following as a dirty work around. We create the Image with rtc patch enabled, which will make rtc mostly useless. But also provide an unpatched rtc module? Or the other way around? I do not really like it but an nearly usabe Image is still better than an not usable one? What do you think? regards mr nice btw: please, someone file a bugreport at bugs.openembedded.org and make it block 2595 |
|
|
|
Mar 16 2008, 06:26 AM
Post
#6
|
|
|
Group: Members Posts: 38 Joined: 4-April 05 Member No.: 6,787 |
mr_nice,
If you can't reproduce the bug, is there any way we could help fixing it? Fred |
|
|
|
Mainframe-junkie Angstrom Hangs With Soft Lockup Mar 9 2008, 12:32 PM
koen Did you try reading the angstrom frontpage? http:/... Mar 9 2008, 11:59 PM
koen QUOTE(mister_data @ Mar 10 2008, 05:11 PM... Mar 10 2008, 08:36 AM
mr_nice Hello all,
once again mrdata helped us and gave me... Mar 18 2008, 07:50 AM
Mainframe-junkie The same happened with 2007-12 R10.
Filed Bug 4084... Mar 16 2008, 05:57 AM
Mainframe-junkie Hello mr nice,
just flashed the image and tried i... Mar 20 2008, 05:19 AM
mr_nice QUOTE(Mainframe-junkie)Anything i can do to h... Mar 20 2008, 08:15 AM
Mainframe-junkie Hello mr_nice,
thanks for this image is flashed i... Mar 20 2008, 12:56 PM
mr_nice Hi,
here [1] is another image build with a new pat... Mar 23 2008, 09:25 AM
Mainframe-junkie Happy easter mr nice,
just flashed and booted ...... Mar 23 2008, 11:40 AM
mr_nice QUOTEWe need to hunt on ...
well ok,
a new day ne... Mar 24 2008, 12:46 AM
Mainframe-junkie Hello mr nice,
i think you pinned the bug :
CODE... Mar 24 2008, 01:59 AM
mr_nice Fine .
The bug fix is not only my work, most of it... Mar 24 2008, 03:14 AM
Mainframe-junkie Hello mr nice,
first of all thanks to all contrib... Mar 24 2008, 04:04 AM
mr_nice Ok, with this image [1] suspend/resume should work... Mar 24 2008, 06:46 AM
Mainframe-junkie Hello mr nice,
just tried the image and suspend/r... Mar 24 2008, 08:15 AM
mr_nice Fine, so we can hand in the patches :).
I have to... Mar 24 2008, 08:57 AM
Mainframe-junkie Hello mr nice,
so the next autoimage will be ok .... Mar 24 2008, 09:56 AM
fredyd Simply amazing, it boots like a charm! Thanks ... Mar 26 2008, 12:59 AM
mr_nice Nice to hear that you like it .
QUOTE(fredyd ... Mar 26 2008, 06:06 AM
Master One Well done, the latest test-image (Simpad-2.6.24.rt... Mar 26 2008, 04:27 PM
mr_nice You have at least these options:
-use gpe-mini-bro... Mar 26 2008, 04:52 PM
Master One Thanks, mr_nice, that did the job. Mar 27 2008, 09:04 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 03:14 AM |