by jsokel » Fri Dec 02, 2011 2:18 pm
Compiled the 3.1 kernel for my Trimslice and it fails to boot. Seems not to be able to communicate with the front sd card. Boot log below.
Found this link:
http://groups.google.com/group/beagleboard/browse_thread/thread/87f191353f55ecc2?pli=1that says: $this->bbcode_second_pass_quote('', 'W')hen going from PREEMPT_VOLUNTARY to PREEMPT_NONE the problem goes away.
$this->bbcode_second_pass_code('', '
...
[ 2.923406] md: ... autorun DONE.
[ 2.926815] Waiting for root device /dev/mmcblk1p1...
[ 3.009304] hub 1-1:1.0: USB hub found
[ 3.013196] hub 1-1:1.0: 4 ports detected
[ 3.093643] mmc0: host does not support reading read-only switch. assuming write-enable.
[ 3.101845] mmc0: new SDHC card at address e624
[ 3.106627] mmcblk0: mmc0:e624 SU04G 3.69 GiB
[ 3.123993] mmcblk0: p1
[ 3.368617] usb 1-1.1: new full speed USB device number 3 using tegra-ehci
[ 13.248431] mmc1: Timeout waiting for hardware interrupt.
[ 13.253833] sdhci: =========== REGISTER DUMP (mmc1)===========
[ 13.259665] sdhci: Sys addr: 0x00000000 | Version: 0x00000001
[ 13.265497] sdhci: Blk size: 0x00007040 | Blk cnt: 0x00000001
[ 13.271328] sdhci: Argument: 0x00fffff1 | Trn mode: 0x00000013
[ 13.277159] sdhci: Present: 0x01ff0206 | Host ctl: 0x00000011
[ 13.282990] sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 13.288820] sdhci: Wake-up: 0x00000000 | Clock: 0x00004007
[ 13.294650] sdhci: Timeout: 0x0000000e | Int stat: 0x00000000
[ 13.300481] sdhci: Int enab: 0x02ff008b | Sig enab: 0x02fc008b
[ 13.306311] sdhci: AC12 err: 0x00000001 | Slot int: 0x00000000
[ 13.312141] sdhci: Caps: 0x61ff30b0 | Caps_1: 0x00000000
[ 13.317973] sdhci: Cmd: 0x0000063a | Max curr: 0x00000001
[ 13.323801] sdhci: Host ctl2: 0x00000000
[ 13.327721] sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x2e1ac800
[ 13.333549] sdhci: ===========================================
[ 13.340593] mmc1: error -110 whilst initialising SD card
')
will attempt another compile later.