On Thu, May 22, 2014 at 4:49 PM, [email protected] <[email protected]> wrote: > I tried booting both Maxime's and Han's 3.15 kernel on the Cubietruck. > Serial is messed up as soon as the kernel switches off from early printk. > Can anyone give me a clue? I want to work on the sound drivers but I can't > boot. > > I used the device tree in the kernel. >
Turning off the 8250 DW (Design Ware) quirks lets me get a little further. ....... [ 0.293918] TCP: Hash tables configured (established 8192 bind 8192) [ 0.300419] TCP: reno registered [ 0.303751] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.309795] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.316436] NET: Registered protocol family 1 [ 0.321251] RPC: Registered named UNIX socket transport module. [ 0.327290] RPC: Registered udp transport module. [ 0.332072] RPC: Registered tcp transport module. [ 0.336863] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.344322] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.350951] bounce pool size: 64 pages [ 0.362709] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 0.370254] io scheduler noop registered [ 0.374270] io scheduler deadline registered [ 0.378802] io scheduler cfq registered (default) [ 0.385598] sun7i-a20-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 0.433888] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 0.443278] stmmaceth 1c50000.ethernet: no regulator found [ 0.448902] stmmaceth 1c50000.ethernet: no reset control found [ 0.454840] Ring mode enabled [ 0.457976] No HW DMA feature register supported [ 0.462497] Normal descriptors [ 0.465998] TX Checksum insertion supported [ 0.473801] libphy: stmmac: probed [ 0.477291] eth0: PHY ID 001cc915 at 0 IRQ 0 (stmmac-0:00) active [ 0.483474] eth0: PHY ID 001cc915 at 1 IRQ 0 (stmmac-0:01) [ 0.489464] mousedev: PS/2 mouse device common for all mice [ 0.495435] i2c /dev entries driver [ 0.500731] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 0.510244] TCP: cubic registered [ 0.513689] NET: Registered protocol family 17 [ 0.518314] Registering SWP/SWPB emulation handler [ 0.523632] bootconsole [earlycon0] disabled -- Jon Smirl [email protected] -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
