Testing wandboard with boundary devices kernel source

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Testing wandboard with boundary devices kernel source

1,207 Views
srinivasaporam
Contributor II

Hi,

We have got Wandboard dual & quad boards, which are working fine. We have want to cross-compile kernel and check the boards (instead of using pre-built images).

We have downloaded kernel source and cross compiled it. Whenw e are putting the SD card, boards booting very fine (which we can confirm from the console messages but hdmi which is coming in the uboot stage is not coming  while kernel is loading. In uboot stage it is showing the logo on the screen (which is connected through HDMI) but after kernel is loading (while kernel is loading) hdmidisplay is going off.

I came to know that (from web sites) we need to give kernel commandline parameters to enable HDMI.

So , i have given in uboot stage the following parameters:

u-boot> setenv mmcargs 'setenv bootargs console=ttymxc0,115200 root=/dev/mmcblk0p1 rootwait rw video=mxcfb0:dev=hdmi'

u-boot > saveenv

then also, problem is still there.

I even specified resolution for the hdmi as:

u-boot> setenv mmcargs 'setenv bootargs console=ttymxc0,115200 root=/dev/mmcblk0p1 rootwait rw video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24'

u-boot > saveenv

Even this also not working... what is the problem. How to resolve this.

Please see the console messages as below:

U-Boot 2015.10-rc1-dirty (Oct 26 2015 - 07:51:24 +0000)

CPU:   Freescale i.MX6DL rev1.1 996 MHz (running at 792 MHz)

Reset cause: POR

Board: Wandboard rev C1

I2C:   ready

DRAM:  1 GiB

MMC:   FSL_SDHC: 0, FSL_SDHC: 1

auto-detected panel HDMI

Display: HDMI (1024x768)

In:    serial

Out:   serial

Err:   serial

Net:   FEC [PRIME]

Warning: FEC MAC addresses don't match:

Address in SROM is         00:1f:7b:b2:11:60

Address in environment is  00:1f:7b:b4:17:18

Hit any key to stop autoboot:  0

=> setenv mmcargs 'setenv bootargs console=ttymxc0,115200 root=/dev/mmcblk0p1 rootwait rw video=mxcfb0:dev=hdmi'

=> saveenv

Saving Environment to MMC...

Writing to MMC(0)... done

=> boot

switch to partitions #0, OK

mmc0 is current device

SD/MMC found on device 0

Checking for: /uEnv.txt ...

Checking for: /boot/uEnv.txt ...

68 bytes read in 48 ms (1000 Bytes/s)

Loaded environment from /boot/uEnv.txt

Using: dtb=imx6dl-wandboard.dtb ...

Checking if uname_r is set in /boot/uEnv.txt...

Running uname_boot ...

loading /boot/vmlinuz-3.14.14+ ...

5975952 bytes read in 369 ms (15.4 MiB/s)

loading /boot/dtbs/3.14.14+/imx6dl-wandboard.dtb ...

28976 bytes read in 101 ms (279.3 KiB/s)

debug: [console=ttymxc0,115200 root=/dev/mmcblk0p1 rootwait rw video=mxcfb0:dev=hdmi] ...

debug: [bootz 0x12000000 - 0x18000000] ...

Kernel image @ 0x12000000 [ 0x000000 - 0x5b2f90 ]

## Flattened Device Tree blob at 18000000

   Booting using the fdt blob at 0x18000000

   Using Device Tree in place at 18000000, end 1800a12f

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0

[    0.000000] Initializing cgroup subsys cpuset

[    0.000000] Initializing cgroup subsys cpu

[    0.000000] Initializing cgroup subsys cpuacct

[    0.000000] Linux version 3.14.14+ (srinivas@srinivas-Latitude-3540) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-4.6

[    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d

[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache

[    0.000000] Machine model: Wandboard i.MX6 Dual Lite Board

[    0.000000] cma: CMA: reserved 256 MiB at 40000000

[    0.000000] Memory policy: Data cache writealloc

[    0.000000] PERCPU: Embedded 8 pages/cpu @af759000 s9664 r8192 d14912 u32768

[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260096

[    0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p1 rootwait rw video=mxcfb0:dev=hdmi

[    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] allocated 2097152 bytes of page_cgroup

[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups

[    0.000000] Memory: 763556K/1048576K available (7336K kernel code, 358K rwdata, 2572K rodata, 337K init, 528K bss, 285020K reserved, 0K high)

[    0.000000] Virtual kernel memory layout:

[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)

[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)

[    0.000000]     vmalloc : 0xc0800000 - 0xff000000   (1000 MB)

[    0.000000]     lowmem  : 0x80000000 - 0xc0000000   (1024 MB)

[    0.000000]     pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)

[    0.000000]     modules : 0x7f000000 - 0x7fe00000   (  14 MB)

[    0.000000]       .text : 0x80008000 - 0x809b555c   (9910 kB)

[    0.000000]       .init : 0x809b6000 - 0x80a0a5c0   ( 338 kB)

[    0.000000]       .data : 0x80a0c000 - 0x80a65aa0   ( 359 kB)

[    0.000000]        .bss : 0x80a65aa8 - 0x80ae9c50   ( 529 kB)

[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1

[    0.000000] Hierarchical RCU implementation.

[    0.000000]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.

[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2

[    0.000000] NR_IRQS:16 nr_irqs:16 16

[    0.000000] L2C-310 erratum 769419 enabled

[    0.000000] L2C-310 enabling early BRESP for Cortex-A9

[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9

[    0.000000] L2C-310 ID prefetch enabled, offset 1 lines

[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled

[    0.000000] L2C-310 cache controller enabled, 16 ways, 512 kB

[    0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76450001

[    0.000000] VPU 352M is enabled!

[    0.000000] VPU 328M is enabled!

[    0.000008] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns

[    0.000603] Console: colour dummy device 80x30

[    0.000628] Calibrating delay loop... 1570.81 BogoMIPS (lpj=785408)

[    0.015319] pid_max: default: 32768 minimum: 301

[    0.015449] Security Framework initialized

[    0.015462] SELinux:  Initializing.

[    0.015550] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)

[    0.015561] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)

[    0.020393] Initializing cgroup subsys memory

[    0.020424] Initializing cgroup subsys devices

[    0.020434] Initializing cgroup subsys freezer

[    0.020444] Initializing cgroup subsys net_cls

[    0.020453] Initializing cgroup subsys blkio

[    0.020460] Initializing cgroup subsys bfqio

[    0.020470] Initializing cgroup subsys perf_event

[    0.020557] CPU: Testing write buffer coherency: ok

[    0.020884] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000

[    0.020957] Setting up static identity map for 0x106fe388 - 0x106fe3e0

[    0.022845] CPU1: Booted secondary processor

[    0.029314] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001

[    0.029436] Brought up 2 CPUs

[    0.029455] SMP: Total of 2 processors activated.

[    0.029462] CPU: All CPU(s) started in SVC mode.

[    0.030143] devtmpfs: initialized

[    0.033843] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4

[    0.049276] atomic64 test passed

[    0.049290] pinctrl core: initialized pinctrl subsystem

[    0.049577] regulator-dummy: no parameters

[    0.049887] NET: Registered protocol family 16

[    0.057859] DMA: preallocated 256 KiB pool for atomic coherent allocations

[    0.058392] cpuidle: using governor ladder

[    0.058401] cpuidle: using governor menu

[    0.058544] CPU identified as i.MX6DL, silicon rev 1.1

[    0.058638] Use WDOG1 as reset source

[    0.066256] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered

[    0.066556] vdd1p1: 800 <--> 1375 mV at 1125 mV

[    0.066837] vdd3p0: 2800 <--> 3150 mV at 3000 mV

[    0.067100] vdd2p5: 2000 <--> 2750 mV at 2425 mV

[    0.068350] vddarm: 725 <--> 1450 mV at 1150 mV

[    0.068632] vddpu: 725 <--> 1450 mV at 1150 mV

[    0.069342] vddsoc: 725 <--> 1450 mV at 1175 mV

[    0.070899] syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered

[    0.073181] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered

[    0.075096] imx6q_ocram_suspend_init: invalid argument!

[    0.075108] imx6_pm_common_init: failed to initialize ocram suspend -22!

[    0.075219] No ATAGs?

[    0.075245] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.

[    0.075254] hw-breakpoint: maximum watchpoint size is 4 bytes.

[    0.075794] imx6dl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver

[    0.090112] bio: create slab <bio-0> at 0

[    0.092287] mxs-dma 110000.dma-apbh: initialized

[    0.092885] 2P5V: 2500 mV

[    0.093051] 3P3V: 3300 mV

[    0.093361] vgaarb: loaded

[    0.093977] SCSI subsystem initialized

[    0.094475] usbcore: registered new interface driver usbfs

[    0.094549] usbcore: registered new interface driver hub

[    0.094663] usbcore: registered new device driver usb

[    0.094818] usbphy_nop1.11 supply vcc not found, using dummy regulator

[    0.094878] usbphy_nop2.12 supply vcc not found, using dummy regulator

[    0.096191] i2c i2c-1: IMX I2C adapter registered

[    0.096283] media: Linux media interface: v0.10

[    0.096397] Linux video capture interface: v2.00

[    0.096486] pps_core: LinuxPPS API ver. 1 registered

[    0.096494] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>

[    0.096516] PTP clock support registered

[    0.098396] imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)

[    0.099479] MIPI CSI2 driver module loaded

[    0.099566] Advanced Linux Sound Architecture Driver Initialized.

[    0.100503] NetLabel: Initializing

[    0.100515] NetLabel:  domain hash size = 128

[    0.100521] NetLabel:  protocols = UNLABELED CIPSOv4

[    0.100570] NetLabel:  unlabeled traffic allowed by default

[    0.100796] Switched to clocksource mxc_timer1

[    0.112565] NET: Registered protocol family 2

[    0.113319] TCP established hash table entries: 8192 (order: 3, 32768 bytes)

[    0.113401] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)

[    0.113525] TCP: Hash tables configured (established 8192 bind 8192)

[    0.113596] TCP: reno registered

[    0.113609] UDP hash table entries: 512 (order: 2, 16384 bytes)

[    0.113653] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)

[    0.113971] NET: Registered protocol family 1

[    0.114339] RPC: Registered named UNIX socket transport module.

[    0.114350] RPC: Registered udp transport module.

[    0.114356] RPC: Registered tcp transport module.

[    0.114362] RPC: Registered tcp NFSv4.1 backchannel transport module.

[    0.114935] hw perfevents: enabled with ARMv7_Cortex_A9 PMU driver, 7 counters available

[    0.116372] pureg-dummy: no parameters

[    0.117838] futex hash table entries: 512 (order: 3, 32768 bytes)

[    0.118043] audit: initializing netlink subsys (disabled)

[    0.118089] audit: type=2000 audit(0.117:1): initialized

[    0.306112] zbud: loaded

[    0.306679] VFS: Disk quotas dquot_6.5.2

[    0.306957] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[    0.309172] NFS: Registering the id_resolver key type

[    0.309223] Key type id_resolver registered

[    0.309231] Key type id_legacy registered

[    0.309250] nfs4filelayout_init: NFSv4 File Layout Driver Registering...

[    0.309498] fuse init (API version 7.22)

[    0.310008] msgmni has been set to 2003

[    0.310300] Key type big_key registered

[    0.321899] alg: No test for stdrng (krng)

[    0.322142] NET: Registered protocol family 38

[    0.322243] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)

[    0.322400] io scheduler noop registered

[    0.322410] io scheduler deadline registered

[    0.322622] io scheduler cfq registered

[    0.322663] io scheduler bfq registered (default)

[    0.322669] BFQ I/O-scheduler version: v7r5

[    0.325597] imx-sdma 20ec000.sdma: no iram assigned, using external mem

[    0.326123] imx-sdma 20ec000.sdma: firmware not found

[    0.328868] imx-sdma 20ec000.sdma: initialized

[    0.329325] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled

[    0.330627] Serial: IMX driver

[    0.330922] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 5000000) is a IMX

[    1.201121] console [ttymxc0] enabled

[    1.205602] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 60, base_baud = 5000000) is a IMX

[    1.214677] serial: Freescale lpuart driver

[    1.220291] [drm] Initialized drm 1.1.0 20060810

[    1.225384] [drm] Initialized vivante 1.0.0 20120216 on minor 0

[    1.238342] brd: module loaded

[    1.241691] loop: module loaded

[    1.246499] libphy: Fixed MDIO Bus: probed

[    1.252324] 2188000.ethernet supply phy not found, using dummy regulator

[    1.264907] libphy: fec_enet_mii_bus: probed

[    1.269916] fec 2188000.ethernet eth0: registered PHC device 0

[    1.276305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver

[    1.282983] ehci-pci: EHCI PCI platform driver

[    1.287643] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver

[    1.293961] ohci-pci: OHCI PCI platform driver

[    1.298584] uhci_hcd: USB Universal Host Controller Interface driver

[    1.305299] usbcore: registered new interface driver usb-storage

[    1.311486] usbcore: registered new interface driver ums-usbat

[    1.317571] usbcore: registered new interface driver usbserial

[    1.323583] usbcore: registered new interface driver usbserial_generic

[    1.330285] usbserial: USB Serial support registered for generic

[    1.337064] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator

[    1.349003] 2184200.usb supply vbus not found, using dummy regulator

[    1.358733] ci_hdrc ci_hdrc.1: doesn't support gadget

[    1.363933] ci_hdrc ci_hdrc.1: EHCI Host Controller

[    1.369161] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1

[    1.381832] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00

[    1.387533] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

[    1.394463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[    1.401816] usb usb1: Product: EHCI Host Controller

[    1.406824] usb usb1: Manufacturer: Linux 3.14.14+ ehci_hcd

[    1.412523] usb usb1: SerialNumber: ci_hdrc.1

[    1.417624] hub 1-0:1.0: USB hub found

[    1.421546] hub 1-0:1.0: 1 port detected

[    1.426427] mousedev: PS/2 mouse device common for all mice

[    1.433151] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0

[    1.441653] i2c /dev entries driver

[    1.445989] platform tempmon.10: Driver imx_thermal requests probe deferral

[    1.453484] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)

[    1.462196] device-mapper: uevent: version 1.0.3

[    1.467314] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com

[    1.476224] sdhci: Secure Digital Host Controller Interface driver

[    1.482547] sdhci: Copyright(c) Pierre Ossman

[    1.487037] sdhci-pltfm: SDHCI platform and OF driver helper

[    1.493728] sdhci-esdhc-imx 2190000.usdhc: could not get ultra high speed state, work on normal mode

[    1.504156] mmc0: no vqmmc regulator found

[    1.508400] mmc0: no vmmc regulator found

[    1.513812] 2190000.usdhc supply card-external-vcc not found, using dummy regulator

[    1.591829] mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA

[    1.599622] sdhci-esdhc-imx 2194000.usdhc: could not get ultra high speed state, work on normal mode

[    1.609994] mmc1: no vqmmc regulator found

[    1.614233] mmc1: no vmmc regulator found

[    1.619627] 2194000.usdhc supply card-external-vcc not found, using dummy regulator

[    1.697830] mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA

[    1.710915] sdhci-esdhc-imx 2198000.usdhc: could not get ultra high speed state, work on normal mode

[    1.720301] mmc2: no vqmmc regulator found

[    1.726586] mmc2: no vmmc regulator found

[    1.728858] usb 1-1: new high-speed USB device number 2 using ci_hdrc

[    1.737590] 2198000.usdhc supply card-external-vcc not found, using dummy regulator

[    1.755154] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)

[    1.762486] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)

[    1.769816] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)

[    1.778447] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)

[    1.788414] mmc1: queuing unknown CIS tuple 0x80 (11 bytes)

[    1.822820] mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA

[    1.857880] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608

[    1.864828] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0

[    1.872147] usb 1-1: Product: USB2.0 Hub

[    1.880679] hub 1-1:1.0: USB hub found

[    1.885188] hub 1-1:1.0: 4 ports detected

[    1.890748] mmc1: new high speed SDIO card at address 0001

[    1.971938] mmc2: host does not support reading read-only switch. assuming write-enable.

[    1.987671] mmc2: new high speed SDHC card at address aaaa

[    1.994007] mmcblk0: mmc2:aaaa SS16G 14.8 GiB

[    2.000294]  mmcblk0: p1

[    2.168166] usb 1-1.1: new low-speed USB device number 3 using ci_hdrc

[    2.207576] Galcore version 4.6.9.9754

[    2.232173] mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed

[    2.242413] mxc_asrc 2034000.asrc: mxc_asrc registered

[    2.248427] mxc_vpu 2040000.vpu: VPU initialized

[    2.253746] hidraw: raw HID events driver (C) Jiri Kosina

[    2.257403] usb 1-1.1: New USB device found, idVendor=413c, idProduct=2107

[    2.257412] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[    2.257417] usb 1-1.1: Product: Dell USB Entry Keyboard

[    2.257423] usb 1-1.1: Manufacturer: DELL

[    2.288384] input: DELL Dell USB Entry Keyboard as /devices/soc0/soc.1/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1.1/1-1.1:1.0/0003:0

[    2.303947] hid-generic 0003:413C:2107.0001: input,hidraw0: USB HID v1.11 Keyboard [DELL Dell USB Entry Keyboard] on usb-ci_hdrc.1-1.1/input0

[    2.316925] usbcore: registered new interface driver usbhid

[    2.322634] usbhid: USB HID core driver

[    2.329191] sgtl5000 1-000a: sgtl5000 revision 0x11

[    2.334669] usb 1-1.2: new low-speed USB device number 4 using ci_hdrc

[    2.371283] 1-000a: 1200 mV normal

[    2.374960] sgtl5000 1-000a: Using internal LDO instead of VDDD

[    2.381133] sgtl5000 1-000a: ldo_regulator_enable(): enabled 0

[    2.402884] imx-sgtl5000 sound.16: sgtl5000 <-> 2028000.ssi mapping ok

[    2.415345] imx-spdif sound-spdif.17: snd-soc-dummy-dai <-> 2004000.spdif mapping ok

[    2.425397] ip_tables: (C) 2000-2006 Netfilter Core Team

[    2.426784] usb 1-1.2: New USB device found, idVendor=0566, idProduct=4006

[    2.426815] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0

[    2.426821] usb 1-1.2: Product: USB Mouse

[    2.431505] input: USB Mouse as /devices/soc0/soc.1/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1.2/1-1.2:1.0/0003:0566:4006.0002/inpu1

[    2.432082] hid-generic 0003:0566:4006.0002: input,hidraw1: USB HID v1.11 Mouse [USB Mouse] on usb-ci_hdrc.1-1.2/input0

[    2.473710] TCP: cubic registered

[    2.477165] Initializing XFRM netlink socket

[    2.482219] NET: Registered protocol family 10

[    2.487864] mip6: Mobile IPv6

[    2.490980] NET: Registered protocol family 17

[    2.495602] 8021q: 802.1Q VLAN Support v1.8

[    2.499978] Key type dns_resolver registered

[    2.504872] remove 396MHz OPP for VPU running at 352/328 MHz!

[    2.511936] registered taskstats version 1

[    2.516282] regulator-dummy: disabling

[    2.521738] snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-01 00:00:01 UTC (1)

[    2.530544] ALSA device list:

[    2.533558]   #0: imx6-wandboard-sgtl5000

[    2.537595]   #1: imx-spdif

[    2.541201] md: Waiting for all devices to be available before autodetect

[    2.548038] md: If you don't use raid, use raid=noautodetect

[    2.554315] md: Autodetecting RAID arrays.

[    2.558452] md: Scanned 0 and added 0 devices.

[    2.562911] md: autorun ...

[    2.565719] md: ... autorun DONE.

[    2.577538] EXT4-fs (mmcblk0p1): mounting ext3 file system using the ext4 subsystem

[    2.603550] EXT4-fs (mmcblk0p1): recovery complete

[    2.608387] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)

[    2.616538] VFS: Mounted root (ext3 filesystem) on device 179:1.

[    2.626055] devtmpfs: mounted

[    2.629303] Freeing unused kernel memory: 336K (809b6000 - 80a0a000)

SELinux:  Could not open policy file <= /etc/selinux/targeted/policy/policy.29:  No such file or directory

[    3.050510] random: init urandom read with 102 bits of entropy available

[    3.172922] random: nonblocking pool is initialized

[    3.264629] init: plymouth-upstart-bridge main process (109) terminated with status 1

[    3.272770] init: plymouth-upstart-bridge main process ended, respawning

[    3.313932] init: plymouth-upstart-bridge main process (119) terminated with status 1

[    3.323373] init: plymouth-upstart-bridge main process ended, respawning

[    3.345255] init: plymouth-upstart-bridge main process (123) terminated with status 1

[    3.353307] init: plymouth-upstart-bridge main process ended, respawning

[    3.377215] init: plymouth-upstart-bridge main process (124) terminated with status 1

[    3.385925] init: plymouth-upstart-bridge main process ended, respawning

[    3.407614] init: plymouth-upstart-bridge main process (129) terminated with status 1

[    3.415894] init: plymouth-upstart-bridge main process ended, respawning

[    3.454293] init: plymouth-upstart-bridge main process (130) terminated with status 1

[    3.462606] init: plymouth-upstart-bridge main process ended, respawning

[    3.500315] init: plymouth-upstart-bridge main process (132) terminated with status 1

[    3.508528] init: plymouth-upstart-bridge main process ended, respawning

[    3.534688] init: plymouth-upstart-bridge main process (135) terminated with status 1

[    3.543019] init: plymouth-upstart-bridge main process ended, respawning

[    3.561699] init: plymouth-upstart-bridge main process (137) terminated with status 1

[    3.569755] init: plymouth-upstart-bridge main process ended, respawning

[    3.594598] init: plymouth-upstart-bridge main process (138) terminated with status 1

[    3.603515] init: plymouth-upstart-bridge main process ended, respawning

[    3.611369] init: ureadahead main process (112) terminated with status 5

[    3.658391] init: plymouth-upstart-bridge main process (140) terminated with status 1

[    3.666971] init: plymouth-upstart-bridge respawning too fast, stopped

[    3.849495] init: mounted-proc main process (151) terminated with status 1

[   11.789940] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50

[   12.807936] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50

Waiting for network configuration...

Waiting up to 60 more seconds for network configuration...

Booting system without full network configuration...

[ OK ]ting up X socket directories...       

SpamAssassin Mail Filter Daemon: disabled, see /etc/default/spamassassin

[ OK ]overing schroot sessions       

* speech-dispatcher disabled; edit /etc/default/speech-dispatcher

saned disabled; edit /etc/default/saned

Labels (3)
0 Kudos
1 Reply

566 Views
igorpadykov
NXP Employee
NXP Employee

Hi Srinivasa

one can check if *.dtsi file has mode_str ="1280x720M@60"

record for hdmi, like fb_hdmi:

linux-imx6/imx6qdl-nitrogen6x.dtsi at boundary-imx_3.14.28_1.0.0_ga · boundarydevices/linux-imx6 · G...

check hdmi supported resolutions:

cat  /sys/class/graphics/fb0/modes

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos