On Tue, Jun 10, 2014 at 10:56 PM, Olof Johansson olof@lixom.net wrote:
Snowball has a super verbose dump of warnings/errors on boot. It seems like it does come up OK with multi_v7_defconfig though.
Full errors are:
[ 1.381042] smsc911x 50000000.ethernet eth0: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=50000000.etherne:01, irq=-1) [ 1.392669] smsc911x 50000000.ethernet eth0: MAC Address: d2:42:ce:6d:f4:51
This doesn't look like an error.
[ 1.401519] pinctrl-nomadik soc:pinctrl: pin GPIO256_AF28 already requested by a03e0000.usb_per5; cannot claim for musb-hdrc.0.auto [ 1.413360] pinctrl-nomadik soc:pinctrl: pin-256 (musb-hdrc.0.auto) status -22
(...)
I sent a patch for this yesterday: http://marc.info/?l=linux-usb&m=140239049219096&w=2
It looks like multi_v7_defconfig passes, but it takes about 50 seconds to do the kernel boot (until starting init). The log is full of i2c errors:
[ 5.030914] nmk-i2c 80004000.i2c: write to slave 0x18 timed out [ 5.036865] nmk-i2c 80004000.i2c: no ack received after address transmission [ 5.240936] nmk-i2c 80004000.i2c: write to slave 0x18 timed out [ 5.246856] nmk-i2c 80004000.i2c: no ack received after address transmission [ 5.450927] nmk-i2c 80004000.i2c: write to slave 0x18 timed out [ 5.456848] nmk-i2c 80004000.i2c: no ack received after address transmission [ 5.660919] nmk-i2c 80004000.i2c: write to slave 0x19 timed out [ 5.666839] nmk-i2c 80004000.i2c: no ack received after address transmission [ 5.870910] nmk-i2c 80004000.i2c: write to slave 0x19 timed out [ 5.876831] nmk-i2c 80004000.i2c: no ack received after address transmission [ 6.080932] nmk-i2c 80004000.i2c: write to slave 0x19 timed out [ 6.086853] nmk-i2c 80004000.i2c: no ack received after address transmission [ 6.290924] nmk-i2c 80004000.i2c: write to slave 0x1a timed out [ 6.296844] nmk-i2c 80004000.i2c: no ack received after address transmission [ 6.500915] nmk-i2c 80004000.i2c: write to slave 0x1a timed out [ 6.506835] nmk-i2c 80004000.i2c: no ack received after address transmission
Hm I haven't seen this error before... I will try to boot a snowball.
So, looks like there might be more than one thing going wrong right now?
Yeah, I fixed the biggie I think.
Yours, Linus Walleij