This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/DRA750: Starting Kernel...halts while booting Android Kitkat

Part Number: DRA750
Other Parts Discussed in Thread: DRA752, DRA742, PMP, TVP5158

Tool/software: Linux

Hello All,

I am trying to port Android Kitkat on J6 Jacinto evm[dra75X] rev D.

Build u-boot,kernel and AFS images according to instructions [ http://www.omappedia.org/wiki/6AK.1.2_Release_Notes 

fatload mmc 0:1 0x80300000 uImage
fatload mmc 0:1 0x82f80000 dra7-evm.dtb
bootm 0x80300000 - 0x82f80000

U-Boot SPL 2013.04-00096-g53fa2ad (Nov 25 2017 - 13:11:30)
DRA752 ES1.0
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img


U-Boot 2013.04-00096-g53fa2ad (Nov 25 2017 - 13:11:30)

CPU  : DRA752 ES1.0
Board: DRA7xx
I2C:   ready
DRAM:  1.5 GiB
WARNING: Caches not enabled
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Using default environment

In:    serial
Out:   serial
Err:   serial
efi partition table not found
Net:   <ethaddr> not set. Validating first E-fuse MAC
cpsw
Hit any key to stop autoboot:  0
DRA752 EVM # fatload mmc 0:1 0x80300000 uImage
reading uImage
5814536 bytes read in 1019 ms (5.4 MiB/s)
DRA752 EVM # fatload mmc 0:1 0x82f80000 dra7-evm.dtb
reading dra7-evm.dtb
38599 bytes read in 10 ms (3.7 MiB/s)
DRA752 EVM # bootm 0x80300000 - 0x82f80000
## Booting kernel from Legacy Image at 80300000 ...
  Image Name:   Linux-3.8.13
  Image Type:   ARM Linux Kernel Image (uncompressed)
  Data Size:    5814472 Bytes = 5.5 MiB
  Load Address: 80008000
  Entry Point:  80008000
  Verifying Checksum ... OK
## Flattened Device Tree blob at 82f80000
  Booting using the fdt blob at 0x82f80000
  Loading Kernel Image ... OK
OK
  reserving fdt memory region: addr=ba300000 size=5a00000
  reserving fdt memory region: addr=b5200000 size=5100000
  reserving fdt memory region: addr=b4300000 size=f00000
  reserving fdt memory region: addr=8e000000 size=1000000
  reserving fdt memory region: addr=a0000000 size=1800000
  Using Device Tree in place at 82f80000, end 82f8c6c6

Starting kernel ...


My serial driver configuration in .config file are as follows

# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_DW is not set
# CONFIG_SERIAL_8250_EM is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_MAX3100 is not set
# CONFIG_SERIAL_MAX310X is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_OF_PLATFORM is not set
CONFIG_SERIAL_OMAP=y
CONFIG_SERIAL_OMAP_CONSOLE=y
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_TIMBERDALE is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_IFX6X60 is not set
# CONFIG_SERIAL_XILINX_PS_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_TTY_PRINTK is not set
# CONFIG_HVC_DCC is not set
# CONFIG_VIRTIO_CONSOLE is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_ATMEL is not set
CONFIG_HW_RANDOM_OMAP=y
# CONFIG_HW_RANDOM_VIRTIO is not set
# CONFIG_HW_RANDOM_EXYNOS is not set
# CONFIG_R3964 is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_DCC_TTY is not set
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=y
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=y

Kindly support in resolving this issue.

Thanks,
Tonu Zalpure,

Blackpepper Technologies





  • Hi Tonu,

    I have forwarded your question to a kernel expert.

    Regards,
    Yordan
  • Hi Yordan,

    Thanks for considering the issue.
    BTW , for booting EVM with Android(Kitkat) from SD Card, I am following instructions from [ http://omappedia.org/wiki/6AK_SD_card_boot]

    Hoping for quick inputs over this.

    Thanks,
    Tonu
  • Tonu
    The kitkat release package is quite old - is there a strong reason to pick up or stay with older SDK release - it would be a challenge to support in such case
  • Hi Sriram,

    We have j6 EVM (Rev D) board,
    I wanted to port some Android on it and as per wiki [ http://www.omappedia.org/wiki/6AK.1.2_Release_Notes ]
    Kitkat support is available for it[rev D].
    Also I need to boot it only from SD card, as per wiki [ http://www.omappedia.org/wiki/6AK_SD_card_boot ]

    Please let me know if any latest Android support would be possible for the platform.
  • Hi Tonu,

    the latest Android supported by DRA75x is Android Marshmallow MR3 6.0.1 :
    software-dl.ti.com/.../index_FDS.html

    According to Release Notes this version also supports SD boot.
    I think www.omappedia.org/.../6AK_SD_card_boot page just hasn't been updated recently, but the instructions for the 6AM.1.3. should be pretty much the same as for KitKat.

    Can you try it and see if you have any issues?

    Regards,
    Yordan
  • Hi Yordan,Sriram,

    I followed [ http://omapedia.org/wiki/6AM.1.3-P1_Release_Notes ] for building my own binaries
    then followed [ http://omapedia.org/wiki/6AM_SD_card_boot ]
    To boot platform from SD Card.

    I am able to boot kernel and shell comes up but have some issues along with zygote and Selinux ,


    ------------------------------------------------
    U-Boot 2016.05 (Nov 23 2017 - 20:39:28 +0530)

    CPU : DRA752-GP ES1.0
    Model: TI DRA742
    Board: DRA74x EVM REV D.0
    DRAM: 1.5 GiB
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    *** Warning - bad CRC, using default environment

    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid GPT ***
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid Backup GPT ***
    ERROR: cannot find partition: 'userdata'

    at arch/arm/cpu/armv7/omap-common/utils.c:195/mmc_get_part_size()
    Warning: fastboot.userdata_size: unable to calc
    SCSI: SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
    scanning bus for devices...
    Found 0 device(s).
    Net:
    Warning: ethernet@48484000 using MAC address from ROM
    eth0: ethernet@48484000
    Hit any key to stop autoboot: 0
    => fatload mmc 0:1 0x80300000 uImage
    reading uImage
    7997520 bytes read in 191 ms (39.9 MiB/s)
    => fatload mmc 0:1 0x82f80000 dra7-evm-lcd-osd.dtb
    reading dra7-evm-lcd-osd.dtb
    110502 bytes read in 8 ms (13.2 MiB/s)
    => part uuid mmc 0:2 uuid
    => setenv bootargs "root=PARTUUID=${uuid}"
    => bootm 0x80300000 - 0x82f80000
    ## Booting kernel from Legacy Image at 80300000 ...
    Image Name: Linux-4.4.45
    Image Type: ARM Linux Kernel Image (uncompressed)
    Data Size: 7997456 Bytes = 7.6 MiB
    Load Address: 80008000
    Entry Point: 80008000
    Verifying Checksum ... OK
    ## Flattened Device Tree blob at 82f80000
    Booting using the fdt blob at 0x82f80000
    Loading Kernel Image ... OK
    Loading Device Tree to 8ffe2000, end 8fffffa5 ... OK

    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 4.4.45 (blackpepper1@minerva) (gcc version 4.9.x-google 20140827 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Nov 23 27
    [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] Machine model: TI DRA742
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
    [ 0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
    [ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [ 0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
    [ 0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x00000000de400000
    [ 0.000000] Forcing write-allocate cache policy for SMP
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] OMAP4: Map 0x00000000dfd00000 to fe600000 for dram barrier
    [ 0.000000] DRA752 ES1.0
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @ef1a9000 s23808 r8192 d21248 u53248
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 389440
    [ 0.000000] Kernel command line: root=/dev/mmcblk0p2 rw init=/init rootfstype=ext4 rootwait drm.rnodes=1 androidboot.selinux=permissive snd2
    [ 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: 1340956K/1564672K available (12288K kernel code, 808K rwdata, 3564K rodata, 2048K init, 500K bss, 35300K reserved, 1884)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
    [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0xc0008000 - 0xc0e00000 (14304 kB)
    [ 0.000000] .init : 0xc1200000 - 0xc1400000 (2048 kB)
    [ 0.000000] .data : 0xc1400000 - 0xc14ca2cc ( 809 kB)
    [ 0.000000] .bss : 0xc14ca2cc - 0xc1547468 ( 501 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Build-time adjustment of leaf fanout to 32.
    [ 0.000000] NR_IRQS:16 nr_irqs:16 16
    [ 0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
    [ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [ 0.000000] Architected cp15 timer(s) running at 6.14MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [ 0.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [ 0.000016] Switching to timer-based delay loop, resolution 162ns
    [ 0.000333] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [ 0.000341] OMAP clocksource: 32k_counter at 32768 Hz
    [ 0.000809] Console: colour dummy device 80x30
    [ 0.000832] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [ 0.000845] pid_max: default: 32768 minimum: 301
    [ 0.000919] Security Framework initialized
    [ 0.000931] SELinux: Initializing.
    [ 0.001008] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.001019] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.001594] Initializing cgroup subsys io
    [ 0.001613] Initializing cgroup subsys memory
    [ 0.001637] Initializing cgroup subsys devices
    [ 0.001651] Initializing cgroup subsys freezer
    [ 0.001663] Initializing cgroup subsys perf_event
    [ 0.001674] Initializing cgroup subsys pids
    [ 0.001686] Initializing cgroup subsys debug
    [ 0.001724] CPU: Testing write buffer coherency: ok
    [ 0.001965] /cpus/cpu@0 missing clock-frequency property
    [ 0.001982] /cpus/cpu@1 missing clock-frequency property
    [ 0.001992] CPU0: update cpu_capacity 1024
    [ 0.002001] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.002051] Setting up static identity map for 0x80200000 - 0x80200060
    [ 0.080187] CPU1: update cpu_capacity 1024
    [ 0.080192] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.080266] Brought up 2 CPUs
    [ 0.080282] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [ 0.080289] CPU: All CPU(s) started in HYP mode.
    [ 0.080295] CPU: Virtualization extensions available.
    [ 0.080322] CPU1: update max cpu_capacity 1024
    [ 0.090195] CPU1: update max cpu_capacity 1024
    [ 0.112497] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.113478] omap_hwmod: l3_main_2 using broken dt data from ocp
    [ 0.320248] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.323836] pinctrl core: initialized pinctrl subsystem
    [ 0.324797] NET: Registered protocol family 16
    [ 0.326027] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.350295] cpuidle: using governor ladder
    [ 0.380326] cpuidle: using governor menu
    [ 0.389481] OMAP GPIO hardware version 0.1
    [ 0.393715] GPIO line 161 (radio_rst) hogged as output/low
    [ 0.396113] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [ 0.413624] omap-gpmc 50000000.gpmc: GPMC revision 6.0
    [ 0.413638] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [ 0.425978] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.425988] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.426478] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [ 0.426487] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [ 0.427146] OMAP DMA hardware revision 0.0
    [ 0.472444] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [ 0.473671] edma 43300000.edma: memcpy is disabled
    [ 0.478629] edma 43300000.edma: TI EDMA DMA engine driver
    [ 0.483113] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [ 0.483302] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [ 0.483475] omap-iommu 58882000.mmu: 58882000.mmu registered
    [ 0.483647] omap-iommu 55082000.mmu: 55082000.mmu registered
    [ 0.483959] omap-iommu 41501000.mmu: 41501000.mmu registered
    [ 0.484161] omap-iommu 41502000.mmu: 41502000.mmu registered
    [ 0.486440] SCSI subsystem initialized
    [ 0.486686] usbcore: registered new interface driver usbfs
    [ 0.486747] usbcore: registered new interface driver hub
    [ 0.486842] usbcore: registered new device driver usb
    [ 0.488250] palmas 0-0058: IRQ missing: skipping irq request
    [ 0.500838] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
    [ 0.573280] pcf857x 0-0020: probed
    [ 0.573908] pcf857x 0-0021: probed
    [ 0.574487] pcf857x: probe of 0-0027 failed with error -121
    [ 0.574649] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [ 0.590888] GPIO line 463 (vin6_sel_s0) hogged as output/low
    [ 0.590994] pcf857x 1-0026: probed
    [ 0.591709] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
    [ 0.592112] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [ 0.610745] pcf857x: probe of 3-0021 failed with error -121
    [ 0.610782] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
    [ 0.611016] media: Linux media interface: v0.10
    [ 0.611069] Linux video capture interface: v2.00
    [ 0.611112] pps_core: LinuxPPS API ver. 1 registered
    [ 0.611119] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.611145] PTP clock support registered
    [ 0.611195] EDAC MC: Ver: 3.0.0
    [ 0.621238] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [ 0.621541] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [ 0.621996] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.623502] clocksource: Switched to clocksource arch_sys_counter
    [ 0.676281] NET: Registered protocol family 2
    [ 0.676879] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.676943] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.677068] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.677117] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.677149] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.677294] NET: Registered protocol family 1
    [ 0.677625] RPC: Registered named UNIX socket transport module.
    [ 0.677635] RPC: Registered udp transport module.
    [ 0.677642] RPC: Registered tcp transport module.
    [ 0.677649] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.679031] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.681665] futex hash table entries: 512 (order: 3, 32768 bytes)
    [ 0.681750] audit: initializing netlink subsys (disabled)
    [ 0.681785] audit: type=2000 audit(0.669:1): initialized
    [ 0.699217] VFS: Disk quotas dquot_6.6.0
    [ 0.699379] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.700445] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.701245] NFS: Registering the id_resolver key type
    [ 0.701273] Key type id_resolver registered
    [ 0.701282] Key type id_legacy registered
    [ 0.701343] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.701692] fuse init (API version 7.23)
    [ 0.710494] bounce: pool size: 64 pages
    [ 0.710663] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [ 0.710680] io scheduler noop registered
    [ 0.710694] io scheduler deadline registered
    [ 0.710731] io scheduler cfq registered (default)
    [ 0.716051] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [ 0.719366] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [ 0.719380] No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [ 0.719414] IO 0x20003000..0x20012fff -> 0x00000000
    [ 0.719436] MEM 0x20013000..0x2fffffff -> 0x20013000
    [ 0.751294] dra7-pcie 51000000.pcie_rc: link is not up
    [ 0.751469] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
    [ 0.751483] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.751495] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.751505] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [ 0.751917] PCI: bus0: Fast back to back transfers disabled
    [ 0.752042] PCI: bus1: Fast back to back transfers enabled
    [ 0.752128] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [ 0.752144] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [ 0.752158] pci 0000:00:00.0: PCI bridge to [bus 01]
    [ 0.752381] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    [ 0.775851] fpd3_serdes: probe of 7-002c failed with error -5
    [ 0.776009] fpd3_serdes 1-001b: Serializer fpd3_24b_ser ready
    [ 0.777563] fpd3_serdes 7-002c: Deserializer fpd3_24b_des ready
    [ 0.781399] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [ 0.783987] console [ttyS0] disabled
    [ 0.784042] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
    [ 1.870011] console [ttyS0] enabled
    [ 1.874074] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
    [ 1.883424] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
    [ 1.893484] [drm] Initialized drm 1.1.0 20060810
    [ 1.900216] OMAP DSS rev 6.1
    [ 1.904022] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [ 1.912594] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
    [ 1.923213] connector-hdmi connector@1: failed to find video source
    [ 1.939497] brd: module loaded
    [ 1.947570] loop: module loaded
    [ 1.952281] nand: No NAND device found
    [ 1.956118] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
    [ 1.966203] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
    [ 1.971600] 7 ofpart partitions found on MTD device spi32766.0
    [ 1.977489] Creating 7 MTD partitions on "spi32766.0":
    [ 1.982653] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [ 1.988681] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [ 1.994911] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [ 2.001720] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [ 2.008307] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [ 2.015617] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [ 2.021850] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [ 2.029615] libphy: Fixed MDIO Bus: probed
    [ 2.034450] tun: Universal TUN/TAP device driver, 1.6
    [ 2.039524] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
    [ 2.045830] CAN device driver interface
    [ 2.050770] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=365)
    [ 2.103539] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [ 2.109665] davinci_mdio 48485000.mdio: detected phy mask fffffff3
    [ 2.120237] libphy: 48485000.mdio: probed
    [ 2.124306] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
    [ 2.132348] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown
    [ 2.141079] cpsw 48484000.ethernet: Detected MACID = c4:ed:ba:be:e6:3e
    [ 2.147752] cpsw 48484000.ethernet: cpts: overflow check period 800
    [ 2.154742] cpsw 48484000.ethernet: cpsw: Detected MACID = c4:ed:ba:be:e6:3f
    [ 2.162378] PPP generic driver version 2.4.2
    [ 2.166803] PPP BSD Compression module registered
    [ 2.171532] PPP Deflate Compression module registered
    [ 2.176640] PPP MPPE Compression module registered
    [ 2.181455] NET: Registered protocol family 24
    [ 2.188502] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.195092] ehci-pci: EHCI PCI platform driver
    [ 2.199605] ehci-platform: EHCI generic platform driver
    [ 2.205209] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 2.211436] ohci-pci: OHCI PCI platform driver
    [ 2.216249] ohci-platform: OHCI generic platform driver
    [ 2.222262] usbcore: registered new interface driver usb-storage
    [ 2.228607] mousedev: PS/2 mouse device common for all mice
    [ 2.234380] usbcore: registered new interface driver xpad
    [ 2.239849] usbcore: registered new interface driver usb_acecad
    [ 2.245859] usbcore: registered new interface driver aiptek
    [ 2.251507] usbcore: registered new interface driver gtco
    [ 2.256996] usbcore: registered new interface driver hanwang
    [ 2.262725] usbcore: registered new interface driver kbtab
    [ 2.268509] edt_ft5x06 0-0038: Failed to request GPIO reset pin, error -517
    [ 2.276445] i2c /dev entries driver
    [ 2.280564] tvp5158 1-0058: Unable to of_probe
    [ 2.285437] ov1063x 1-0037: Failed writing register 0x0103!
    [ 2.291047] ov1063x: probe of 1-0037 failed with error -121
    [ 2.297459] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [ 2.304567] vip 48970000.vip: loading firmware vpdma-1b8.bin
    [ 2.310674] gspca_main: v2.14.0 registered
    [ 2.314944] vpe 489d0000.vpe: Device registered as /dev/video0
    [ 2.322226] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
    [ 2.329678] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
    [ 2.337137] vip 48970000.vip: VPDMA firmware loaded
    [ 2.342177] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
    [ 2.349626] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
    [ 2.357070] ti-soc-thermal 4a0021e0.bandgap: Non-trimmed BGAP, Temp not accurate
    [ 2.367101] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ 2.374348] device-mapper: uevent: version 1.0.3
    [ 2.379230] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
    [ 2.389070] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [ 2.424159] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [ 2.430545] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [ 2.437089] evm_3v3_sw: supplied by sysen1
    [ 2.516807] mmc0: MAN_BKOPS_EN bit is not set
    [ 2.523205] mmc0: new DDR MMC card at address 0001
    [ 2.528511] mmcblk0: mmc0:0001 MMC04G 3.52 GiB
    [ 2.543351] mmcblk0boot0: mmc0:0001 MMC04G partition 1 16.0 MiB
    [ 2.549559] mmcblk0boot1: mmc0:0001 MMC04G partition 2 16.0 MiB
    [ 2.556831] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xde441008 follows the erroneous one
    [ 2.565979] mmcblk0: error -84 transferring data, sector 0, nr 8, cmd response 0x900, card status 0xb00
    [ 2.575434] mmcblk0: retrying using single block read
    [ 2.580859] mmcblk0: error -84 transferring data, sector 0, nr 8, cmd response 0x900, card status 0x0
    [ 2.590142] blk_update_request: I/O error, dev mmcblk0, sector 0
    [ 2.596567] mmcblk0: error -84 transferring data, sector 1, nr 7, cmd response 0x900, card status 0x0
    [ 2.605857] blk_update_request: I/O error, dev mmcblk0, sector 1
    [ 2.612253] mmcblk0: error -84 transferring data, sector 2, nr 6, cmd response 0x900, card status 0x0
    [ 2.621545] blk_update_request: I/O error, dev mmcblk0, sector 2
    [ 2.627982] mmcblk0: error -84 transferring data, sector 3, nr 5, cmd response 0x900, card status 0x0
    [ 2.637267] blk_update_request: I/O error, dev mmcblk0, sector 3
    [ 2.643658] mmcblk0: error -84 transferring data, sector 4, nr 4, cmd response 0x900, card status 0x0
    [ 2.652919] blk_update_request: I/O error, dev mmcblk0, sector 4
    [ 2.659322] mmcblk0: error -84 transferring data, sector 5, nr 3, cmd response 0x900, card status 0x0
    [ 2.668603] blk_update_request: I/O error, dev mmcblk0, sector 5
    [ 2.675002] mmcblk0: error -84 transferring data, sector 6, nr 2, cmd response 0x900, card status 0x0
    [ 2.684281] blk_update_request: I/O error, dev mmcblk0, sector 6
    [ 2.690658] mmcblk0: error -84 transferring data, sector 7, nr 1, cmd response 0x900, card status 0x0
    [ 2.699946] blk_update_request: I/O error, dev mmcblk0, sector 7
    [ 2.705999] Buffer I/O error on dev mmcblk0, logical block 0, async page read
    [ 2.713635] omap_hsmmc 480b4000.mmc: ADMA err: ST_TFR, desc at 0xde441008 follows the erroneous one
    [ 2.722774] mmcblk0: error -84 transferring data, sector 0, nr 8, cmd response 0x900, card status 0xb00
    [ 2.732233] mmcblk0: retrying using single block read
    [ 2.737671] mmcblk0: error -84 transferring data, sector 0, nr 8, cmd response 0x900, card status 0x0
    [ 2.746952] blk_update_request: I/O error, dev mmcblk0, sector 0
    [ 2.753334] mmcblk0: error -84 transferring data, sector 1, nr 7, cmd response 0x900, card status 0x0
    [ 2.762614] blk_update_request: I/O error, dev mmcblk0, sector 1
    [ 2.769011] mmcblk0: error -84 transferring data, sector 2, nr 6, cmd response 0x900, card status 0x0
    [ 2.778639] mmcblk0: error -84 transferring data, sector 3, nr 5, cmd response 0x900, card status 0x0
    [ 2.788267] mmcblk0: error -84 transferring data, sector 4, nr 4, cmd response 0x900, card status 0x0
    [ 2.797890] mmcblk0: error -84 transferring data, sector 5, nr 3, cmd response 0x900, card status 0x0
    [ 2.807518] mmcblk0: error -84 transferring data, sector 6, nr 2, cmd response 0x900, card status 0x0
    [ 2.817144] mmcblk0: error -84 transferring data, sector 7, nr 1, cmd response 0x900, card status 0x0
    [ 2.826425] Buffer I/O error on dev mmcblk0, logical block 0, async page read
    [ 2.833629] mmcblk0: unable to read partition table
    [ 2.901063] ledtrig-cpu: registered to indicate activity on CPUs
    [ 2.907215] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.915590] usbcore: registered new interface driver usbhid
    [ 2.921189] usbhid: USB HID core driver
    [ 2.925357] ashmem: initialized
    [ 2.931085] hwspinlock_user gatemp: requested 10 hwspinlocks
    [ 2.937242] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [ 2.945081] remoteproc0: 58820000.ipu is available
    [ 2.949981] remoteproc0: Note: remoteproc is still under development and considered experimental.
    [ 2.958998] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 2.969531] remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
    [ 2.977798] remoteproc0: Falling back to user helper
    [ 2.977909] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [ 2.977959] remoteproc1: 55020000.ipu is available
    [ 2.977963] remoteproc1: Note: remoteproc is still under development and considered experimental.
    [ 2.977966] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 2.978103] remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2
    [ 2.978106] remoteproc1: Falling back to user helper
    [ 2.978336] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [ 2.978386] remoteproc2: 40800000.dsp is available
    [ 2.978389] remoteproc2: Note: remoteproc is still under development and considered experimental.
    [ 2.978392] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 2.978513] remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2
    [ 2.978516] remoteproc2: Falling back to user helper
    [ 2.978921] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [ 2.978971] remoteproc3: 41000000.dsp is available
    [ 2.978974] remoteproc3: Note: remoteproc is still under development and considered experimental.
    [ 2.978977] remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 3.038500] remoteproc3: Direct firmware load for dra7-dsp2-fw.xe66 failed with error -2
    [ 3.038504] remoteproc3: Falling back to user helper
    [ 3.121367] usbcore: registered new interface driver snd-usb-audio
    [ 3.128554] aic_dvdd: supplied by evm_3v3_sw
    [ 3.135507] davinci-mcasp 48464000.mcasp: DAI is shared
    [ 3.141424] davinci-mcasp 48468000.mcasp: ERRATA i868 workaround is enabled
    [ 3.148674] davinci-mcasp 48474000.mcasp: DAI is shared
    [ 3.153971] davinci-mcasp 48474000.mcasp: ERRATA i868 workaround is enabled
    [ 3.161149] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
    [ 3.168291] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [ 3.178232] u32 classifier
    [ 3.180952] input device check on
    [ 3.184649] Actions configured
    [ 3.188080] Netfilter messages via NETLINK v0.30.
    [ 3.192863] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    [ 3.199481] ctnetlink v0.93: registering with nfnetlink.
    [ 3.205417] xt_time: kernel timezone is -0000
    [ 3.210103] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 3.215631] arp_tables: (C) 2002 David S. Miller
    [ 3.220334] Initializing XFRM netlink socket
    [ 3.225304] NET: Registered protocol family 10
    [ 3.230818] mip6: Mobile IPv6
    [ 3.233882] ip6_tables: (C) 2000-2006 Netfilter Core Team
    [ 3.239472] sit: IPv6 over IPv4 tunneling driver
    [ 3.244718] NET: Registered protocol family 17
    [ 3.249210] NET: Registered protocol family 15
    [ 3.253733] can: controller area network core (rev 20120528 abi 9)
    [ 3.259995] NET: Registered protocol family 29
    [ 3.264520] can: raw protocol (rev 20120528)
    [ 3.268814] can: broadcast manager protocol (rev 20120528 t)
    [ 3.274552] can: netlink gateway (rev 20130117) max_hops=1
    [ 3.280437] Key type dns_resolver registered
    [ 3.284754] NET: Registered protocol family 41
    [ 3.289625] omap_voltage_late_init: Voltage driver support not added
    [ 3.296592] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [ 3.302802] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [ 3.309552] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [ 3.315817] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [ 3.324144] Power Management for TI OMAP4+ devices.
    [ 3.329248] Registering SWP/SWPB emulation handler
    [ 3.334429] registered taskstats version 1
    [ 3.340287] dmm 4e000000.dmm: initialized all PAT entries
    [ 3.346731] backlight supply power not found, using dummy regulator
    [ 3.353298] leds backlight: Failed setting brightness
    [ 3.358832] panel-dpi display: failed to find video source
    [ 3.577617] dwc3 48890000.usb: otg: primary host xhci-hcd.1.auto registered
    [ 3.584632] dwc3 48890000.usb: otg: shared host xhci-hcd.1.auto registered
    [ 3.591536] dwc3 48890000.usb: otg: can't start till gadget registers
    [ 3.799688] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [ 3.805225] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [ 3.813114] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [ 3.821892] xhci-hcd xhci-hcd.2.auto: irq 511, io mem 0x488d0000
    [ 3.828280] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 3.835111] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 3.842362] usb usb1: Product: xHCI Host Controller
    [ 3.847269] usb usb1: Manufacturer: Linux 4.4.45 xhci-hcd
    [ 3.852687] usb usb1: SerialNumber: xhci-hcd.2.auto
    [ 3.857912] hub 1-0:1.0: USB hub found
    [ 3.861696] hub 1-0:1.0: 1 port detected
    [ 3.866646] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [ 3.872160] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [ 3.879915] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 3.888139] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
    [ 3.894967] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 3.902217] usb usb2: Product: xHCI Host Controller
    [ 3.907126] usb usb2: Manufacturer: Linux 4.4.45 xhci-hcd
    [ 3.912545] usb usb2: SerialNumber: xhci-hcd.2.auto
    [ 3.917758] hub 2-0:1.0: USB hub found
    [ 3.921545] hub 2-0:1.0: 1 port detected
    [ 3.925877] edt_ft5x06 0-0038: Failed to request GPIO reset pin, error -517
    [ 3.933003] tvp5158 1-0058: Unable to of_probe
    [ 3.937959] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [ 3.984868] asoc-simple-card sound@0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [ 4.015239] asoc-simple-card jamr3_sound: tlv320aic3x-hifi <-> 48474000.mcasp mapping ok
    [ 4.025231] panel-dpi display: failed to find video source
    [ 4.030897] edt_ft5x06 0-0038: Failed to request GPIO reset pin, error -517
    [ 4.038096] tvp5158 1-0058: Unable to of_probe
    [ 4.043365] input: gpio_keys as /devices/platform/gpio_keys/input/input0
    [ 4.050244] hctosys: unable to open rtc device (rtc0)
    [ 4.055800] panel-dpi display: failed to find video source
    [ 4.061462] edt_ft5x06 0-0038: Failed to request GPIO reset pin, error -517
    [ 4.078589] aic_dvdd: disabling
    [ 4.081746] vmmcwl_fixed: disabling
    [ 4.085490] tvp5158 1-0058: Unable to of_probe
    [ 4.090146] ALSA device list:
    [ 4.093123] #0: DRA7xx-EVM
    [ 4.096033] #1: HDMI 58040000.encoder
    [ 4.099883] #2: DRA7xx-JAMR3
    [ 4.103554] Waiting for root device PARTUUID=0006fc21-02...
    [ 5.282080] mmc2: host does not support reading read-only switch, assuming write-enable
    [ 5.295904] mmc2: new ultra high speed DDR50 SDHC card at address aaaa
    [ 5.302896] mmcblk1: mmc2:aaaa SL16G 14.8 GiB
    [ 5.312540] mmcblk1: p1 p2
    [ 5.316583] panel-dpi display: failed to find video source
    [ 5.322308] edt_ft5x06 0-0038: Failed to request GPIO reset pin, error -517
    [ 5.329801] tvp5158 1-0058: Unable to of_probe
    [ 5.662008] EXT4-fs (mmcblk1p2): 11 orphan inodes deleted
    [ 5.667494] EXT4-fs (mmcblk1p2): recovery complete
    [ 5.687166] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.695343] VFS: Mounted root (ext4 filesystem) on device 179:50.
    [ 5.702588] Freeing unused kernel memory: 2048K (c1200000 - c1400000)
    [ 5.737656] init: init started!
    [ 5.753945] SELinux: Android master kernel running Android M policy in compatibility mode.
    [ 5.810678] audit: type=1403 audit(5.799:2): policy loaded auid=4294967295 ses=4294967295
    [ 5.819340] init: (Initializing SELinux non-enforcing took 0.08s.)
    [ 5.825628] audit: type=1400 audit(5.819:3): avc: denied { read } for pid=1 comm="init" name="selinux_version" dev="mmcblk1p2" ino=29 sc1
    [ 5.845097] audit: type=1400 audit(5.839:4): avc: denied { open } for pid=1 comm="init" path="/selinux_version" dev="mmcblk1p2" ino=29 s1
    [ 5.864611] audit: type=1400 audit(5.859:5): avc: denied { getattr } for pid=1 comm="init" path="/selinux_version" dev="mmcblk1p2" ino=21
    [ 5.893798] init: init second stage started!
    [ 5.923772] init: waitpid failed: No child processes
    [ 5.932731] init: (Loading properties from /default.prop took 0.00s.)
    [ 5.942596] init: (Parsing /init.environ.rc took 0.00s.)
    [ 5.948725] init: (Parsing /init.usb.rc took 0.00s.)
    [ 5.955045] init: (Parsing init.jacinto6evmboard.usb.rc took 0.00s.)
    [ 5.961441] init: (Parsing /init.jacinto6evmboard.rc took 0.01s.)
    [ 5.971814] init: (Parsing /init.usb.configfs.rc took 0.00s.)
    [ 5.978128] init: (Parsing /init.zygote32.rc took 0.00s.)
    [ 5.988439] init: (Parsing /init.trace.rc took 0.00s.)
    [ 5.993657] init: (Parsing /init.rc took 0.05s.)
    [ 5.998424] init: SELinux: Could not get canonical path /adb_keys restorecon: No such file or directory.
    [ 6.012077] init: Starting service 'ueventd'...
    [ 6.017098] init: Waiting for /dev/.coldboot_done...
    [ 6.018852] ueventd: ueventd started!
    [ 6.018957] audit: type=1400 audit(6.009:6): avc: denied { read } for pid=136 comm="ueventd" name="ueventd.rc" dev="mmcblk1p2" ino=33 sc1
    [ 6.018989] audit: type=1400 audit(6.009:7): avc: denied { open } for pid=136 comm="ueventd" path="/ueventd.rc" dev="mmcblk1p2" ino=33 s1
    [ 6.019019] audit: type=1400 audit(6.009:8): avc: denied { getattr } for pid=136 comm="ueventd" path="/ueventd.rc" dev="mmcblk1p2" ino=31
    [ 6.263553] audit: type=1400 audit(6.259:9): avc: denied { read } for pid=137 comm="ueventd" name="etc" dev="mmcblk1p2" ino=25 scontext=1
    [ 6.344387] ueventd: Coldboot took 0.30s.
    [ 6.353583] init: Waiting for /dev/.coldboot_done took 0.34s.
    [ 6.359442] init: /dev/hw_random not found
    [ 6.366060] audit: type=1400 audit(6.359:10): avc: denied { mounton } for pid=1 comm="init" path="/acct" dev="mmcblk1p2" ino=390914 scon1
    [ 6.395672] init: write_file: Unable to open '/proc/sys/kernel/hung_task_timeout_secs': No such file or directory
    [ 6.406402] init: write_file: Unable to open '/proc/sys/kernel/sched_compat_yield': No such file or directory
    [ 6.417863] init: write_file: Unable to write to '/dev/cpuctl/cpu.shares': Invalid argument
    [ 6.430454] init: write_file: Unable to open '/proc/sys/abi/swp': No such file or directory
    [ 6.442702] init: /dev/hw_random not found
    [ 6.448571] remoteproc1: powering up 55020000.ipu
    [ 6.453388] remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3734820
    [ 6.460645] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [ 6.475854] init: Warning! Service logd needs a SELinux domain defined; please fix!
    [ 6.489048] init: Starting service 'logd'...
    [ 6.495675] audit: type=1400 audit(6.489:11): avc: denied { execute } for pid=143 comm="init" name="logd" dev="mmcblk1p2" ino=261279 sco1
    [ 6.541761] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [ 6.555983] remoteproc1: remote processor 55020000.ipu is now up
    [ 6.562704] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 6.569243] panel-dpi display: failed to find video source
    [ 6.575303] remoteproc1: registered virtio0 (type 7)
    [ 6.580870] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [ 6.588115] edt_ft5x06 0-0038: Failed to request GPIO reset pin, error -517
    [ 6.595435] tvp5158 1-0058: Unable to of_probe
    [ 6.600133] rpmsg_rpc rpmsg0: probing service dce-callback with src 1024 dst 101
    [ 6.607880] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x66
    [ 6.609220] panel-dpi display: failed to find video source
    [ 6.609453] edt_ft5x06 0-0038: Failed to request GPIO reset pin, error -517
    [ 6.609639] tvp5158 1-0058: Unable to of_probe
    [ 6.632048] rpmsg_rpc rpmsg1: probing service rpmsg-dce with src 1025 dst 102
    [ 6.639744] rpmsg_rpc rpmsg0: published functions = 4
    [ 6.640710] panel-dpi display: failed to find video source
    [ 6.640904] edt_ft5x06 0-0038: Failed to request GPIO reset pin, error -517
    [ 6.641050] tvp5158 1-0058: Unable to of_probe
    [ 6.661898] rpmsg_rpc rpmsg1: published functions = 9
    [ 6.668845] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [ 6.691951] init: (Loading properties from /system/build.prop took 0.01s.)
    [ 6.698928] init: (Loading properties from /vendor/build.prop took 0.00s.)
    [ 6.705895] init: (Loading properties from /factory/factory.prop took 0.00s.)
    [ 6.713187] init: /recovery not specified in fstab
    [ 6.722951] init: Warning! Service vold needs a SELinux domain defined; please fix!
    [ 6.730784] init: Starting service 'vold'...
    [ 6.731453] logd.auditd: start
    [ 6.731479] logd.klogd: 6727981873
    [ 6.742663] init: Not bootcharting.
    [ 6.758657] type=1400 audit(6.719:22): avc: denied { syslog_read } for pid=143 comm="logd" scontext=u:r:init:s0 tcontext=u:r:kernel:s0 tcla1
    [ 6.782140] init: Warning! Service exec 0 (/system/bin/tzdatacheck) needs a SELinux domain defined; please fix!
    [ 6.785892] type=1400 audit(6.749:23): avc: denied { getopt } for pid=143 comm="logd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netl1
    [ 6.807575] init: Starting service 'exec 0 (/system/bin/tzdatacheck)'...
    [ 6.828424] init: Service 'exec 0 (/system/bin/tzdatacheck)' (pid 153) exited with status 0
    [ 6.838880] init: (Loading properties from /data/local.prop took 0.00s.)
    [ 6.846260] init: Warning! Service logd-reinit needs a SELinux domain defined; please fix!
    [ 6.854725] init: Starting service 'logd-reinit'...
    [ 6.860503] init: write_file: Unable to open '/proc/sys/vm/min_free_order_shift': No such file or directory
    [ 6.870537] remoteproc3: failed to load dra7-dsp2-fw.xe66
    [ 6.876194] remoteproc2: failed to load dra7-dsp1-fw.xe66
    [ 6.876602] remoteproc0: failed to load dra7-ipu1-fw.xem4
    [ 6.887336] init: Starting service 'healthd'...
    [ 6.892389] init: Warning! Service lmkd needs a SELinux domain defined; please fix!
    [ 6.894863] type=1400 audit(6.889:24): avc: denied { write } for pid=154 comm="logd" name="logd" dev="tmpfs" ino=6400 scontext=u:r:init:s0 1
    [ 6.896035] logd.daemon: reinit
    [ 6.897280] type=1400 audit(6.889:25): avc: denied { entrypoint } for pid=155 comm="init" path="/sbin/healthd" dev="mmcblk1p2" ino=521218 s1
    [ 6.908352] type=1400 audit(6.899:26): avc: denied { write } for pid=150 comm="vold" name="property_service" dev="tmpfs" ino=9619 scontext=1
    [ 6.912148] type=1400 audit(6.899:27): avc: denied { read } for pid=155 comm="healthd" path="/sbin/healthd" dev="mmcblk1p2" ino=521218 scon1
    [ 6.914658] binder: 155:155 transaction failed 29189, size 0-0
    [ 6.941647] type=1400 audit(6.929:28): avc: denied { execute } for pid=156 comm="ueventd" name="crda" dev="mmcblk1p2" ino=261363 scontext=u1
    [ 6.942126] type=1400 audit(6.929:29): avc: denied { execute_no_trans } for pid=156 comm="ueventd" path="/system/bin/crda" dev="mmcblk1p2" 1
    [ 6.965623] cfg80211: World regulatory domain updated:
    [ 6.965628] cfg80211: DFS Master region: unset
    [ 6.965628] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
    [ 6.965634] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
    [ 6.965637] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
    [ 6.965641] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
    [ 6.965644] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
    [ 6.965648] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
    [ 7.086621] init: Starting service 'lmkd'...
    [ 7.091418] init: Warning! Service servicemanager needs a SELinux domain defined; please fix!
    [ 7.101582] init: Starting service 'servicemanager'...
    [ 7.109235] init: Warning! Service surfaceflinger needs a SELinux domain defined; please fix!
    [ 7.118229] init: Starting service 'surfaceflinger'...
    [ 7.124725] init: Warning! Service pvrsrvinit needs a SELinux domain defined; please fix!
    [ 7.141327] init: Starting service 'pvrsrvinit'...
    [ 7.141419] type=1400 audit(7.129:30): avc: denied { set_context_mgr } for pid=158 comm="servicemanager" scontext=u:r:init:s0 tcontext=u:r:1
    [ 7.162408] init: cannot find '/system/bin/uim-sysfs', disabling 'uim'
    [ 7.170490] init: Service 'logd-reinit' (pid 154) exited with status 0
    [ 7.177648] type=1400 audit(7.149:31): avc: denied { create } for pid=150 comm="vold" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netl1
    [ 7.179282] init: Warning! Service exec 1 (/system/bin/init.jacinto6evmboard.cpuset.sh) needs a SELinux domain defined; please fix!
    [ 7.179292] init: Starting service 'exec 1 (/system/bin/init.jacinto6evmboard.cpuset.sh)'...
    [ 7.229380] type=1400 audit(7.149:32): avc: denied { setopt } for pid=150 comm="vold" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netl1
    [ 7.245627] type=1400 audit(7.149:33): avc: denied { bind } for pid=150 comm="vold" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netlin1
    [ 7.262116] type=1400 audit(7.149:34): avc: denied { getopt } for pid=150 comm="vold" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netl1
    [ 7.278246] type=1400 audit(7.149:35): avc: denied { read } for pid=150 comm="vold" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netlin1
    [ 7.280486] init: Service 'exec 1 (/system/bin/init.jacinto6evmboard.cpuset.sh)' (pid 162) exited with status 0
    [ 7.304705] type=1400 audit(7.209:36): avc: denied { create } for pid=150 comm="vold" name="disk:179,48" scontext=u:r:init:s0 tcontext=u:ob1
    [ 7.322008] type=1400 audit(7.309:37): avc: denied { module_load } for pid=161 comm="pvrsrvinit" path="/system/lib/modules/pvrsrvkm.ko" dev1
    [ 7.323128] init: insmod: open("/system/lib/modules/cmemk.ko") failed: No such file or directoryinit: insmod: open("/system/lib/modules/gal'
    [ 7.323140] init: cannot expand '${ro.serialno}' while writing to '/config/usb_gadget/g1/strings/0x409/serialnumber'
    [ 7.323520] file system registered
    [ 7.365468] init: Starting service 'console'...
    [ 7.366145] init: Warning! Service netd needs a SELinux domain defined; please fix!
    [ 7.366156] init: Starting service 'netd'...
    [ 7.366651] init: Warning! Service debuggerd needs a SELinux domain defined; please fix!
    [ 7.366661] init: Starting service 'debuggerd'...
    [ 7.366971] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
    [ 7.366998] init: cannot find '/system/bin/rild', disabling 'ril-daemon'
    [ 7.367207] init: Warning! Service drm needs a SELinux domain defined; please fix!
    [ 7.367218] init: Starting service 'drm'...
    [ 7.367688] init: Warning! Service media needs a SELinux domain defined; please fix!
    [ 7.367698] init: Starting service 'media'...
    [ 7.368185] init: Warning! Service installd needs a SELinux domain defined; please fix!
    [ 7.368195] init: Starting service 'installd'...
    [ 7.368491] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
    [ 7.368708] init: Warning! Service keystore needs a SELinux domain defined; please fix!
    [ 7.368718] init: Starting service 'keystore'...
    [ 7.369213] init: Warning! Service lad_dra7xx needs a SELinux domain defined; please fix!
    [ 7.369223] init: Starting service 'lad_dra7xx'...
    [ 7.369742] init: Warning! Service zygote needs a SELinux domain defined; please fix!
    [ 7.369752] init: Starting service 'zygote'...
    [ 7.370264] init: Warning! Service gatekeeperd needs a SELinux domain defined; please fix!
    [ 7.370275] init: Starting service 'gatekeeperd'...
    [ 7.370769] init: Warning! Service perfprofd needs a SELinux domain defined; please fix!
    [ 7.370779] init: Starting service 'perfprofd'...
    [ 7.371307] init: Starting service 'adbd'...
    [ 7.540711] type=1400 audit(7.369:38): avc: denied { entrypoint } for pid=178 comm="init" path="/sbin/adbd" dev="mmcblk1p2" ino=521221 scon1
    [ 7.560343] type=1400 audit(7.529:39): avc: denied { entrypoint } for pid=167 comm="init" path="/system/bin/sh" dev="mmcblk1p2" ino=261226 1
    [ 7.580293] type=1400 audit(7.529:40): avc: denied { read } for pid=167 comm="sh" path="/system/bin/linker" dev="mmcblk1p2" ino=261293 scon1
    [ 7.599682] type=1400 audit(7.529:41): avc: denied { read } for pid=167 comm="sh" name="vendor" dev="mmcblk1p2" ino=34 scontext=u:r:shell:s1
    [ 7.618709] type=1400 audit(7.529:42): avc: denied { open } for pid=167 comm="sh" path="/system/lib/libc++.so" dev="mmcblk1p2" ino=261938 s1
    [ 7.638270] type=1400 audit(7.529:43): avc: denied { getattr } for pid=167 comm="sh" path="/system/lib/libc++.so" dev="mmcblk1p2" ino=261931
    [ 7.658156] pvrsrvkm: disagrees about version of symbol module_layout
    [ 7.658164] type=1400 audit(7.529:44): avc: denied { execute } for pid=167 comm="sh" path="/system/lib/libc++.so" dev="mmcblk1p2" ino=261931
    [ 7.685295] init: Service 'pvrsrvinit' (pid 161) exited with status 1
    [ 7.742082] type=1400 audit(7.729:45): avc: denied { write } for pid=174 comm="lad_dra7xx" name="hwspinlock" dev="tmpfs" ino=6272 scontext=1
    [ 7.770949] read descriptors
    [ 7.774941] read strings
    [ 7.778406] dwc3 48890000.usb: otg: gadget gadget registered
    [ 7.796319] type=1400 audit(7.749:46): avc: denied { read } for pid=178 comm="adbd" path="/sbin/adbd" dev="mmcblk1p2" ino=521221 scontext=u1
    shell@jacinto6evm:/ $ [ 7.815089] type=1400 audit(7.759:47): avc: denied { read } for pid=181 comm="sh" name="getprop" dev="mmcblk1p2" ino=1
    [ 7.835993] type=1400 audit(7.759:48): avc: denied { execute_no_trans } for pid=181 comm="sh" path="/system/bin/toybox" dev="mmcblk1p2" ino1
    [ 7.856455] type=1400 audit(7.769:49): avc: denied { read } for pid=173 comm="keystore" name=".metadata" dev="mmcblk1p2" ino=130369 scontex1
    [ 7.877763] type=1400 audit(7.769:50): avc: denied { open } for pid=173 comm="keystore" path="/data/misc/keystore/.metadata" dev="mmcblk1p21
    [ 7.899554] random: perfprofd: uninitialized urandom read (40 bytes read, 44 bits of entropy available)
    [ 7.910928] type=1400 audit(7.779:51): avc: denied { call } for pid=173 comm="keystore" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=bi1
    [ 7.925249] type=1400 audit(7.779:52): avc: denied { transfer } for pid=173 comm="keystore" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclas1
    [ 7.940141] type=1400 audit(7.919:53): avc: denied { call } for pid=155 comm="healthd" scontext=u:r:healthd:s0 tcontext=u:r:init:s0 tclass=1
    [ 7.942457] healthd: No charger supplies found
    [ 7.942467] healthd: No battery devices found
    [ 7.963599] type=1400 audit(7.919:54): avc: denied { transfer } for pid=155 comm="healthd" scontext=u:r:healthd:s0 tcontext=u:r:init:s0 tcl1
    [ 7.978829] type=1400 audit(7.929:55): avc: denied { getattr } for pid=158 comm="servicemanager" scontext=u:r:init:s0 tcontext=u:r:healthd:1
    [ 8.078967] type=1400 audit(8.069:56): avc: denied { create } for pid=190 comm="iptables" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=1
    [ 8.129297] type=1400 audit(8.069:57): avc: denied { getopt } for pid=190 comm="iptables" lport=255 scontext=u:r:init:s0 tcontext=u:r:init:1
    [ 8.204538] type=1400 audit(8.199:58): avc: denied { setopt } for pid=196 comm="iptables" lport=255 scontext=u:r:init:s0 tcontext=u:r:init:1
    [ 8.633653] type=1400 audit(8.619:59): avc: denied { write } for pid=171 comm="mediaserver" name="video0" dev="tmpfs" ino=6364 scontext=u:r1
    [ 8.661130] type=1400 audit(8.619:60): avc: denied { ioctl } for pid=171 comm="mediaserver" path="/dev/video0" dev="tmpfs" ino=6364 ioctlcm1
    [ 10.355430] type=1400 audit(10.349:61): avc: denied { create } for pid=437 comm="ip" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netli1
    [ 10.371487] type=1400 audit(10.349:62): avc: denied { setopt } for pid=437 comm="ip" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netli1
    [ 10.397125] type=1400 audit(10.349:63): avc: denied { bind } for pid=437 comm="ip" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netlink1
    [ 10.412342] type=1400 audit(10.349:64): avc: denied { getattr } for pid=437 comm="ip" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netl1
    [ 10.427929] type=1400 audit(10.349:65): avc: denied { write } for pid=437 comm="ip" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netlin1
    [ 10.443401] type=1400 audit(10.349:66): avc: denied { nlmsg_read } for pid=437 comm="ip" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=n1
    [ 10.459841] type=1400 audit(10.349:67): avc: denied { read } for pid=437 comm="ip" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netlink1
    [ 10.475082] type=1400 audit(10.349:68): avc: denied { nlmsg_write } for pid=437 comm="ip" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=1
    [ 10.490967] type=1400 audit(10.389:69): avc: denied { connect } for pid=168 comm="netd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=ne1
    [ 10.506508] type=1400 audit(10.389:70): avc: denied { module_request } for pid=168 comm="netd" kmod="netdev-dummy0" scontext=u:r:init:s0 tc1
    [ 10.523426] type=1400 audit(10.429:71): avc: denied { getopt } for pid=168 comm="netd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=net1
    [ 10.539652] type=1400 audit(10.429:72): avc: denied { create } for pid=168 comm="netd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=net1
    [ 10.555070] type=1400 audit(10.429:73): avc: denied { setopt } for pid=168 comm="netd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=net1
    [ 10.570475] type=1400 audit(10.429:74): avc: denied { bind } for pid=168 comm="netd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netli1
    [ 10.585709] type=1400 audit(10.429:75): avc: denied { getopt } for pid=168 comm="netd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=net1
    [ 10.601112] type=1400 audit(10.429:76): avc: denied { create } for pid=168 comm="netd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=net1
    [ 10.616854] type=1400 audit(10.429:77): avc: denied { setopt } for pid=168 comm="netd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=net1
    [ 10.632608] type=1400 audit(10.429:78): avc: denied { bind } for pid=168 comm="netd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netli1
    [ 10.648192] type=1400 audit(10.429:79): avc: denied { write } for pid=168 comm="netd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netl1
    [ 10.664174] type=1400 audit(10.429:80): avc: denied { read } for pid=168 comm="netd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=netli1
    [ 10.679747] type=1400 audit(10.429:81): avc: denied { getopt } for pid=168 comm="netd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=net1
    [ 13.677398] type=1400 audit(13.669:82): avc: denied { write } for pid=171 comm="mediaserver" name="controlC0" dev="tmpfs" ino=6309 scontext1
    [ 13.698839] type=1400 audit(13.669:83): avc: denied { ioctl } for pid=171 comm="mediaserver" path="/dev/snd/controlC0" dev="tmpfs" ino=63091
    [ 18.185080] type=1400 audit(18.179:84): avc: denied { sys_ptrace } for pid=169 comm="debuggerd" capability=19 scontext=u:r:init:s0 tcontext1
    [ 18.263656] type=1400 audit(18.179:85): avc: denied { ptrace } for pid=169 comm="debuggerd" scontext=u:r:init:s0 tcontext=u:r:init:s0 tclas1
    [ 18.342632] type=1400 audit(18.329:86): avc: denied { write } for pid=169 comm="debuggerd" name="logdr" dev="tmpfs" ino=6398 scontext=u:r:i1

    [ 51.856530] init: Service 'surfaceflinger' (pid 1040) killed by signal 6
    [ 51.863286] init: Service 'surfaceflinger' (pid 1040) killing any children in process group
    [ 51.903585] init: Service 'zygote' is being killed...
    [ 51.934002] init: Service 'zygote' (pid 1044) killed by signal 9
    [ 51.940058] init: Service 'zygote' (pid 1044) killing any children in process group
    [ 51.983620] init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
    [ 51.993379] init: write_file: Unable to write to '/sys/power/state': Invalid argument
    [ 52.063574] init: Service 'media' is being killed...
    [ 52.083759] init: Service 'netd' is being killed...
    [ 52.114232] init: Service 'netd' (pid 1039) killed by signal 9
    [ 52.120113] init: Service 'netd' (pid 1039) killing any children in process group
    [ 52.164016] init: Service 'media' (pid 1041) killed by signal 9
    [ 52.169982] init: Service 'media' (pid 1041) killing any children in process group
    [ 52.214019] init: Warning! Service netd needs a SELinux domain defined; please fix!
    [ 52.221811] init: Starting service 'netd'...
    [ 52.262081] init: Warning! Service surfaceflinger needs a SELinux domain defined; please fix!
    [ 52.296673] init: Starting service 'surfaceflinger'...
    [ 52.324170] init: Warning! Service media needs a SELinux domain defined; please fix!
    [ 52.332051] init: Starting service 'media'...
    [ 52.374269] init: Warning! Service zygote needs a SELinux domain defined; please fix!
    [ 52.382240] init: Starting service 'zygote'...


    shell@jacinto6evm:/ $ ls
    acct
    cache
    charger
    config
    d
    data
    default.prop
    dev
    etc
    file_contexts[ 60.935465] type=1400 audit(60.929:87): avc: denied { getattr } for pid=1564 comm="ls" path="/" dev="mmcblk1p2" ino=2 scontext1

    fstab.jacinto6evmboard
    init
    init.environ.rc
    init.jacinto6evmoard.rc
    init.jacinto6evmboard.usb.rc
    init.rc
    init.trace.rc
    init.usb.configfs.rc
    init.usb.rc
    init.zygote32.rc
    lost+found
    mnt
    oem
    proc
    property_contexts
    sbin
    sdcard
    seapp_contexts
    selinux_version
    sepolicy
    service_contexts
    storage
    sys
    system
    ueventd.jacinto6evmboard.rc
    ueventd.rc
    vendor
    shell@jacinto6evm:/ $
    ------------------------------------------------------------------
    I am able to run some basic commands like ls,cd if platform remains idle for some time it tries to reboot again.
    Kindly help me with this issue.

    Thanks ,
    Tonu
  • Hi,

    Please flash the standard 6AK.1.2 prebuilt binaries to eMMC and verify the board.
    SD card boot of Android image is experimental and is not standard for Android.

    Regards,
    Vishal
  • Hi Vishal,
    Thanks for the Update.

    Actually we are having only one J6 board,and were executing some more critical set of experiments occupying eMMC.
    So chose to boot Android from SD Card.
    We need to build a solution on J6 based+Android, that’s the reason for building our own image instead of prebuilt images.

    Can you provide some debugging pointers for zygote and Surface-flinger crashes as shown in previous post.


    Regards,
    Tonu
  • Hi Tonu,

    We don't support Rev-D in latest releases.
    So trying 6AM.x releases on Rev-D is not advised.

    Regards,
    Vishal
  • Hi Vishal,

    We have got Reh-H now and have tried pre-built binaries of 6AM-P1.
    It works absolutely fine[normal boot QSPI+eMMC].

    We were also trying to boot from the images we built according to release notes :[ http://omapedia.org/wiki/6AM.1.3-P1_Release_Notes ] again from QSPI+eMMC

    it still has above mentioned zygote and surfaceflinger issues and UI does not load only "android " word is visible in small fonts.


    init: Service 'surfaceflinger' (pid 168) killed by signal 6
    [ 16.197986] init: Service 'surfaceflinger' (pid 168) killing any children in process group
    [ 16.213695] init: Service 'zygote' is being killed...
    [ 16.219123] init: Starting service 'surfaceflinger'...
    [ 16.235559] init: Service 'zygote' (pid 189) killed by signal 9
    [ 16.241522] init: Service 'zygote' (pid 189) killing any children in process group
    [ 16.262203] init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
    [ 16.273845] init: write_file: Unable to write to '/sys/power/state': Invalid argument
    [ 16.281739] init: Service 'media' is being killed...
    [ 16.293882] init: Service 'netd' is being killed...
    [ 16.309727] init: Service 'media' (pid 184) killed by signal 9
    [ 16.315669] init: Service 'media' (pid 184) killing any children in process group
    [ 16.323420] init: Service 'netd' (pid 181) killed by signal 9
    [ 16.363674] init: Service 'netd' (pid 181) killing any children in process group
    [ 16.371376] init: Starting service 'netd'...
    [ 16.384000] init: Starting service 'media'...
    [ 16.388667] init: Starting service 'zygote'...
    ------------------------------------------------------------------------------------------------
    One noticeable observation : pre-built images have kernel version 4.4.91 while our built images have kernel version 4.4.45.

    I made sure I am checking out branch "git checkout 6AM.1.3-P1" is this correct branch to get 4.4.91?
    Please help me resolve the issue.


    Thanks,
    Tonu
  • Hi Tonu,

    6AM.1.3-P1 should be on 4.4.91.
    Can you make sure your Kernel is correct one?

    The Kernel mismatch can also cause graphics driver to not load and causing the issues you are seeing.

    To check Kernel is the issue, you can also update Kernel alone from pre built on your setup to see if it boots.

    Regards,
    Vishal

  • Hi Vishal,

    Thanks for the quick suggestions ,in fact kernel was the main issue.
    I downloaded and and built it again and things are working as expected.

    Regards,
    Tonu