I have been trying to load Android jelly bean on Zedboard.
after a thorough search over the internet, I have downloaded the compatible sources from
https://github.com/cambridgehackers/zedboard_manifests/wiki/ZedboardAndroid4.1
with the sources compiled and pushed to sdcard, i could see the "android" symbol which is part of boot up process on the display device connected to target through the HDMI cable.
I have been working with android userspace but have no expertise in the device tree and the zedboard driver configuration.
from the boot up logs captured, I suspect that the hang in the boot up of process could be because of timed out but do not really see anything suspicious which could help root cause the issue.
Appreciate if anyone can help in providing pointers to where in the kernel source we can dig further to find the root cause resulting to boot up issue.
below is the log snippet captured during the android boot up
u012Fu00FEQhc
j5zk(b
u00CBu0146Qqu00DEcu00D4iu0138u012Fu00FEu0138u00D6u0138
Xilinx First Stage Boot Loader
Release 14.3 Jan 4 2013-14:54:20
Devcfg driver initialized
Unsupported Silicon Version 3
Boot mode is SD
SD Init Done
Flash BaseAddress E0100000
Reboot status register 0x60600000
Multiboot Register = 0000C000
ImageStartAddress = 00000000
PartitionNumber = 00000000
flash read base addr E0100000, image base 0
FSBL main: Skip partition
Reboot status register 0x61600000
Multiboot Register = 0000C000
ImageStartAddress = 00000000
PartitionNumber = 00000001
flash read base addr E0100000, image base 0
Reset USB...
SUCCESSFUL_HANDOFF
FSBLStatus = 0x1
U-Boot 2012.04.01 (Jan 07 2013 - 13:42:00)
DRAM: 512 MiB
WARNING: Caches not enabled
MMC: SDHCI: 0
Using default environment
In: serial
Out: serial
Err: serial
Net: zynq_gem
Hit any key to stop autoboot: 3 2 1 0
Copying Linux from SD to RAM...
Device: SDHCI
Manufacturer ID: 3
OEM: 5344
Name: SU08G
Tran Speed: 25000000
Rd Block Len: 512
SD version 2.0
High Capacity: Yes
Capacity: 7.4 GiB
Bus Width: 4-bit
reading zImage
2562600 bytes read
reading devicetree.dtb
5797 bytes read
reading ramdisk8M.image.gz
262144 bytes read
## Starting application at 0x00008000 ...
Uncompressing Linux... done, booting the kernel.
<6>Booting Linux on physical CPU 0
<5>Linux version 3.3.0-digilent-12.07-zed-beta-00237-g657e5dc (subha@subha-desktop) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #1 SMP PREEMPT Mon Sep 2 12:48:33 IST 2013
CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
<6>Machine: Xilinx Zynq Platform, model: Xilinx Zynq ZED
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.3.0-digilent-12.07-zed-beta-00237-g657e5dc (subha@subha-desktop) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #1 SMP PREEMPT Mon Sep 2 12:48:33 IST 2013
[ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: Xilinx Zynq Platform, model: Xilinx Zynq ZED
<6>bootconsole [earlycon0] enabled
[ 0.000000] bootconsole [earlycon0] enabled
Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
<4>BUG: mapping for 0xf8f00000 at 0xfe00c000 out of vmalloc space
[ 0.000000] BUG: mapping for 0xf8f00000 at 0xfe00c000 out of vmalloc space
<4>BUG: mapping for 0xe0000000 at 0xfe000000 out of vmalloc space
[ 0.000000] BUG: mapping for 0xe0000000 at 0xfe000000 out of vmalloc space
<4>BUG: mapping for 0xffff1000 at 0xfe200000 out of vmalloc space
[ 0.000000] BUG: mapping for 0xffff1000 at 0xfe200000 out of vmalloc space
<7>On node 0 totalpages: 126976
<7>free_area_init_node: node 0, pgdat c04e7080, node_mem_map c0840000
<7> Normal zone: 1152 pages used for memmap
<7> Normal zone: 0 pages reserved
<7> Normal zone: 125824 pages, LIFO batch:31
<6>PERCPU: Embedded 7 pages/cpu @c0cc7000 s5696 r8192 d14784 u32768
[ 0.000000] PERCPU: Embedded 7 pages/cpu @c0cc7000 s5696 r8192 d14784 u32768
<7>pcpu-alloc: s5696 r8192 d14784 u32768 alloc=8*4096
<7>pcpu-alloc: [0] 0 [0] 1
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125824
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125824
<5>Kernel command line: console=ttyPS0,115200 init=/init root=/dev/ram initrd=0x800000,256K rw earlyprintk ip=:::::eth0:dhcp devtmpfs.mount=0
[ 0.000000] Kernel command line: console=ttyPS0,115200 init=/init root=/dev/ram initrd=0x800000,256K rw earlyprintk ip=:::::eth0:dhcp devtmpfs.mount=0
<6>PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
<6>Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>Memory:[ 0.000000] Memory: 240MB 240MB 256MB 256MB = 496MB total
= 496MB total
<5>Memory: 496368k/496368k available, 27920k reserved, 0K highmem
[ 0.000000] Memory: 496368k/496368k available, 27920k reserved, 0K highmem
<5>Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
vmalloc : 0xe0800000 - 0xfd000000 ( 456 MB)
lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.text : 0xc0008000 - 0xc048c2f0 (4625 kB)
.init : 0xc048d000 - 0xc04b6640 ( 166 kB)
.data : 0xc04b8000 - 0xc04e8a60 ( 195 kB)
.bss : 0xc04e8a84 - 0xc0601c48 (1125 kB)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xfd000000 ( 456 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc048c2f0 (4625 kB)
[ 0.000000] .init : 0xc048d000 - 0xc04b6640 ( 166 kB)
[ 0.000000] .data : 0xc04b8000 - 0xc04e8a60 ( 195 kB)
[ 0.000000] .bss : 0xc04e8a84 - 0xc0601c48 (1125 kB)
<6>Preemptible hierarchical RCU implementation.
[ 0.000000] Preemptible hierarchical RCU implementation.
<6>tVerbose stalled-CPUs detection is disabled.
[ 0.000000] tVerbose stalled-CPUs detection is disabled.
<6>NR_IRQS:128
[ 0.000000] NR_IRQS:128
<6>xlnx,ps7-ttc-1.00.a #0 at 0xe0800000, irq=43
[ 0.000000] xlnx,ps7-ttc-1.00.a #0 at 0xe0800000, irq=43
<6>Console: colour dummy device 80x30
[ 0.000000] Console: colour dummy device 80x30
<6>Calibrating delay loop... [ 0.000000] Calibrating delay loop... <c>1594.16 BogoMIPS (lpj=7970816)
1594.16 BogoMIPS (lpj=7970816)
<6>pid_max: default: 32768 minimum: 301
[ 0.100000] pid_max: default: 32768 minimum: 301
<6>Mount-cache hash table entries: 512
[ 0.100000] Mount-cache hash table entries: 512
<6>CPU: Testing write buffer coherency: [ 0.110000] CPU: Testing write buffer coherency: ok
ok
<6>CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.120000] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
<3>smp_twd: clock not found: -2
[ 0.120000] smp_twd: clock not found: -2
<6>Calibrating local timer... [ 0.130000] Calibrating local timer... 399.33MHz.
399.33MHz.
<6>hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[ 0.200000] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
<6>Setting up static identity map for 0x342ce8 - 0x342d1c
[ 0.200000] Setting up static identity map for 0x342ce8 - 0x342d1c
CPU1: Booted secondary processor
<6>CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
<6>Brought up 2 CPUs
[ 0.310000] CPU1: Booted secondary processor
[ 0.350000] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.350000] Brought up 2 CPUs
<6>SMP: Total of 2 processors activated (3188.32 BogoMIPS).
[ 0.360000] SMP: Total of 2 processors activated (3188.32 BogoMIPS).
<6>devtmpfs: initialized
[ 0.370000] devtmpfs: initialized
<4>------------[ cut here ]------------
[ 0.370000] ------------[ cut here ]------------
<4>WARNING: at /home/subha/zedboard/device/xilinx/kernel/arch/arm/mm/dma-mapping.c:198 consistent_init+0x70/0x104()
[ 0.380000] WARNING: at /home/subha/zedboard/device/xilinx/kernel/arch/arm/mm/dma-mapping.c:198 consistent_init+0x70/0x104()
<d>Modules linked in:[ 0.390000] Modules linked in:
[<c00135e4>] (unwind_backtrace+0x0/0xec) from [<c001faa8>] (warn_slowpath_common+0x4c/0x64)
[ 0.390000] [<c00135e4>] (unwind_backtrace+0x0/0xec) from [<c001faa8>] (warn_slowpath_common+0x4c/0x64)
[<c001faa8>] (warn_slowpath_common+0x4c/0x64) from [<c001fad8>] (warn_slowpath_null+0x18/0x1c)
[ 0.400000] [<c001faa8>] (warn_slowpath_common+0x4c/0x64) from [<c001fad8>] (warn_slowpath_null+0x18/0x1c)
[<c001fad8>] (warn_slowpath_null+0x18/0x1c) from [<c0491714>] (consistent_init+0x70/0x104)
[ 0.410000] [<c001fad8>] (warn_slowpath_null+0x18/0x1c) from [<c0491714>] (consistent_init+0x70/0x104)
[<c0491714>] (consistent_init+0x70/0x104) from [<c000858c>] (do_one_initcall+0x90/0x160)
[ 0.420000] [<c0491714>] (consistent_init+0x70/0x104) from [<c000858c>] (do_one_initcall+0x90/0x160)
[<c000858c>] (do_one_initcall+0x90/0x160) from [<c048d284>] (kernel_init+0x88/0x134)
[ 0.430000] [<c000858c>] (do_one_initcall+0x90/0x160) from [<c048d284>] (kernel_init+0x88/0x134)
[<c048d284>] (kernel_init+0x88/0x134) from [<c000e448>] (kernel_thread_exit+0x0/0x8)
[ 0.440000] [<c048d284>] (kernel_init+0x88/0x134) from [<c000e448>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 1b75b31a2719ed1c ]---
[ 0.450000] ---[ end trace 1b75b31a2719ed1c ]---
<4>------------[ cut here ]------------
[ 0.460000] ------------[ cut here ]------------
<4>WARNING: at /home/subha/zedboard/device/xilinx/kernel/arch/arm/mm/dma-mapping.c:198 consistent_init+0x70/0x104()
[ 0.470000] WARNING: at /home/subha/zedboard/device/xilinx/kernel/arch/arm/mm/dma-mapping.c:198 consistent_init+0x70/0x104()
<d>Modules linked in:[ 0.480000] Modules linked in:
[<c00135e4>] (unwind_backtrace+0x0/0xec) from [<c001faa8>] (warn_slowpath_common+0x4c/0x64)
[ 0.480000] [<c00135e4>] (unwind_backtrace+0x0/0xec) from [<c001faa8>] (warn_slowpath_common+0x4c/0x64)
[<c001faa8>] (warn_slowpath_common+0x4c/0x64) from [<c001fad8>] (warn_slowpath_null+0x18/0x1c)
[ 0.490000] [<c001faa8>] (warn_slowpath_common+0x4c/0x64) from [<c001fad8>] (warn_slowpath_null+0x18/0x1c)
[<c001fad8>] (warn_slowpath_null+0x18/0x1c) from [<c0491714>] (consistent_init+0x70/0x104)
[ 0.500000] [<c001fad8>] (warn_slowpath_null+0x18/0x1c) from [<c0491714>] (consistent_init+0x70/0x104)
[<c0491714>] (consistent_init+0x70/0x104) from [<c000858c>] (do_one_initcall+0x90/0x160)
[ 0.510000] [<c0491714>] (consistent_init+0x70/0x104) from [<c000858c>] (do_one_initcall+0x90/0x160)
[<c000858c>] (do_one_initcall+0x90/0x160) from [<c048d284>] (kernel_init+0x88/0x134)
[ 0.520000] [<c000858c>] (do_one_initcall+0x90/0x160) from [<c048d284>] (kernel_init+0x88/0x134)
[<c048d284>] (kernel_init+0x88/0x134) from [<c000e448>] (kernel_thread_exit+0x0/0x8)
[ 0.530000] [<c048d284>] (kernel_init+0x88/0x134) from [<c000e448>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 1b75b31a2719ed1d ]---
[ 0.540000] ---[ end trace 1b75b31a2719ed1d ]---
<6>NET: Registered protocol family 16
[ 0.540000] NET: Registered protocol family 16
<6>L310 cache controller enabled
[ 0.560000] L310 cache controller enabled
<6>l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x72360000, Cache size: 524288 B
[ 0.560000] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x72360000, Cache size: 524288 B
<6>registering platform device 'pl330' id 0
[ 0.570000] registering platform device 'pl330' id 0
<6>registering platform device 'arm-pmu' id 0
[ 0.580000] registering platform device 'arm-pmu' id 0
###############################################
[ 0.580000]
[ 0.580000] ###############################################
# #
[ 0.590000] # #
# Board ZED Init #
[ 0.600000] # Board ZED Init #
# #
[ 0.610000] # #
###############################################
[ 0.620000] ###############################################
[ 0.620000]
<6>hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.630000] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
<6>hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.640000] hw-breakpoint: maximum watchpoint size is 4 bytes.
<6>xslcr xslcr.0: at 0xF8000000 mapped to 0xE0808000
[ 0.670000] xslcr xslcr.0: at 0xF8000000 mapped to 0xE0808000
<6>bio: create slab <bio-0> at 0
[ 0.690000] bio: create slab <bio-0> at 0
<6>gpiochip_add: registered GPIOs 0 to 245 on device: xgpiops
[ 0.690000] gpiochip_add: registered GPIOs 0 to 245 on device: xgpiops
<6>xgpiops e000a000.gpio: gpio at 0xe000a000 mapped to 0xe080a000
[ 0.700000] xgpiops e000a000.gpio: gpio at 0xe000a000 mapped to 0xe080a000
<5>SCSI subsystem initialized
[ 0.710000] SCSI subsystem initialized
<6>usbcore: registered new interface driver usbfs
[ 0.710000] usbcore: registered new interface driver usbfs
<6>usbcore: registered new interface driver hub
[ 0.720000] usbcore: registered new interface driver hub
<6>usbcore: registered new device driver usb
[ 0.730000] usbcore: registered new device driver usb
<6>Advanced Linux Sound Architecture Driver Version 1.0.24.
[ 0.740000] Advanced Linux Sound Architecture Driver Version 1.0.24.
<6>Switching to clocksource xttcpss_timer1
[ 0.750000] Switching to clocksource xttcpss_timer1
<6>NET: Registered protocol family 2
[ 0.760000] NET: Registered protocol family 2
<6>IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.760000] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
<6>TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.770000] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
<6>TCP bind hash table entries: 16384 (order: 5, 196608 bytes)
[ 0.780000] TCP bind hash table entries: 16384 (order: 5, 196608 bytes)
<6>TCP: Hash tables configured (established 16384 bind 16384)
[ 0.790000] TCP: Hash tables configured (established 16384 bind 16384)
<6>TCP reno registered
[ 0.800000] TCP reno registered
<6>UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.810000] UDP hash table entries: 256 (order: 1, 8192 bytes)
<6>UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.810000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
<6>NET: Registered protocol family 1
[ 0.820000] NET: Registered protocol family 1
<6>Trying to unpack rootfs image as initramfs...
[ 0.830000] Trying to unpack rootfs image as initramfs...
<6>Freeing initrd memory: 256K
[ 0.850000] Freeing initrd memory: 256K
<6>xscugtimer xscugtimer.0: ioremap fe00c200 to e0810200 with size 400
[ 0.850000] xscugtimer xscugtimer.0: ioremap fe00c200 to e0810200 with size 400
<6>pl330 dev 0 probe success
[ 0.860000] pl330 dev 0 probe success
<6>msgmni has been set to 969
[ 0.870000] msgmni has been set to 969
<6>io scheduler noop registered
[ 0.870000] io scheduler noop registered
<6>io scheduler deadline registered
[ 0.880000] io scheduler deadline registered
<6>io scheduler cfq registered (default)
[ 0.890000] io scheduler cfq registered (default)
<6>e0001000.uart: ttyPS0 at MMIO 0xe0001000 (irq = 82) is a xuartps
[ 0.890000] e00u0113u014Du2015u0111u00CDu2015u0105mu0145u0145u00E5AMuu0111tu0105u2015u2015u0145u2015u0111u00CDu2015u0105u0128u00CDtu0105r?u2015u0111u00CDu2015u0105mu0145u0145u00E5AMuu0111tu0105u2015u2015u0145u2015u0111u00CDu2015u0105u0128u00CDtu0105r?u2015u0111u00CDu2015u0105Zu0145u0145u00E5AMzu0111tu0105u2015u2015u0145u2015u0111u00CDu2015u0105u0128u00CDtu0105u00E2u0113u014D??u0161r"?Ju2015u00C9u0129u00C1u0161u0112u2015
u0112u0161u0128u0145u0104u00CDu0128?u012B)
??u0161r"?Ju2015u00C9u0129u00C1u0161u0112u2015
u0112u0161u0128u0145u0104u00DAu0128?u00FC<6>[drm] Initialized drm 1.1.0 20060810
[ 0.930000] [drm] Initialized drm 1.1.0 20060810
<6>brd: module loaded
[ 0.940000] brd: module loaded
<6>loop: module loaded
[ 0.950000] loop: module loaded
<6>xqspips e000d000.qspi: at 0xE000D000 mapped to 0xE0816000, irq=51
[ 0.960000] xqspips e000d000.qspi: at 0xE000D000 mapped to 0xE0816000, irq=51
<6>GEM: BASEADDRESS hw: e000b000 virt: e0818000
[ 0.970000] GEM: BASEADDRESS hw: e000b000 virt: e0818000
<6>XEMACPS mii bus: probed
[ 0.980000] XEMACPS mii bus: probed
<6>eth0, pdev->id -1, baseaddr 0xe000b000, irq 54
[ 0.980000] eth0, pdev->id -1, baseaddr 0xe000b000, irq 54
<6>ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.990000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>usb_hcd_xusbps_probe: No OTG assigned!
[ 1.000000] usb_hcd_xusbps_probe: No OTG assigned!
<6>usb_hcd_xusbps_probe: OTG now assigned!
[ 1.010000] usb_hcd_xusbps_probe: OTG now assigned!
<6>xusbps-ehci xusbps-ehci.0: Xilinx PS USB EHCI Host Controller
[ 1.020000] xusbps-ehci xusbps-ehci.0: Xilinx PS USB EHCI Host Controller
<6>xusbps-ehci xusbps-ehci.0: new USB bus registered, assigned bus number 1
[ 1.030000] xusbps-ehci xusbps-ehci.0: new USB bus registered, assigned bus number 1
<6>xusbps-ehci xusbps-ehci.0: irq 53, io mem 0x00000000
[ 1.070000] xusbps-ehci xusbps-ehci.0: irq 53, io mem 0x00000000
<6>xusbps-ehci xusbps-ehci.0: USB 2.0 started, EHCI 1.00
[ 1.090000] xusbps-ehci xusbps-ehci.0: USB 2.0 started, EHCI 1.00
<6>hub 1-0:1.0: USB hub found
[ 1.090000] hub 1-0:1.0: USB hub found
<6>hub 1-0:1.0: 1 port detected
[ 1.100000] hub 1-0:1.0: 1 port detected
<6>Initializing USB Mass Storage driver...
[ 1.110000] Initializing USB Mass Storage driver...
<6>usbcore: registered new interface driver usb-storage
[ 1.110000] usbcore: registered new interface driver usb-storage
<6>USB Mass Storage support registered.
[ 1.120000] USB Mass Storage support registered.
<6>Xilinx PS USB Device Controller driver (Apr 01, 2011)
[ 1.130000] Xilinx PS USB Device Controller driver (Apr 01, 2011)
<6>mousedev: PS/2 mouse device common for all mice
[ 1.140000] mousedev: PS/2 mouse device common for all mice
<7>[drm:drm_platform_init],
<7>[drm:drm_get_platform_dev],
<7>[drm:drm_get_minor],
<6>Linux video capture interface: v2.00
[ 1.150000] Linux video capture interface: v2.00
<7>[drm:drm_get_minor], new minor assigned 64
<7>[drm:drm_get_minor],
<7>[drm:drm_get_minor], new minor assigned 0
<6>gspca_main: v2.14.0 registered
[ 1.170000] gspca_main: v2.14.0 registered
<6>usbcore: registered new interface driver uvcvideo
[ 1.180000] usbcore: registered new interface driver uvcvideo
<6>USB Video Class driver (1.1.1)
[ 1.180000] USB Video Class driver (1.1.1)
<3>WDT OF probe
[ 1.190000] WDT OF probe
<6>xwdtps f8005000.swdt: Xilinx Watchdog Timer at 0xe081c000 with timeout 10 seconds
[ 1.190000] xwdtps f8005000.swdt: Xilinx Watchdog Timer at 0xe081c000 with timeout 10 seconds
<6>sdhci: Secure Digital Host Controller Interface driver
[ 1.210000] sdhci: Secure Digital Host Controller Interface driver
<6>sdhci: Copyright(c) Pierre Ossman
[ 1.220000] sdhci: Copyright(c) Pierre Ossman
<6>sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.220000] sdhci-pltfm: SDHCI platform and OF driver helper
<7>[drm:drm_sysfs_connector_add], adding "HDMI-A-1" to sysfs
<7>[drm:drm_sysfs_hotplug_event], generating hotplug event
<7>Registered led device: mmc0::
<6>mmc0: SDHCI controller on e0100000.sdhci [e0100000.sdhci] using ADMA
[ 1.240000] mmc0: SDHCI controller on e0100000.sdhci [e0100000.sdhci] using ADMA
<7>[drm:analog_drm_fbdev_init], /home/subha/zedboard/device/xilinx/kernel/drivers/gpu/drm/analog/analog_drm_fbdev.c
<7>[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:HDMI-A-1]
<7>Registered led device: mmc_led
edid status: 2
[ 1.270000] edid status: 2
<6>usbcore: registered new interface driver usbhid
[ 1.280000] usbcore: registered new interface driver usbhid
<6>usbhid: USB HID core driver
[ 1.280000] usbhid: USB HID core driver
<6>usbip_core: usbip_core_init:817: USB/IP Core v1.0.0
[ 1.290000] usbip_core: usbip_core_init:817: USB/IP Core v1.0.0
<6>ashmem: initialized
[ 1.300000] ashmem: initialized
<6>logger: created 256K log 'log_main'
[ 1.310000] logger: created 256K log 'log_main'
<6>logger: created 256K log 'log_events'
[ 1.320000] logger: created 256K log 'log_events'
<6>logger: created 256K log 'log_radio'
[ 1.330000] logger: created 256K log 'log_radio'
<6>logger: created 256K log 'log_system'
[ 1.340000] logger: created 256K log 'log_system'
<6>pmodoled-gpio-spi [zed_oled] SPI Probing
[ 1.350000] pmodoled-gpio-spi [zed_oled] SPI Probing
<6>mmc0: new high speed SDHC card at address e624
[ 1.390000] mmc0: new high speed SDHC card at address e624
<6>mmcblk0: mmc0:e624 SU08G 7.40 GiB (ro)
[ 1.400000] mmcblk0: mmc0:e624 SU08G 7.40 GiB (ro)
<6> mmcblk0: p1
[ 1.410000] mmcblk0: p1
<3>adv7511 0-0039: Failed to add route DAI IN->TMDS
[ 1.530000] adv7511 0-0039: Failed to add route DAI IN->TMDS
<6>asoc: adv7511 <-> 75c00000.axi-spdif-tx mapping ok
[ 1.550000] asoc: adv7511 <-> 75c00000.axi-spdif-tx mapping ok
<4>axi-spdif 75c00000.axi-spdif-tx: Failed to set DAI format: -22
[ 1.560000] axi-spdif 75c00000.axi-spdif-tx: Failed to set DAI format: -22
<6>ALSA device list:
[ 1.570000] ALSA device list:
<6> #0: HDMI monitor
[ 1.580000] #0: HDMI monitor
<6>TCP cubic registered
[ 1.580000] TCP cubic registered
<6>NET: Registered protocol family 10
[ 1.580000] NET: Registered protocol family 10
<6>NET: Registered protocol family 17
[ 1.590000] NET: Registered protocol family 17
<6>VFP support v0.3: [ 1.600000] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
implementor 41 architecture 3 part 30 variant 9 rev 4
<5>Registering SWP/SWPB emulation handler
[ 1.610000] Registering SWP/SWPB emulation handler
edid ret: 0
[ 1.620000] edid ret: 0
new mode: 640x480 800x525 25175
[ 1.620000] new mode: 640x480 800x525 25175
new mode: 800x600 1024x625 36000
[ 1.630000] new mode: 800x600 1024x625 36000
new mode: 800x600 1056x628 40000
[ 1.630000] new mode: 800x600 1056x628 40000
new mode: 848x480 1088x517 33750
[ 1.640000] new mode: 848x480 1088x517 33750
new mode: 1024x768 1344x806 65000
[ 1.640000] new mode: 1024x768 1344x806 65000
<7>[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:HDMI-A-1] probed modes :
<7>[drm:drm_mode_debug_printmodeline], Modeline 10:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
<6>registered taskstats version 1
<3>/home/subha/zedboard/device/xilinx/kernel/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
<6>GEM: lp->tx_bd ffdfb000 lp->tx_bd_dma 1837a000 lp->tx_skb d8070d80
06>GEM: lp->rx_bd ffdfc000 lp->rx_bd_dma 18379000 lp->rx_skb d8070c80
<6>GEM: MAC 0x00350a00, 0x00002201, 00:0a:35:00:01:22
i6>GEM: phydev d8413400, phydev->phy_id 0x1410dd1, phydev->addr 0x0
<6>eth0, phy_addr 0x0, phy_id 0x01410dd1
<6>eth0, attach [Marvell 88E1510] phy driver
skstats version 1
[ 1.650000] /home/subha/zedboard/device/xilinx/kernel/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 1.650000] GEM: lp->tx_bd ffdfb000 lp->tx_bd_dma 1837a000 lp->tx_skb d8070d80
[ 1.650000] GEM: lp->rx_bd ffdfc000 lp->rx_bd_dma 18379000 lp->rx_skb d8070c80
[ 1.650000] GEM: MAC 0x00350a00, 0x00002201, 00:0a:35:00:01:22
[ 1.650000] GEM: phydev d8413400, phydev->phy_id 0x1410dd1, phydev->addr 0x0
[ 1.650000] eth0, phy_addr 0x0, phy_id 0x01410dd1
[ 1.650000] eth0, attach [Marvell 88E1510] phy driver
<7>[drm:drm_mode_debug_printmodeline], Modeline 8:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
<7>[drm:drm_mode_debug_printmodeline], <5>Sending DHCP requests .[ 1.740000] Sending DHCP requests .Modeline 7:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
Modeline 7:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
<7>[drm:drm_mode_debug_printmodeline], Modeline 9:"848x480" 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5
<7>[drm:drm_mode_debug_printmodeline], Modeline 6:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
<7>[drm:drm_setup_crtcs],
<7>[drm:drm_enable_connectors], connector 5 enabled? yes
<7>[drm:drm_target_preferred], looking for cmdline mode on connector 5
<7>[drm:drm_target_preferred], looking for preferred mode on connector 5
<7>[drm:drm_target_preferred], found mode 1024x768
<7>[drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
<7>[drm:drm_setup_crtcs], desired mode 1024x768 set on crtc 3
<7>[drm:analog_drm_fbdev_create], /home/subha/zedboard/device/xilinx/kernel/drivers/gpu/drm/analog/analog_drm_fbdev.c
<7>[drm:analog_drm_fbdev_create], surface width(1024), height(768) and bpp(32
/home/subha/zedboard/device/xilinx/kernel/drivers/gpu/drm/analog/analog_drm_fbdev.c:analog_drm_fbdev_probe[241]
[ 1.830000] /home/subha/zedboard/device/xilinx/kernel/drivers/gpu/drm/analog/analog_drm_fbdev.c:analog_drm_fbdev_probe[241]
<7>[drm:drm_crtc_helper_set_config],
<7>[drm:drm_crtc_helper_set_config], [CRTC:3] [FB:12] #connectors=1 (x y) (0 0)
<7>[drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
<7>[drm:drm_crtc_helper_set_config], modes are different, full mode set
<7>[drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
<7>[drm:drm_mode_debug_printmodeline], Modeline 11:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
<7>[drm:drm_crtc_helper_set_config], crtc changed, full mode switch
<7>[drm:drm_crtc_helper_set_config], [CONNECTOR:5:HDMI-A-1] to [CRTC:3]
<7>[drm:drm_crtc_helper_set_config], attempting to set mode from userspace
<7>[drm:drm_mode_debug_printmodeline], Modeline 11:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
<7>[drm:drm_crtc_helper_set_mode], [CRTC:3]
<7>[drm:drm_crtc_helper_set_mode], [ENCODER:4:TMDS-4] set [MODE:11:1024x768]
setting clock to: 65000
raw_edid: (null) 0
<6>Using RGB output
<7>[drm:drm_calc_timestamping_constants], crtc 3: hwmode: htotal 1344, vtotal 806, vdisplay 768
<7>[drm:drm_calc_timestamping_constants], crtc 3: clock 65000 kHz framedur 16664856 linedur 20676, pixeldur 15
<7>[drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
<7>[drm:drm_crtc_helper_set_config], t[CONNECTOR:5:HDMI-A-1] set DPMS on
<7>[drm:drm_crtc_helper_set_config],
<7>[drm:drm_crtc_helper_set_config], [CRTC:3] [FB:12] #connectors=1 (x y) (0 0)
<7>[drm:drm_crtc_helper_set_config], [CONNECTOR:5:HDMI-A-1] to [CRTC:3]
<6>Console: switching to colour frame buffer device 128x48
<7>[drm:drm_crtc_helper_set_config],
<7>[drm:drm_crtc_helper_set_config], [CRTC:3] [FB:12] #connectors=1 (x y) (0 0)
<7>[drm:drm_crtc_helper_set_config], [CONNECTOR:5:HDMI-A-1] to [CRTC:3]
[ 1.910000] setting clock to: 65000
[ 1.910000] raw_edid: (null) 0
[ 1.910000] Using RGB output
[ 1.970000] Console: switching to colour frame buffer device 128x48
<6>fb0: frame buffer device
[ 2.010000] fb0: frame buffer device
<6>drm: registered panic notifier
[ 2.020000] drm: registered panic notifier
<6>[drm] Initialized analog_drm 1.0.0 20110530 on minor 0
[ 2.020000] [drm] Initialized analog_drm 1.0.0 20110530 on minor 0
<c>.[ 4.210000] .<c>..<7>[drm:output_poll_execute],
[CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<7>eth0: no IPv6 routers present
<c>.[ 16.090000] .<7>[drm:output_poll_execute],
[CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<c>.[ 29.320000] .<7>[drm:output_poll_execute],
[CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<7>[drm:output_poll_execute], [CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<7>[drm:output_poll_execute], [CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<c>.[ 52.470000] .<7>[drm:output_poll_execute],
[CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<7>[drm:output_poll_execute], [CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<7>[drm:output_poll_execute], [CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<c> timed out!
[ 82.470000] timed out!
<3>IP-Config: Reopening network devices...
[ 82.510000] IP-Config: Reopening network devices...
<6>GEM: lp->tx_bd ffdfb000 lp->tx_bd_dma 18379000 lp->tx_skb d8070c80
[ 82.510000] GEM: lp->tx_bd ffdfb000 lp->tx_bd_dma 18379000 lp->tx_skb d8070c80
<6>GEM: lp->rx_bd ffdfc000 lp->rx_bd_dma 1837a000 lp->rx_skb d8070d80
[ 82.520000] GEM: lp->rx_bd ffdfc000 lp->rx_bd_dma 1837a000 lp->rx_skb d8070d80
<6>GEM: MAC 0x00350a00, 0x00002201, 00:0a:35:00:01:22
[ 82.530000] GEM: MAC 0x00350a00, 0x00002201, 00:0a:35:00:01:22
<6>GEM: phydev d8413400, phydev->phy_id 0x1410dd1, phydev->addr 0x0
[ 82.540000] GEM: phydev d8413400, phydev->phy_id 0x1410dd1, phydev->addr 0x0
<6>eth0, phy_addr 0x0, phy_id 0x01410dd1
[ 82.550000] eth0, phy_addr 0x0, phy_id 0x01410dd1
<6>eth0, attach [Marvell 88E1510] phy driver
[ 82.560000] eth0, attach [Marvell 88E1510] phy driver
<5>Sending DHCP requests .[ 82.590000] Sending DHCP requests .<c>..<c>..<7>[drm:output_poll_execute],
[CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<7>eth0: no IPv6 routers present
<c>.[ 97.970000] .<7>[drm:output_poll_execute],
[CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<7>[drm:output_poll_execute], [CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<c>.[ 112.150000] .<7>[drm:output_poll_execute],
[CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<7>[drm:output_poll_execute], [CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<c>.[ 136.940000] .<7>[drm:output_poll_execute],
[CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<7>[drm:output_poll_execute], [CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<7>[drm:output_poll_execute], [CONNECTOR:5:HDMI-A-1] status updated from 1 to 1
<c> timed out!
[ 166.940000] timed out!
<3>IP-Config: Auto-configuration of network failed.
[ 166.980000] IP-Config: Auto-configuration of network failed.
<6>Freeing init memory: 164K
[ 166.980000] Freeing init memory: 164K