maxnet / berryboot

Berryboot -- Boot menu / OS installer
http://www.berryboot.com/
Other
799 stars 135 forks source link

Berryboot hangs on cubieboard at "Starting kernel ..." #8

Closed mrnuke closed 11 years ago

mrnuke commented 11 years ago

Using the berryboot-cubieboard-beta2.ddimg image provided here http://www.berryterminal.com/doku.php/berryboot_a10 I am not able to start berryboot.

I can use the Berryboot-hackberry-beta1.ddimg provided at the link above to get to a graphical screen, but the mouse/keyboard are not detected.

With the cubieboard image, I am able to get the following output via the the serial output:

U-Boot SPL 2013.01-rc1-g4295940 (Dec 28 2012 - 01:50:29) Board: Cubieboard DRAM: 1024MB SUNXI SD/MMC: 0

U-Boot 2013.01-rc1-g4295940 (Dec 28 2012 - 01:50:29) Allwinner Technology

CPU: SUNXI Family Board: Cubieboard I2C: ready DRAM: 1 GiB MMC: SUNXI SD/MMC: 0 *\ Warning - bad CRC, using default environment

In: serial Out: serial Err: serial Net: wemac Hit any key to stop autoboot: 0 reading uEnv.txt 392 bytes read in 5 ms (76.2 KiB/s) Loaded environment from uEnv.txt Running uenvcmd ... reading script.bin 43216 bytes read in 10 ms (4.1 MiB/s) reading kernel_a10_aufs.img 3589168 bytes read in 191 ms (17.9 MiB/s) reading berryboot.img 8237069 bytes read in 411 ms (19.1 MiB/s)

Booting kernel from Legacy Image at 48000000 ...

Image Name: Linux-3.4.19-a10-aufs+ Created: 2012-12-28 0:41:06 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3589104 Bytes = 3.4 MiB Load Address: 40008000 Entry Point: 40008000 Verifying Checksum ... OK

Loading init Ramdisk from Legacy Image at 43100000 ...

Image Name: uInitrd Created: 2012-12-28 0:40:51 UTC Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 8237005 Bytes = 7.9 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK OK

Starting kernel ...

maxnet commented 11 years ago

You should get more serial console output if you open uEnv.txt and edit "console=tty1" to "console=ttyS0,115200" Also try if you do get visual if you remove the EDID parameter in uEnv.txt.

maxnet commented 11 years ago

Can you also try if this one works better: http://178.63.95.79/dl/berryboot-cubieboard-beta3.zip ? Includes the latest HDMI module.

mrnuke commented 11 years ago

I was able to try the beta2 image. changing the line to "console=ttyS0" did not produce any output from the kernel. However, removing the EDID lines, I was able to get to the graphical display of berryboot.

I will test the beta3 image soonish.

maxnet commented 11 years ago

I forgot to mention the baudrate, option should be "console=ttyS0,115200" Enabled serial console output in beta3 by default. If beta 3 also gives problems with EDID, I would like the serial output.

Without EDID option it defaults to HDMI 720p resolution. With EDID option it tries to select the highest resolution your display says it supports, which might go wrong. What is the highest resolution your display supports?

mrnuke commented 11 years ago

beta3 does give me lots of serial output. I still need to remove the EDID lines in uEnv.txt to get any display over HDMI. My display supports 1080i, which I believe translates to a nonstandard resolution of 1365x768. I don't know how well it can handle 1920x1080.

With a clean beta3 image, I get the following serial output:

U-Boot SPL 2013.01-rc1-g4295940 (Dec 28 2012 - 01:50:29) Board: Cubieboard DRAM: 1024MB SUNXI SD/MMC: 0

U-Boot 2013.01-rc1-g4295940 (Dec 28 2012 - 01:50:29) Allwinner Technology

CPU: SUNXI Family Board: Cubieboard I2C: ready DRAM: 1 GiB MMC: SUNXI SD/MMC: 0 *\ Warning - bad CRC, using default environment

In: serial Out: serial Err: serial Net: wemac Hit any key to stop autoboot: 0 reading uEnv.txt 424 bytes read in 4 ms (103.5 KiB/s) Loaded environment from uEnv.txt Running uenvcmd ... reading script.bin 43584 bytes read in 8 ms (5.2 MiB/s) reading kernel_a10_aufs.img 3597880 bytes read in 179 ms (19.2 MiB/s) reading berryboot.img 8277425 bytes read in 396 ms (19.9 MiB/s)

Booting kernel from Legacy Image at 48000000 ...

Image Name: Linux-3.4.24-a10-aufs+ Created: 2013-01-23 23:59:35 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3597816 Bytes = 3.4 MiB Load Address: 40008000 Entry Point: 40008000 Verifying Checksum ... OK

Loading init Ramdisk from Legacy Image at 43100000 ...

Image Name: uInitrd Created: 2013-01-24 5:30:29 UTC Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 8277361 Bytes = 7.9 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Linux version 3.4.24-a10-aufs+ (max@lynx) (gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-1ubuntu1) ) #9 PREEMPT Thu Jan 24 00:59:31 CET 2013 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: sun4i [ 0.000000] Memory cut off: [ 0.000000] MALI : 0x5c000000 - 0x5fffffff ( 64 MB) [ 0.000000] Ignoring unrecognised tag 0x00000000 [ 0.000000] Memory Reserved: [ 0.000000] SYS : 0x43000000 - 0x4300ffff ( 64 kB) [ 0.000000] VE : 0x44000000 - 0x48ffffff ( 80 MB) [ 0.000000] G2D : 0x58000000 - 0x58ffffff ( 16 MB) [ 0.000000] LCD : 0x5a000000 - 0x5bffffff ( 32 MB) [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] chip-id: A10 (AW1623 revision C) [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 243712 [ 0.000000] Kernel command line: console=ttyS0,115200 console=tty0 disp.screen0_output_mode=EDID:1280x720p60 hdmi.audio=EDID:0 mmc0_led=1 bootmenutimeout=10 [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 448MB 512MB = 960MB total [ 0.000000] Memory: 826620k/826620k available, 156420k reserved, 270336K highmem [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0658000 (6464 kB) [ 0.000000] .init : 0xc0658000 - 0xc0684000 ( 176 kB) [ 0.000000] .data : 0xc0684000 - 0xc06cd600 ( 294 kB) [ 0.000000] .bss : 0xc06cd624 - 0xc0877b58 (1706 kB) [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:96 [ 0.000000] timer0: Periodic Mode [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms [ 0.000000] Console: colour dummy device 80x30 [ 0.000000] console [tty0] enabled [ 0.000000] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408) [ 0.040000] pid_max: default: 32768 minimum: 301 [ 0.040000] Mount-cache hash table entries: 512 [ 0.040000] Initializing cgroup subsys cpuacct [ 0.040000] Initializing cgroup subsys devices [ 0.040000] Initializing cgroup subsys freezer [ 0.040000] Initializing cgroup subsys blkio [ 0.040000] CPU: Testing write buffer coherency: ok [ 0.040000] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available [ 0.040000] Setting up static identity map for 0x40498ca8 - 0x40498d00 [ 0.040000] devtmpfs: initialized [ 0.040000] dummy: [ 0.040000] NET: Registered protocol family 16 [ 0.040000] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.040000] SOFTWINNER DMA Driver, (c) 2003-2004,2006 Simtec Electronics [ 0.040000] Initialize DMAC OK [ 0.040000] bio: create slab at 0 [ 0.040000] SCSI subsystem initialized [ 0.040000] usbcore: registered new interface driver usbfs [ 0.040000] usbcore: registered new interface driver hub [ 0.040000] usbcore: registered new device driver usb [ 0.040000] Linux video capture interface: v2.00 [ 0.040000] Advanced Linux Sound Architecture Driver Version 1.0.25. [ 0.040000] Bluetooth: Core ver 2.16 [ 0.040000] NET: Registered protocol family 31 [ 0.040000] Bluetooth: HCI device and connection manager initialized [ 0.040000] Bluetooth: HCI socket layer initialized [ 0.040000] Bluetooth: L2CAP socket layer initialized [ 0.040000] Bluetooth: SCO socket layer initialized [ 0.040000] cfg80211: Calling CRDA to update world regulatory domain [ 0.040000] Init eGon pin module V2.0 [ 0.040000] Switching to clocksource aw 64bits couter [ 0.040000] FS-Cache: Loaded [ 0.040000] CacheFiles: Loaded

[ 0.050000] [sw_hcd0]: usb host driver initialize........

[ 0.060000] [sw_hcd0]: host_init_state = 0 [ 0.060000] [sw_hcd0]: platform is usb host [ 0.060000] [sw_hcd0]: sw_hcd_host0: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx (X), HB-ISO Tx (X), SoftConn) [ 0.060000] [sw_hcd0]: sw_hcd_init_controller: sw_hcd_host0: USB Host mode controller at f1c13000 using PIO, IRQ 38 [ 0.060000] sw_hcd_host0 sw_hcd_host0: sw_hcd host driver [ 0.060000] sw_hcd_host0 sw_hcd_host0: new USB bus registered, assigned bus number 1 [ 0.060000] hub 1-0:1.0: USB hub found [ 0.060000] hub 1-0:1.0: 1 port detected [ 0.060000] [sw_hcd_host0]: Set USB Power ON [ 0.060000] NET: Registered protocol family 2 [ 0.060000] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.060000] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.060000] TCP bind hash table entries: 65536 (order: 6, 262144 bytes) [ 0.060000] TCP: Hash tables configured (established 131072 bind 65536) [ 0.060000] TCP: reno registered [ 0.060000] UDP hash table entries: 512 (order: 1, 8192 bytes) [ 0.070000] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes) [ 0.070000] NET: Registered protocol family 1 [ 0.070000] Trying to unpack rootfs image as initramfs... [ 0.580000] Freeing initrd memory: 8080K [ 0.580000] [pm]aw_pm_init! [ 0.580000] audit: initializing netlink socket (disabled) [ 0.580000] type=2000 audit(0.579:1): initialized [ 0.580000] highmem bounce pool size: 64 pages [ 0.590000] VFS: Disk quotas dquot_6.5.2 [ 0.590000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.590000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.590000] fuse init (API version 7.18) [ 0.590000] aufs 3.4-20121210 [ 0.590000] msgmni has been set to 1102 [ 0.590000] alg: No test for stdrng (krng) [ 0.590000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.590000] io scheduler noop registered [ 0.590000] io scheduler deadline registered [ 0.590000] io scheduler cfq registered (default) [ 0.590000] sunxi disp driver loaded (/dev/disp api 1.0) [ 0.590000] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 0.590000] [uart]: used uart info.: 0x05 [ 0.590000] [uart]: serial probe 0 irq 1 mapbase 0x01c28000 [ 0.610000] sunxi-uart.0: ttyS0 at MMIO 0x1c28000 (irq = 1) is a U6_16550A [ 1.230000] console [ttyS0] enabled [ 1.240000] [uart]: serial probe 2 irq 3 mapbase 0x01c28800 [ 1.260000] sunxi-uart.2: ttyS1 at MMIO 0x1c28800 (irq = 3) is a U6_16550A [ 1.270000] G2D: g2dmem: g2d_start=58000000, g2d_size=1000000 [ 1.280000] G2D: head:d8000000,tail:d9000000 [ 1.280000] G2D: Module initialized.major:251 [ 1.280000] brd: module loaded [ 1.290000] loop: module loaded [ 1.290000] [NAND]nand driver, init. [ 1.300000] cmu_clk is 480 [ 1.300000] nand clk init end [ 1.300000] offset 0xc: 0x26141 [ 1.310000] offset 0x14: 0x8200000b [ 1.310000] [NAND] nand gpio_request [ 1.310000] [NAND] nand driver version: 0x2 0x9 [ 1.320000] nand interrupte register ok [ 1.320000] ret of NFC_ChangMode is 0 [ 1.330000] dma_hdle is 0 [ 1.330000] dma_hdle is 10000008 [ 1.330000] cmu_clk is 480 [ 1.330000] nand clk init end [ 1.340000] offset 0xc: 0x26141 [ 1.340000] offset 0x14: 0x82000007 [ 1.400000] The 0 disk name = DEVICE, class name = NAND, disk start = 0, disk size = 7979008 [ 1.410000] The 1 disk name = bootloader, class name = DISK, disk size = 32768 [ 1.410000] The 2 disk name = env, class name = DISK, disk size = 32768 [ 1.420000] The 3 disk name = boot, class name = DISK, disk size = 65536 [ 1.430000] The 4 disk name = misc, class name = DISK, disk size = 32768 [ 1.430000] The 5 disk name = recovery, class name = DISK, disk size = 65536 [ 1.440000] The 6 disk name = private, class name = DISK, disk size = 32768 [ 1.450000] The 7 disk name = sysrecovery, class name = DISK, disk size = 655360 [ 1.460000] The 8 disk name = UDISK, class name = DISK, disk size = 4816896 [ 1.460000] The 8 disk size = 5062656 [ 1.470000] part total count = 9 [ 1.470000] nand: unknown partition table [ 1.480000] nanda: [ 1.480000] nandb: unknown partition table [ 1.490000] nandc: unknown partition table [ 1.490000] nandd: unknown partition table [ 1.500000] nande: unknown partition table [ 1.500000] nandf: [ 1.510000] nandg: unknown partition table [ 1.510000] nandh: [ 1.520000] benn: nand probe enter [ 1.520000] [NAND]nand driver, ok. [ 1.520000] sw_ahci sw_ahci.0: controller can't do PMP, turning off CAP_PMP [ 1.530000] sw_ahci sw_ahci.0: forcing PORTS_IMPL to 0x1 [ 1.530000] sw_ahci sw_ahci.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode [ 1.540000] sw_ahci sw_ahci.0: flags: ncq sntf pm led clo only pio slum part ccc [ 1.550000] scsi0 : sw_ahci_platform [ 1.560000] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 56 [ 1.560000] wemac Ethernet Driver, V1.01 in file:drivers/net/ethernet/sun4i/sun4i_wemac.c [ 1.570000] [EMAC] ahb clk enable [ 1.570000] [EMAC] ahb gate clk: 0x2026141 [ 1.610000] emac MAC isn't valid! [ 1.610000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.620000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.620000] [sw-ehci1]: open clock [ 1.650000] [sw-ehci1]: Set USB Power ON [ 1.650000] sw-ehci sw-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.660000] sw-ehci sw-ehci.1: new USB bus registered, assigned bus number 2 [ 1.670000] sw-ehci sw-ehci.1: irq 39, io mem 0xf1c14000 [ 1.690000] sw-ehci sw-ehci.1: USB 0.0 started, EHCI 1.00 [ 1.690000] ehci_irq: port change detect [ 1.690000] hub 2-0:1.0: USB hub found [ 1.700000] hub 2-0:1.0: 1 port detected [ 1.700000] [sw-ohci1]: open clock [ 1.730000] sw-ohci sw-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver [ 1.730000] sw-ohci sw-ohci.1: new USB bus registered, assigned bus number 3 [ 1.740000] sw-ohci sw-ohci.1: irq 64, io mem 0xf1c14400 [ 1.810000] hub 3-0:1.0: USB hub found [ 1.810000] hub 3-0:1.0: 1 port detected [ 1.820000] [sw-ehci2]: open clock [ 1.840000] [sw-ehci2]: Set USB Power ON [ 1.840000] sw-ehci sw-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.850000] sw-ehci sw-ehci.2: new USB bus registered, assigned bus number 4 [ 1.860000] sw-ehci sw-ehci.2: irq 40, io mem 0xf1c1c000 [ 1.880000] sw-ehci sw-ehci.2: USB 0.0 started, EHCI 1.00 [ 1.880000] hub 4-0:1.0: USB hub found [ 1.880000] hub 4-0:1.0: 1 port detected [ 1.890000] [sw-ohci2]: open clock [ 1.900000] ehci_irq: port change detect [ 1.910000] ata1: SATA link down (SStatus 0 SControl 300) [ 1.920000] sw-ohci sw-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver [ 1.930000] ehci_irq: port change detect [ 1.930000] sw-ohci sw-ohci.2: new USB bus registered, assigned bus number 5 [ 1.940000] sw-ohci sw-ohci.2: irq 65, io mem 0xf1c1c400 [ 1.960000] The port change to OHCI now! [ 2.010000] hub 5-0:1.0: USB hub found [ 2.010000] hub 5-0:1.0: 1 port detected [ 2.020000] usbcore: registered new interface driver cdc_acm [ 2.020000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 2.030000] usbcore: registered new interface driver usblp [ 2.040000] Initializing USB Mass Storage driver... [ 2.040000] usbcore: registered new interface driver usb-storage [ 2.050000] USB Mass Storage support registered. [ 2.050000] usbcore: registered new interface driver ums-alauda [ 2.060000] usbcore: registered new interface driver ums-cypress [ 2.060000] usbcore: registered new interface driver ums-datafab [ 2.070000] usbcore: registered new interface driver ums_eneub6250 [ 2.080000] usbcore: registered new interface driver ums-freecom [ 2.080000] usbcore: registered new interface driver ums-isd200 [ 2.090000] usbcore: registered new interface driver ums-jumpshot [ 2.090000] usbcore: registered new interface driver ums-karma [ 2.100000] usbcore: registered new interface driver ums-onetouch [ 2.110000] usbcore: registered new interface driver ums-realtek [ 2.110000] usbcore: registered new interface driver ums-sddr09 [ 2.120000] usbcore: registered new interface driver ums-sddr55 [ 2.120000] usbcore: registered new interface driver ums-usbat [ 2.130000] mousedev: PS/2 mouse device common for all mice [ 2.140000] sunxi RTC version 0.1 [ 2.140000] sunxi-rtc sunxi-rtc: sunxi_rtc_probe tmp_data = 380248073 [ 2.150000] [RTC] ERR: Set LOSC to external failed!!! [ 2.150000] [RTC] WARNING: Rtc time will be wrong!! [ 2.160000] usb 3-1: new low-speed USB device number 2 using sw-ohci [ 2.160000] sunxi-rtc sunxi-rtc: rtc core: registered rtc as rtc0 [ 2.170000] i2c /dev entries driver [ 2.170000] !!! base_Addr = 0xf1c2ac00 [ 2.180000] config i2c gpio with gpio_config api [ 2.180000] twi0, apb clock = 24000000 [ 2.190000] axp_mfd 0-0034: AXP (CHIP ID: 0x21) detected [ 2.190000] I2C: i2c-0: AW16XX I2C adapter [ 2.200000] *start*** [ 2.200000] 0x40 [ 2.200000] 0xf8 [ 2.200000] 0x28 [ 2.210000] 0x0 [ 2.210000] 0x0 [ 2.210000] *end*** [ 2.210000] !!! base_Addr = 0xf1c2b000 [ 2.220000] twi1, apb clock = 24000000 [ 2.220000] I2C: i2c-1: AW16XX I2C adapter [ 2.230000] *start*** [ 2.230000] 0x40 [ 2.230000] 0xf8 [ 2.230000] 0x58 [ 2.240000] 0x0 [ 2.240000] 0x0 [ 2.240000] *end*** [ 2.240000] !!! base_Addr = 0xf1c2b400 [ 2.250000] twi2, apb clock = 24000000 [ 2.250000] I2C: i2c-2: AW16XX I2C adapter [ 2.260000] *start*** [ 2.260000] 0x40 [ 2.260000] 0xf8 [ 2.260000] 0x58 [ 2.260000] 0x0 [ 2.270000] 0x0 [ 2.270000] *end*** [ 2.270000] lirc_dev: IR Remote Control driver registered, major 250 [ 2.280000] IR NEC protocol handler initialized [ 2.280000] IR RC5(x) protocol handler initialized [ 2.290000] IR RC6 protocol handler initialized [ 2.290000] IR JVC protocol handler initialized [ 2.300000] IR Sony protocol handler initialized [ 2.300000] IR RC5 (streamzap) protocol handler initialized [ 2.310000] IR SANYO protocol handler initialized [ 2.310000] IR MCE Keyboard/mouse protocol handler initialized [ 2.320000] IR LIRC bridge handler initialized [ 2.320000] [cedar dev]: install start!!! [ 2.330000] [cedar dev]: install end!!! [ 2.330000] [ace_drv] start!!! [ 2.330000] [ace_drv] init end!!! [ 2.340000] [pa_drv] start!!! [ 2.340000] [pa_drv] init end!!! [ 2.340000] axp20_ldo1: 1300 mV [ 2.350000] axp20_ldo2: 1800 <--> 3300 mV at 3000 mV [ 2.350000] axp20_ldo3: 700 <--> 3500 mV at 2800 mV [ 2.360000] axp20_ldo4: 1250 <--> 3300 mV at 2800 mV [ 2.370000] axp20_buck2: 700 <--> 2275 mV at 1400 mV [ 2.370000] axp20_buck3: 700 <--> 3500 mV at 1250 mV [ 2.380000] axp20_ldoio0: 1800 <--> 3300 mV at 2800 mV [ 2.390000] input: axp20-supplyer as /devices/platform/sun4i-i2c.0/i2c-0/0-0034/axp20-supplyer.28/input/input0 [ 2.410000] Bluetooth: HCI UART driver ver 2.2 [ 2.410000] Bluetooth: HCI H4 protocol initialized [ 2.420000] ehci_irq: port change detect [ 2.420000] Bluetooth: HCI BCSP protocol initialized [ 2.430000] Bluetooth: HCILL protocol initialized [ 2.430000] cpuidle: using governor ladder [ 2.440000] cpuidle: using governor menu [ 2.440000] [mmc_pm]: no sdio card used in configuration

[ 2.450000] [mmc]: sunxi mmc controller using config : 0xb [ 2.450000] [mmc]: sunxi-mmc.0: pdev->name: sunxi-mmc, pdev->id: 0 [ 2.460000] [mmc]: mmc 0 power off !! [ 2.470000] [mmc]: mmc0 Probe: base:0xf1c0f000 irq:32 dma:0 pdes:0xef3e4000, ret 0. [ 2.470000] [mmc]: sunxi-mmc.1: pdev->name: sunxi-mmc, pdev->id: 1 [ 2.480000] The port change to OHCI now! [ 2.480000] [mmc]: mmc 1 power off !! [ 2.490000] [mmc]: mmc1 Probe: base:0xf1c10000 irq:33 dma:0 pdes:0xef3e8000, ret 0. [ 2.500000] [mmc]: sunxi-mmc.3: pdev->name: sunxi-mmc, pdev->id: 3 [ 2.500000] [mmc]: mmc 3 power off !! [ 2.510000] [mmc]: mmc3 Probe: base:0xf1c12000 irq:35 dma:0 pdes:0xef3ec000, ret 0. [ 2.510000] sunxi_leds driver init [ 2.530000] input: HID 04d9:1400 as /devices/platform/sw-ohci.1/usb3/3-1/3-1:1.0/input/input1 [ 2.540000] generic-usb 0003:04D9:1400.0001: input: USB HID v1.10 Keyboard [HID 04d9:1400] on usb-sw-ohci-1/input0 [ 2.560000] input: HID 04d9:1400 as /devices/platform/sw-ohci.1/usb3/3-1/3-1:1.1/input/input2 [ 2.570000] generic-usb 0003:04D9:1400.0002: input: USB HID v1.10 Mouse [HID 04d9:1400] on usb-sw-ohci-1/input1 [ 2.580000] usbcore: registered new interface driver usbhid [ 2.590000] usbhid: USB HID core driver [ 2.590000] logger: created 256K log 'log_main' [ 2.590000] logger: created 256K log 'log_events' [ 2.600000] logger: created 256K log 'log_radio' [ 2.600000] logger: created 256K log 'log_system' [ 2.610000] enter sun4i Audio codec!!! [ 2.610000] sun4i audio support initialized [ 2.620000] sun4i Audio codec successfully loaded.. [ 2.620000] soc-audio soc-audio.0: ASoC machine sun4i-sndhdmi should use snd_soc_register_card() [ 2.630000] asoc: sndhdmi <-> sun4i-hdmiaudio.0 mapping ok [ 2.640000] IPv4 over IPv4 tunneling driver [ 2.640000] TCP: cubic registered [ 2.650000] Initializing XFRM netlink socket [ 2.650000] NET: Registered protocol family 17 [ 2.650000] NET: Registered protocol family 15 [ 2.660000] Bluetooth: RFCOMM TTY layer initialized [ 2.660000] Bluetooth: RFCOMM socket layer initialized [ 2.670000] Bluetooth: RFCOMM ver 1.11 [ 2.670000] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 2.680000] Bluetooth: BNEP filters: protocol multicast [ 2.680000] 8021q: 802.1Q VLAN Support v1.8 [ 2.690000] [mmc_pm]: No sdio card, please check your config !! [ 2.690000] Registering the dns_resolver key type [ 2.700000] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 2.710000] Registering SWP/SWPB emulation handler [ 2.710000] registered taskstats version 1 [ 2.780000] usb 5-1: new full-speed USB device number 2 using sw-ohci [ 2.810000] ParseEDID [ 2.810000] DDC_Init [ 2.820000] EDID ready [ 2.820000] DDC_Read [ 2.830000] Sink : EDID bank 0: [ 2.840000] 0 1 2 3 4 5 6 7 8 9 A B C D E F [ 2.840000] =============================================================================================== [ 2.850000] 00 ff ff ff ff ff ff 00 41 0c 01 00 01 01 01 01 [ 2.860000] 01 10 01 03 80 40 24 78 0a e6 92 a3 54 4a 99 26 [ 2.870000] 0f 4a 4c 21 08 00 01 01 01 01 01 01 01 01 01 01 [ 2.880000] 01 01 01 01 01 01 01 1d 80 d0 72 1c 16 20 10 2c [ 2.880000] 25 80 80 68 21 00 00 9e 64 19 00 40 41 00 26 30 [ 2.890000] 18 88 36 00 90 2c 11 00 00 18 00 00 00 fc 00 50 [ 2.900000] 68 69 6c 69 70 73 20 46 54 56 0a 20 00 00 00 fd [ 2.900000] 00 30 3e 0f 32 09 00 0a 20 20 20 20 20 20 01 8b [ 2.910000] =============================================================================================== [ 2.920000] EDID version: 1.3 [ 2.920000] PCLK=74250000 X 1920 2448 2492 2640 Y 540 542 547 562 fr 50 PP [ 2.930000] Using above mode as preferred EDID mode [ 2.930000] PCLK=65000000 X 1024 1048 1184 1344 Y 768 771 777 806 fr 60 NN [ 2.940000] DDC_Read [ 2.970000] input: Logitech USB Receiver as /devices/platform/sw-ohci.2/usb5/5-1/5-1:1.0/input/input3 [ 2.990000] generic-usb 0003:046D:C526.0003: input: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-sw-ohci-1/input0 [ 3.010000] input: Logitech USB Receiver as /devices/platform/sw-ohci.2/usb5/5-1/5-1:1.1/input/input4 [ 3.020000] Sink : EDID bank 1: [ 3.020000] 0 1 2 3 4 5 6 7 8 9 A B C D E F [ 3.030000] generic-usb 0003:046D:C526.0004: input: USB HID v1.11 Device [Logitech USB Receiver] on usb-sw-ohci-1/input1 [ 3.040000] =============================================================================================== [ 3.050000] 02 03 24 f0 4b 01 03 04 05 06 07 12 13 14 15 16 [ 3.060000] 29 09 1f 07 15 07 50 19 07 86 83 01 00 00 65 03 [ 3.070000] 0c 00 20 00 01 1d 80 18 71 1c 16 20 58 2c 25 00 [ 3.070000] 80 68 21 00 00 9e 01 1d 00 bc 52 d0 1e 20 b8 28 [ 3.080000] 55 40 80 68 21 00 00 1e 01 1d 00 72 51 d0 1e 20 [ 3.090000] 6e 28 55 00 80 68 21 00 00 1e 8c 0a d0 90 20 40 [ 3.090000] 31 20 0c 40 55 00 80 68 21 00 00 18 8c 0a d0 8a [ 3.100000] 20 e0 2d 10 10 3e 36 00 80 68 21 00 00 18 00 c1 [ 3.110000] =============================================================================================== [ 3.120000] Unimplemented SVD code 6 [ 3.120000] Unimplemented SVD code 21 [ 3.130000] Unimplemented SVD code 22 [ 3.130000] Unimplemented SVD code 41 [ 3.130000] Unimplemented SVD code 31 [ 3.140000] Parse_VideoData_Block: VIC 1 support [ 3.140000] Parse_VideoData_Block: VIC 3 support [ 3.150000] Parse_VideoData_Block: VIC 4 support [ 3.150000] Parse_VideoData_Block: VIC 5 support [ 3.160000] Parse_VideoData_Block: VIC 6 support [ 3.160000] Parse_VideoData_Block: VIC 7 support [ 3.160000] Parse_VideoData_Block: VIC 18 support [ 3.170000] Parse_VideoData_Block: VIC 19 support [ 3.170000] Parse_VideoData_Block: VIC 20 support [ 3.180000] Parse_VideoData_Block: VIC 21 support [ 3.180000] Parse_VideoData_Block: VIC 22 support [ 3.190000] Parse_AudioData_Block: max channel=2 [ 3.190000] Parse_AudioData_Block: SampleRate code=1f [ 3.200000] Parse_AudioData_Block: WordLen code=7 [ 3.200000] Find HDMI Vendor Specific DataBlock [ 3.210000] PCLK=74250000 X 1920 2008 2052 2200 Y 540 542 547 562 fr 60 PP [ 3.210000] PCLK=74250000 X 1280 1720 1760 1980 Y 720 725 730 750 fr 50 PP [ 3.220000] PCLK=74250000 X 1280 1390 1430 1650 Y 720 725 730 750 fr 60 PP [ 3.230000] PCLK=27000000 X 720 732 796 864 Y 576 581 586 625 fr 50 NN [ 3.230000] PCLK=27000000 X 720 736 798 858 Y 480 483 489 525 fr 59 NN [ 3.240000] waited 0 ms for EDID info [ 3.240000] disp clks: lcd 74250000 pre_scale 1 hdmi 74250000 pll 297000000 2x 0 [ 3.470000] [mmc]: mmc 0 detect change, present 1 [ 3.770000] [mmc]: mmc 0 power on !! [ 3.810000] [mmc]: sdxc_request_done(L1113): smc 0 err, cmd 52, RTO !! [ 3.810000] [mmc]: sdxc_request_done(L1113): smc 0 err, cmd 52, RTO !! [ 3.820000] [mmc]: sdxc_request_done(L1113): smc 0 err, cmd 5, RTO !! [ 3.830000] [mmc]: sdxc_request_done(L1113): smc 0 err, cmd 5, RTO !! [ 3.840000] [mmc]: sdxc_request_done(L1113): smc 0 err, cmd 5, RTO !! [ 3.850000] [mmc]: sdxc_request_done(L1113): smc 0 err, cmd 5, RTO !! [ 3.900000] mmc0: new high speed SDHC card at address 0001 [ 3.910000] mmcblk0: mmc0:0001 00000 14.7 GiB [ 3.910000] mmcblk0: p1 [ 4.700000] Console: switching to colour frame buffer device 240x67 [ 4.740000] axp20_buck3: incomplete constraints, leaving on [ 4.740000] axp20_buck2: incomplete constraints, leaving on [ 4.750000] axp20_ldo4: incomplete constraints, leaving on [ 4.760000] axp20_ldo3: incomplete constraints, leaving on [ 4.760000] axp20_ldo2: incomplete constraints, leaving on [ 4.770000] axp20_ldo1: incomplete constraints, leaving on [ 4.770000] sunxi-rtc sunxi-rtc: hctosys: unable to read the hardware clock [ 4.780000] ALSA device list: [ 4.780000] #0: sun4i-sndhdmi [ 4.790000] #1: sun4i-CODEC Audio Codec [ 4.790000] Freeing init memory: 176K Berryboot installer running on display. If you want a headless installation instead, append the option 'vncinstall' to cmdline.txt + uEnv.txt

maxnet commented 11 years ago

Please try if this one works better: http://178.63.95.79/dl/berryboot-cubieboard-beta4.zip Contains a fix for interlaced modes like 1080i.

maxnet commented 11 years ago

Reopen if problem still exists.