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/DM388: DM388 CSK reset during booting.

Expert 1060 points
Part Number: DM388

Tool/software: Linux

Hi, Experts,

I have some problem to boot DM388 CSK.

When I boot via MMC with prebuilt binary (without modification), the board reset during booting the board.

Here is my boot log.

U-Boot SPL 2016.05-00004-g63acf8c-dirty (Feb 13 2017 - 17:24:46)
Trying to boot from MMC2
reading u-boot.img
reading u-boot.img


U-Boot 2016.05-00004-g63acf8c-dirty (Feb 13 2017 - 17:24:46 -0500)

I2C:   ready
DRAM:  1 GiB
MMC:   OMAP SD/MMC: 0
*** Warning - bad CRC, using default environment

Net:   <ethaddr> not set. Reading from E-fuse
cpsw
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
Booting from mmc ...
reading uImage
2662320 bytes read in 305 ms (8.3 MiB/s)
reading dm38x-csk.dtb
58698 bytes read in 15 ms (3.7 MiB/s)
## Booting kernel from Legacy Image at 82000000 ...
   Image Name:   Linux-4.4.12-00004-g82adbbf-dirt
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2662256 Bytes = 2.5 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 84000000
   Booting using the fdt blob at 0x84000000
   Loading Kernel Image ... OK
   Loading Device Tree to 844ee000, end 844ff549 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.12-00004-g82adbbf-dirty (gtbldadm@ubuntu-16) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 Mon Feb 13 17:38:26 EST 2017
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: DM38X CSK
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] omap_barrier_reserve_memblock():Reserving DRAM area @ addr = 0x84e00000          size = 1048576 Bytes
[    0.000000] cma: Reserved 24 MiB at 0x82c00000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] TI81XX: Map 0x84e00000 to 0xfe500000 for dram barrier
[    0.000000] TI81XX: Map 0x40300000 to 0xfe600000 for sram barrier
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] TI814X ES1.0 (iva neon )
[    0.000000] powerdomain: gem_pwrdm: voltagedomain dsp does not exist
[    0.000000] powerdomain: ivahd_pwrdm: voltagedomain iva does not exist
[    0.000000] powerdomain: hdvpss_pwrdm: voltagedomain dsp does not exist
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 19788
[    0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/mmcblk0p2 rootwait rw mem=80M vram=4M cmemk.phys_start=0x85000000 cmemk.phys_end=0x89000000 cmemk.allowOverlap=1 notifyk.vpssm3_sva=0xBFD00000 earlyprintk
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 46648K/79872K available (4911K kernel code, 260K rwdata, 1708K rodata, 276K init, 241K bss, 8648K reserved, 24576K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xc5800000 - 0xff800000   ( 928 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc5000000   (  80 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc067efa4   (6620 kB)
[    0.000000]       .init : 0xc067f000 - 0xc06c4000   ( 276 kB)
[    0.000000]       .data : 0xc06c4000 - 0xc0705308   ( 261 kB)
[    0.000000]        .bss : 0xc0705308 - 0xc0741718   ( 242 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] OMAP clockevent source: timer2 at 20000000 Hz
[    0.000017] sched_clock: 32 bits at 20MHz, resolution 50ns, wraps every 107374182375ns
[    0.008265] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 95563022313 ns
[    0.017842] OMAP clocksource: timer1 at 20000000 Hz
[    0.023137] Console: colour dummy device 80x30
[    0.027839] Calibrating delay loop... 597.60 BogoMIPS (lpj=2988032)
[    0.086908] pid_max: default: 32768 minimum: 301
[    0.091858] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.098771] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.106812] Initializing cgroup subsys io
[    0.111043] Initializing cgroup subsys memory
[    0.115664] Initializing cgroup subsys devices
[    0.120339] Initializing cgroup subsys freezer
[    0.125018] Initializing cgroup subsys pids
[    0.129431] CPU: Testing write buffer coherency: ok
[    0.134888] Setting up static identity map for 0x800082c0 - 0x80008318
[    0.142706] devtmpfs: initialized
[    0.168771] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    0.217113] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.229252] pinctrl core: initialized pinctrl subsystem
[    0.236045] NET: Registered protocol family 16
[    0.242281] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.255236] OMAP GPIO hardware version 0.1
[    0.267806] omap-gpmc 50000000.gpmc: could not find pctldev for node /ocp/l4ls@48000000/control@140000/pinmux@800/nandflash_pins_s0, deferring probe
[    0.301484] edma 49000000.edma: TI EDMA DMA engine driver
[    0.309740] omap_i2c 48028000.i2c: could not find pctldev for node /ocp/l4ls@48000000/control@140000/pinmux@800/pinmux_i2c0_pins, deferring probe
[    0.323347] omap_i2c 4802a000.i2c: could not find pctldev for node /ocp/l4ls@48000000/control@140000/pinmux@800/pinmux_i2c1_pins, deferring probe
[    0.337021] media: Linux media interface: v0.10
[    0.341838] Linux video capture interface: v2.00
[    0.346753] pps_core: LinuxPPS API ver. 1 registered
[    0.351947] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.361476] PTP clock support registered
[    0.365617] EDAC MC: Ver: 3.0.0
[    0.369676] Advanced Linux Sound Architecture Driver Initialized.
[    0.377072] clocksource: Switched to clocksource timer1
[    0.394531] NET: Registered protocol family 2
[    0.399896] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.407209] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.413847] TCP: Hash tables configured (established 1024 bind 1024)
[    0.420568] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.426671] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.433392] NET: Registered protocol family 1
[    0.438350] RPC: Registered named UNIX socket transport module.
[    0.444532] RPC: Registered udp transport module.
[    0.449491] RPC: Registered tcp transport module.
[    0.454418] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.462462] omap-iommu 55082000.mmu: 55082000.mmu registered
[    0.469572] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.486525] NFS: Registering the id_resolver key type
[    0.491920] Key type id_resolver registered
[    0.496312] Key type id_legacy registered
[    0.502209] io scheduler noop registered
[    0.506347] io scheduler deadline registered
[    0.511096] io scheduler cfq registered (default)
[    0.517421] pinctrl-single 48140800.pinmux: 270 pins at pa fa140800 size 1080
[    0.598535] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    0.609544] console [ttyS0] disabled
[    0.613359] 48020000.uart: ttyS0 at MMIO 0x48020000 (irq = 21, base_baud = 3000000) is a 8250
[    0.622318] console [ttyS0] enabled
[    0.622318] console [ttyS0] enabled
[    0.629511] bootconsole [earlycon0] disabled
[    0.629511] bootconsole [earlycon0] disabled
[    0.639311]   Reference Linux version 4.4.12
[    0.643607]   File /home/gtbldadm/nightlybuilds/ipnc_rdk/utils/package-script/TI_GIT/NEWDIR/Source/ti_tools/linuxutils_3_23_00_01/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.c
[    0.662154] allocated heap buffer 0xc8000000 of size 0x4000000
[    0.668053] cmemk initialized
[    0.678425] loop: module loaded
[    0.747133] davinci_mdio 4a100800.mdio: davinci mdio revision 1.6
[    0.753271] libphy: 4a100800.mdio: probed
[    0.758173] davinci_mdio 4a100800.mdio: phy[25]: device 4a100800.mdio:19, driver TI DP83867
[    0.767166] cpsw 4a100000.ethernet: Detected MACID = 7c:66:9d:f6:5c:14
[    0.777267] 47401300.usb-phy supply vcc not found, using dummy regulator
[    0.807375] mousedev: PS/2 mouse device common for all mice
[    0.813485] omap_rtc 480c0000.rtc: already running
[    0.818755] omap_rtc 480c0000.rtc: rtc core: registered 480c0000.rtc as rtc0
[    0.826184] i2c /dev entries driver
[    0.830696] omap_wdt: OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
[    0.837820] sdhci: Secure Digital Host Controller Interface driver
[    0.844027] sdhci: Copyright(c) Pierre Ossman
[    0.972574] omap_hsmmc 48060000.mmc: card claims to support voltages below defined range
[    0.991713] mmc0: queuing unknown CIS tuple 0x91 (3 bytes)
[    0.997963] mmc0: new high speed SDIO card at address 0001
[    1.007347] Synopsys Designware Multimedia Card Interface Driver
[    1.013846] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.020822] notify_shm_drv: no DSP present (MULTIPROC_INVALIDID)
[    1.026978] notify_init : notify drivercreated  for  remote proc id 1 at physical Address 0xbfd00000
[    1.038737] davinci_evm sound: ASoC: CODEC DAI tlv320aic3x-hifi not registered
[    1.046012] davinci_evm sound: snd_soc_register_card failed (-517)
[    1.053479] NET: Registered protocol family 10
[    1.060349] sit: IPv6 over IPv4 tunneling driver
[    1.065831] NET: Registered protocol family 17
[    1.070505] Key type dns_resolver registered
[    1.075041] omap_voltage_late_init: Could not get sys clk.
[    1.080943] Power Management for TI81XX.
[    1.090178] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[    1.095362] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[    1.102988] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xca
[    1.109447] nand: Micron MT29F2G16ABAEAWP
[    1.113480] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    1.121115] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
[    1.126531] 8 ofpart partitions found on MTD device 8000000.nand
[    1.132585] Creating 8 MTD partitions on "8000000.nand":
[    1.137945] 0x000000000000-0x000000020000 : "NAND.SPL"
[    1.147713] 0x000000020000-0x000000420000 : "NAND.u-boot"
[    1.155890] 0x000000420000-0x000000440000 : "NAND.u-boot-env"
[    1.162996] 0x000000440000-0x000000a40000 : "NAND.kernel"
[    1.172078] 0x000000a40000-0x00000ca40000 : "NAND.file-system"
[    1.181869] mmc1: host does not support reading read-only switch, assuming write-enable
[    1.197153] mmc1: new high speed SDHC card at address 0007
[    1.217125] mmcblk0: mmc1:0007 SD16G 14.5 GiB
[    1.223088]  mmcblk0: p1 p2
[    1.272129] 0x00000ca40000-0x00000ca80000 : "NAND.u-boot-spl-os"
[    1.279502] 0x00000ca80000-0x00000d680000 : "NAND.data"
[    1.290340] 0x00000d680000-0x000010000000 : "NAND.reserved"
[    1.353972] tps65910-rtc tps65910-rtc: rtc core: registered tps65910-rtc as rtc1
[    1.361673] omap_i2c 48028000.i2c: bus 0 rev0.11 at 400 kHz
[    1.369162] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
[    1.375967] davinci_evm sound: ASoC: DAPM unknown pin MONO_LOUT
[    1.383040] davinci_evm sound: tlv320aic3x-hifi <-> 4803c000.mcasp mapping ok
[    1.392464] omap_rtc 480c0000.rtc: setting system clock to 2016-12-05 15:39:56 UTC (1480952396)
[    1.414371] wlan-en-regulator: disabling
[    1.418729] ALSA device list:
[    1.421717]   #0: TI81XX-CSK
[    1.426844] EXT4-fs (mmcblk0p2): mounting ext3 file system using the ext4 subsystem
[    4.577018] EXT4-fs (mmcblk0p2): recovery complete
[    4.591132] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.599344] VFS: Mounted root (ext3 filesystem) on device 179:2.
[    4.614565] devtmpfs: mounted
[    4.618179] Freeing unused kernel memory: 276K (c067f000 - c06c4000)
[    4.624561] This architecture does not have kernel memory protection.
[    4.883413] random: systemd urandom read with 20 bits of entropy available
[    4.903976] systemd[1]: systemd 229 running in system mode. (-PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK +SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[    4.922778] systemd[1]: Detected architecture arm.

Welcome to Arago 2016.05!

[    4.949174] systemd[1]: Set hostname to <ti81xx>.
[    5.231468] systemd[1]: Configuration file /etc/systemd/system/ipnc-rdk-usecase.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    5.381030] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    5.407398] systemd[1]: Reached target Timers.
[  OK  ] Reached target Timers.
[    5.431206] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[    5.447572] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    5.485847] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    5.507669] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    5.527653] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[    5.558635] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    5.577696] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    5.608140] systemd[1]: Mounting /var/volatile...
         Mounting /var/volatile...
[    5.646120] systemd[1]: Starting udev Kernel Device Manager...
         Starting udev Kernel Device Manager...
[    5.695378] systemd[1]: Starting Synchronize System and HW clocks...
         Starting Synchronize System and HW clocks...
[    5.738183] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    5.767412] systemd[1]: Starting udev Coldplug all Devices...
         Starting udev Coldplug all Devices...
[    5.797530] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    5.827536] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    5.861500] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    5.899315] systemd[1]: Mounting /media/ram...
         Mounting /media/ram...
[    5.927974] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    5.972649] systemd[1]: Mounting Temporary Directory...
         Mounting Temporary Directory...
[    6.051430] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    6.108264] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[    6.127535] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[    6.157652] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    6.188855] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[    6.220219] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    6.257554] systemd[1]: Mounted Temporary Directory.
[  OK  ] Mounted Temporary Directory.
[    6.277505] systemd[1]: Mounted /var/volatile.
[  OK  ] Mounted /var/volatile.
[    6.297470] systemd[1]: Mounted /media/ram.
[  OK  ] Mounted /media/ram.
[    6.318328] systemd[1]: Started udev Kernel Device Manager.
[  OK  ] Started udev Kernel Device Manager.
[    6.338075] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Started Synchronize System and HW clocks.
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started IPNC RDK use case service.
[  OK  ] Reached target Local File Systems.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting uim-sysfs.service...
[    7.437886] autorun-usecase.sh[114]: numid=1,iface=MIXER,name='PCM Playback Volume'
[    7.456930] autorun-usecase.sh[114]:   ; type=INTEGER,access=rw---R--,values=2,min=0,max=127,step=0
[    7.458369] autorun-usecase.sh[114]:   : values=115,115
[    7.459627] autorun-usecase.sh[114]:   | dBscale-min=-63.50dB,step=0.50dB,mute=0
[  OK  ] Started Kernel Logging Service.
[  OK  ] Started System Logging Service.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Reached target Login Prompts.
[    7.637137] autorun-usecase.sh[114]: numid=31,iface=MIXER,name='PGA Capture Volume'
[    7.657350] autorun-usecase.sh[114]:   ; type=INTEGER,access=rw---R--,values=2,min=0,max=119,step=0
[    7.662729] autorun-usecase.sh[114]:   : values=72,72
[    7.668620] autorun-usecase.sh[114]:   | dBscale-min=0.00dB,step=0.50dB,mute=0
[  OK  ] Started D-Bus System Message Bus.
[    7.731068] autorun-usecase.sh[114]: numid=51,iface=MIXER,name='Right PGA Mixer Mic2R Switch'
[    7.752389] autorun-usecase.sh[114]:   ; type=BOOLEAN,access=rw------,values=1
[    7.771974] autorun-usecase.sh[114]:   : values=on
[    7.811318] autorun-usecase.sh[114]: numid=46,iface=MIXER,name='Left PGA Mixer Mic2L Switch'
[    7.841931] autorun-usecase.sh[114]:   ; type=BOOLEAN,access=rw------,values=1
[    7.862094] autorun-usecase.sh[114]:   : values=on
[    7.890788] autorun-usecase.sh[114]: Mount mtd6 and mtd7 partitions
         Starting Network Service...
[    8.016740] ubi0: attaching mtd6
[    8.217477] net eth0: initializing cpsw version 1.10 (0)
[    8.222840] net eth0: initialized cpsw ale version 1.3
[    8.231324] net eth0: phy found : id is : 0x2000a231
[    8.236363] libphy: PHY  not found
[    8.239819] net eth0: phy "" not found on slave 1, err -19
[    8.258324] ubi0: scanning is finished
[  OK  ] Started Network Service.
[    8.305542] ubi0: attached mtd6 (name "NAND.data", size 12 MiB)
[    8.311596] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    8.318531] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    8.325263] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    8.332272] ubi0: good PEBs: 96, bad PEBs: 0, corrupted PEBs: 0
[    8.338234] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
[    8.345492] ubi0: max/mean erase counter: 5/2, WL threshold: 4096, image sequence number: 1741369917
[    8.354681] ubi0: available PEBs: 0, total reserved PEBs: 96, PEBs reserved for bad PEB handling: 40
[    8.364360] ubi0: background thread "ubi_bgt0d" started, PID 147
[    8.430962] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    8.581119] autorun-usecase.sh[114]: UBI device number 0, total 96 LEBs (12189696 bytes, 11.6 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB)
[    9.197247] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 152
[    9.263115] UBIFS (ubi0:0): recovery needed
[    9.456531] UBIFS (ubi0:0): recovery completed
[    9.461172] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "ubifs_volume"
[    9.469166] UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    9.479148] UBIFS (ubi0:0): FS size: 5332992 bytes (5 MiB, 42 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs)
[    9.489299] UBIFS (ubi0:0): reserved for root: 251889 bytes (245 KiB)
[    9.495778] UBIFS (ubi0:0): media format: w4/r0 (latest is w4/r0), UUID 2094B2CF-2C5D-4836-B0E7-289A8048E109, small LPT model
[  OK  ] Reached target Network.
         Starting Network Name Resolution...
[  OK  ] Started Network Name Resolution.
[   10.285163] ubi1: attaching mtd7
[  OK  ] Started uim-sysfs.service.
         Starting telnetd.service...
[  OK  ] Started telnetd.service.
[   10.576738] ubi1: scanning is finished
[   10.613885] ubi1: attached mtd7 (name "NAND.reserved", size 41 MiB)
[   10.620273] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[   10.627211] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[   10.633943] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
[   10.640953] ubi1: good PEBs: 332, bad PEBs: 0, corrupted PEBs: 0
[   10.646987] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
[   10.654258] ubi1: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1920016344
[   10.663449] ubi1: available PEBs: 0, total reserved PEBs: 332, PEBs reserved for bad PEB handling: 40
[   10.675206] ubi1: background thread "ubi_bgt1d" started, PID 170
         Starting thermal-zone-init.service...
[  OK  ] Started thermal-zone-init.service.
[   10.750689] autorun-usecase.sh[114]: UBI device number 1, total 332 LEBs (42156032 bytes, 40.2 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB)
[  OK  ] Reached target Multi-User System.
[   11.307200] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 182
[   11.331853] UBIFS (ubi1:0): recovery needed
[   11.351538] UBIFS (ubi1:0): recovery completed
[   11.356109] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "ubifs_volume"
[   11.364130] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   11.374115] UBIFS (ubi1:0): FS size: 35299328 bytes (33 MiB, 278 LEBs), journal size 1777664 bytes (1 MiB, 14 LEBs)
[   11.384614] UBIFS (ubi1:0): reserved for root: 1667274 bytes (1628 KiB)
[   11.391280] UBIFS (ubi1:0): media format: w4/r0 (latest is w4/r0), UUID 4BCA1D56-E880-448B-9F3A-3C946B69CC78, small LPT model
[   11.907069] autorun-usecase.sh[114]: wifi: in STA mode

 _____                    _____           _         _
|  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
|     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
|__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
              |___|                    |___|

Arago Project http://arago-project.org ti81xx ttyS0

Arago 2016.05 ti81xx ttyS0

ti81xx login: [   12.230170] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[   12.241021] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   12.716366] cfg80211: World regulatory domain updated:
[   12.721653] cfg80211:  DFS Master region: unset
[   12.726033] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   12.735863] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   12.743924] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   12.751980] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   12.760041] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   12.769584] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   12.779125] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   12.787376] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   12.795420] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   13.488524] wl18xx_driver wl18xx.1.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
[   13.887730] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
[   13.914957] wlcore: loaded
[   14.528178] wlcore: PHY firmware version: Rev 8.2.0.0.232
[   14.650436] wlcore: firmware booted (Rev 8.9.0.0.48)
[   14.667157] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   15.140851] random: nonblocking pool is initialized
[   18.844219] autorun-usecase.sh[114]:         SSID: AP-DS
[   18.846008] autorun-usecase.sh[114]:         SSID: AP-DSF
[   18.847412] autorun-usecase.sh[114]:         SSID: AP-DSV
[   18.848721] autorun-usecase.sh[114]:         SSID: Chammed_Business
[   18.860479] autorun-usecase.sh[114]:         SSID: one1
[   18.862314] autorun-usecase.sh[114]:         SSID:
[   18.863878] autorun-usecase.sh[114]:         SSID: U+NetEA93
[   18.865421] autorun-usecase.sh[114]:         SSID: HP-Print-73-Officejet Pro X476dw
[   18.866886] autorun-usecase.sh[114]:         SSID: DIRECT-F1GLRSGMmsQN
[   18.871259] autorun-usecase.sh[114]:         SSID: TOP
[   19.249457] <1>SysLink version : 2.21.02.10
[   19.249457] SysLink module created on Date:Feb 13 2017 Time:19:16:30
[   19.260109] <1>Trace enabled
[   19.263119] <1>Trace SetFailureReason enabled
[   19.368194] autorun-usecase.sh[114]: /dev/mem opened.
[   19.373079] autorun-usecase.sh[114]:              Phy Addr : 0x48181560 Data : 0x00000002
[   19.375022] autorun-usecase.sh[114]:              Phy Addr : 0x48180f10 Data : 0x00000000
[   19.376508] autorun-usecase.sh[114]:              Phy Addr : 0x48180508 Data : 0x00000302
[   19.377926] autorun-usecase.sh[114]:              Phy Addr : 0x48180520 Data : 0x00000002
[   19.379368] autorun-usecase.sh[114]:              Phy Addr : 0x48180524 Data : 0x00000002
[   19.381043] autorun-usecase.sh[114]:              Phy Addr : 0x48180528 Data : 0x00000002
[   19.382474] autorun-usecase.sh[114]:              Phy Addr : 0x4c0000e4 Data : 0x00170209
[   19.383972] autorun-usecase.sh[114]:              Phy Addr : 0x4c0000e4 Data : 0x00170209
[   19.385400] autorun-usecase.sh[114]: DDR IOs RX is shutdown
[   19.386789] autorun-usecase.sh[114]:              Phy Addr : 0x48180a04 Data : 0x00000000
[   20.347420] autorun-usecase.sh[114]: /opt/ipnc/autorun-usecase.sh: line 52: kill: (233) - No such process
 [host]  Setting L3 bandwidth regulator for [HDVICP0 ] to [press=[0,0] BW=900, WM Cycles=2500]
 [host]  Setting DMM priority for [HDVICP0 ] to [1] ( 0x4e000634 = 0x00000009 )
 [host]  Setting DMM priority for [ISS     ] to [0] ( 0x4e000634 = 0x00080000 )
 [host]  Setting L3 bandwidth regulator for [ISS     ] to [press=[3,3] BW=400, WM Cycles=2500]
[   20.447824] autorun-usecase.sh[114]: insmod: ERROR: could not insert module sbull.ko: File exists
[   21.481067] autorun-usecase.sh[114]: mkfs.fat 3.0.28 (2015-05-16)
[   21.483073] autorun-usecase.sh[114]: unable to get drive geometry, using default 255/63
[   21.485358] autorun-usecase.sh[114]: /dev/sbulla has 255 heads and 63 sectors per track,
[   21.492709] autorun-usecase.sh[114]: hidden sectors 0x0000;
[   21.494617] autorun-usecase.sh[114]: logical sector size is 512,
[   21.496147] autorun-usecase.sh[114]: using 0xf8 media descriptor, with 1024 sectors;
[   21.500436] autorun-usecase.sh[114]: drive number 0x80;
[   21.502802] autorun-usecase.sh[114]: filesystem has 2 16-bit FATs and 4 sectors per cluster.
[   21.507209] autorun-usecase.sh[114]: FAT size is 1 sector, and provides 247 clusters.
[   21.509793] autorun-usecase.sh[114]: There is 1 reserved sector.
[   21.512708] autorun-usecase.sh[114]: Root directory contains 512 slots and uses 32 sectors.
[   21.519311] autorun-usecase.sh[114]: Volume ID is a60932d5, no volume label.
[   21.750777] Mass Storage Function, version: 2009/09/11
[   21.756001] LUN: removable file: (no medium)
[   21.760728] LUN: removable file: /dev/sbulla
[   21.765028] Number of LUNs=1
[   21.799862] g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11
[   21.806884] g_mass_storage gadget: userspace failed to provide iSerialNumber
[   21.814011] g_mass_storage gadget: g_mass_storage ready
[   21.871811] autorun-usecase.sh[114]: Creat queue id:0
[   21.875672] autorun-usecase.sh[114]: queue id:0
[   21.877462] autorun-usecase.sh[114]: Creat queue id:32769
[   21.883673] autorun-usecase.sh[114]: queue id:32769
[   21.890319] autorun-usecase.sh[114]: Creat queue id:65538
[   21.893254] autorun-usecase.sh[114]: queue id:65538
[   21.906318] autorun-usecase.sh[114]: Creat queue id:98307
[   21.910105] autorun-usecase.sh[114]: queue id:98307
[   21.920674] autorun-usecase.sh[114]: queue id:32769
 [host] Attached to slave procId 0.14]:
 [host] Attached to slave procId 1.14]:
 [host] Loaded file ./firmware/ipnc_rdk_fw_m3video.xem3 on slave procId 0.
 [host] Started slave procId 0.sh[114]:
 [host] After Ipc_loadcallback status [0x00000000]
 [host] Loaded file ./firmware/ipnc_rdk_fw_m3vpss.xem3 on slave procId 1.
 [host] Started slave procId 1.sh[114]:
 [host] After Ipc_loadcallback status [0x00000000]
 [host] After Ipc_startcallback status [0x00000000]
 [host] After Ipc_startcallback status [0x00000000]
[   27.231095] autorun-usecase.sh[114]:  [c6xdsp ] Remote Debug Shared Memory @ 0xbff00000
[   27.232891] autorun-usecase.sh[114]:  [m3video] Remote Debug Shared Memory @ 0xbff05020
[   27.234312] autorun-usecase.sh[114]:  [m3vpss ] Remote Debug Shared Memory @ 0xbff0a040
[   27.235613] autorun-usecase.sh[114]:  [m3vpss ] Received character 's'
[   27.329821] autorun-usecase.sh[114]:  [c6xdsp ] Remote Debug Shared Memory @ 0xbff00000
[   27.331660] autorun-usecase.sh[114]:  [m3video] Remote Debug Shared Memory @ 0xbff05020
[   27.333040] autorun-usecase.sh[114]:  [m3vpss ] Remote Debug Shared Memory @ 0xbff0a040
[   27.334338] autorun-usecase.sh[114]:  [m3video] Received character 's'
[   27.351043] autorun-usecase.sh[114]: queue id:65538
[   27.352892] autorun-usecase.sh[114]: Creat queue id:131076
[   27.360147] autorun-usecase.sh[114]: queue id:131076
[   27.366454] autorun-usecase.sh[114]: CPU is TI812x
[   27.368341] autorun-usecase.sh[114]:  vsenable : 0
[   27.523666] autorun-usecase.sh[114]: Creat queue id:163845
[   27.525474] autorun-usecase.sh[114]: queue id:163845
[   27.530915] autorun-usecase.sh[114]: queue id:65538
[   27.646390] autorun-usecase.sh[114]:  [c6xdsp ] Remote Debug Shared Memory @ 0xbff00000
[   27.648111] autorun-usecase.sh[114]:  [m3video] Remote Debug Shared Memory @ 0xbff05020
[   27.649486] autorun-usecase.sh[114]:  [m3vpss ] Remote Debug Shared Memory @ 0xbff0a040
[   27.698301] autorun-usecase.sh[114]: ApproDrvInit: 7
[   27.700485] autorun-usecase.sh[114]: queue id:163845
[   27.723613] autorun-usecase.sh[114]:  [c6xdsp ] Remote Debug Shared Memory @ 0xbff00000
[   27.725422] autorun-usecase.sh[114]:  [m3video] Remote Debug Shared Memory @ 0xbff05020
[   27.727739] autorun-usecase.sh[114]:  [m3vpss ] Remote Debug Shared Memory @ 0xbff0a040
[   27.754532] autorun-usecase.sh[114]:  [c6xdsp ] Remote Debug Shared Memory @ 0xbff00000
[   27.756475] autorun-usecase.sh[114]:  [m3video] Remote Debug Shared Memory @ 0xbff05020
[   27.757891] autorun-usecase.sh[114]:  [m3vpss ] Remote Debug Shared Memory @ 0xbff0a040
[   27.763519] autorun-usecase.sh[114]:  [m3video] ***** SYSTEM  : Frequency <ORG> - 200000000, <NEW> - 200000000
[   27.768264] autorun-usecase.sh[114]:  [m3video]
[   27.772530] autorun-usecase.sh[114]:  [m3video]  *** UTILS: CPU KHz = 400000 Khz ***
[   27.777109] autorun-usecase.sh[114]:  [m3video]
[   27.781647] autorun-usecase.sh[114]:  [m3video]  76: SYSTEM  : System Common Init in progress !!!
[   27.785105] autorun-usecase.sh[114]:  [m3video]  81: SYSTEM: IPC init in progress !!!
[   27.788092] autorun-usecase.sh[114]:  [m3video]  85: SYSTEM: Attaching to [HOST] ...
[   27.792489] autorun-usecase.sh[114]:  [m3video]  138: SYSTEM: Attaching to [HOST] ...
[   27.796845] autorun-usecase.sh[114]:  [m3vpss ] ***** SYSTEM  : Frequency <ORG> - 200000000, <NEW> - 200000000
[   27.798790] autorun-usecase.sh[114]:  [m3video]  156: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
[   27.800489] autorun-usecase.sh[114]:  [m3vpss ] notify_attach  rtnVal  0
[   27.802179] autorun-usecase.sh[114]:  [m3video]  156: SYSTEM: Attaching to [VPSS-M3] ...
[   27.803813] autorun-usecase.sh[114]:  [m3vpss ] initProxyServer  rtnVal  0
[   27.805456] autorun-usecase.sh[114]:  [m3vpss ]
[   27.807033] autorun-usecase.sh[114]:  [m3vpss ]  *** UTILS: CPU KHz = 400000 Khz ***
[   27.808696] autorun-usecase.sh[114]:  [m3vpss ]
[   27.810273] autorun-usecase.sh[114]:  [m3vpss ]  187: SYSTEM  : System Common Init in progress !!!
[   27.811949] autorun-usecase.sh[114]:  [m3vpss ]  187: SYSTEM: IPC init in progress !!!
[   27.813560] autorun-usecase.sh[114]:  [m3vpss ]  187: SYSTEM: Attaching to [HOST] ...
[   27.815172] autorun-usecase.sh[114]:  [m3video]  206: SYSTEM: Attaching to [VPSS-M3] ...
[   27.816856] autorun-usecase.sh[114]:  [m3vpss ]  237: SYSTEM: Attaching to [HOST] ...
[   27.818590] autorun-usecase.sh[114]:  [m3vpss ]  238: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
[   27.820210] autorun-usecase.sh[114]:  [m3vpss ]  238: SYSTEM: Attaching to [VIDEO-M3] ...
[   27.821858] autorun-usecase.sh[114]:  [m3video]  256: SYSTEM: Attaching to [VPSS-M3] ...
[   27.823463] autorun-usecase.sh[114]:  [m3vpss ]  288: SYSTEM: Attaching to [VIDEO-M3] ...
[   27.825162] autorun-usecase.sh[114]:  [m3video]  289: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
[   27.826869] autorun-usecase.sh[114]:  [m3vpss ]  289: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
[   27.828584] autorun-usecase.sh[114]:  [m3video]  289: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
[   27.830259] autorun-usecase.sh[114]:  [m3vpss ]  289: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
[   27.831913] autorun-usecase.sh[114]:  [m3vpss ]  289: SYSTEM: Creating MsgQ [VPSS-M3_MSGQ] ...
[   27.835333] autorun-usecase.sh[114]:  [m3vpss ]  290: SYSTEM: Creating MsgQ [VPSS-M3_ACK_MSGQ] ...
[   27.837192] autorun-usecase.sh[114]:  [m3vpss ]  291: SYSTEM: Notify register to [HOST] line 0, event 12 ...
[   27.838977] autorun-usecase.sh[114]:  [m3vpss ]  292: SYSTEM: Notify register to [VIDEO-M3] line 0, event 12 ...
[   27.840740] autorun-usecase.sh[114]:  [m3vpss ]  292: SYSTEM: IPC init DONE !!!
[   27.842461] autorun-usecase.sh[114]:  [m3vpss ]  303: MEM: Shared Region 2: Base = 0xb8000000, Length = 0x06900000 (105 MB)
[   27.844293] autorun-usecase.sh[114]:  [m3vpss ]  303: MEM: Shared Region 1: Base = 0x89000000, Length = 0x03b00000 (59 MB)
[   27.846030] autorun-usecase.sh[114]:  [m3vpss ]  305: SYSTEM  : System Common Init Done !!!
[   27.848485] autorun-usecase.sh[114]:  [m3video]  389: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
[   27.850357] autorun-usecase.sh[114]:  [m3video]  389: SYSTEM: Creating MsgQ [VIDEO-M3_MSGQ] ...
[   27.852136] autorun-usecase.sh[114]:  [m3video]  390: SYSTEM: Creating MsgQ [VIDEO-M3_ACK_MSGQ] ...
[   27.853793] autorun-usecase.sh[114]:  [m3video]  391: SYSTEM: Notify register to [HOST] line 0, event 12 ...
[   27.855436] autorun-usecase.sh[114]:  [m3video]  392: SYSTEM: Notify register to [VPSS-M3] line 0, event 12 ...
[   27.857174] autorun-usecase.sh[114]:  [m3video]  392: SYSTEM: IPC init DONE !!!
[   27.859046] autorun-usecase.sh[114]:  [m3video]  403: MEM: Shared Region 2: Base = 0xb8000000, Length = 0x06900000 (105 MB)
[   27.860718] autorun-usecase.sh[114]:  [m3video]  403: MEM: Shared Region 1: Base = 0x89000000, Length = 0x03b00000 (59 MB)
[   27.862390] autorun-usecase.sh[114]:  [m3video]  405: SYSTEM  : System Common Init Done !!!
[   27.863966] autorun-usecase.sh[114]:  [m3video]  805: SYSTEM  : System Video Init in progress !!!
[   27.865585] autorun-usecase.sh[114]:  [m3vpss ]  805: SYSTEM  : System VPSS Init in progress !!!
[   27.867259] autorun-usecase.sh[114]:  [m3video]  805: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_0] in region 0 ...
[   27.869002] autorun-usecase.sh[114]:  [m3video]  806: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_0] in region 0 ...
[   27.870652] autorun-usecase.sh[114]:  [m3video]  806: SYSTEM: ListElem Shared Addr = 0xbe984180
[   27.872296] autorun-usecase.sh[114]:  [m3video]  808: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_1] in region 0 ...
[   27.873892] autorun-usecase.sh[114]:  [m3video]  809: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_1] in region 0 ...
[   27.875493] autorun-usecase.sh[114]:  [m3video]  809: SYSTEM: ListElem Shared Addr = 0xbe987680
[   28.210978] autorun-usecase.sh[114]:  [m3video]  819: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_29] in region 0 ...
[   28.212701] autorun-usecase.sh[114]:  [m3video]  819: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_29] in region 0 ...
[   28.214391] autorun-usecase.sh[114]:  [m3video]  819: SYSTEM: ListElem Shared Addr = 0xbe98ab80
[   28.216003] autorun-usecase.sh[114]:  [m3video]  822: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_30] in region 0 ...
[   28.217655] autorun-usecase.sh[114]:  [m3video]  822: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_30] in region 0 ...
[   28.219353] autorun-usecase.sh[114]:  [m3video]  822: SYSTEM: ListElem Shared Addr = 0xbe9a4800
[   28.221141] autorun-usecase.sh[114]:  [m3video]  824: HDVICP: Doing PRCM for IVAHD[0] ...
[   28.222724] autorun-usecase.sh[114]:  [m3vpss ] === I2C0/2 Clk is active ===
[   28.224354] autorun-usecase.sh[114]:  [m3video]  824: HDVICP: PRCM for IVAHD[0] ... DONE.
[   28.225928] autorun-usecase.sh[114]:  [m3vpss ] PLATFORM: UNKNOWN CPU detected, defaulting to VPS_PLATFORM_CPU_REV_1_0
[   28.227519] autorun-usecase.sh[114]:  [m3video]  825: SYSTEM  : Initializing Links !!!
[   28.229337] autorun-usecase.sh[114]:  [m3vpss ]  PLATFORM: UNKNOWN CPU detected, defaulting to ISS_PLATFORM_CPU_REV_2_1
[   29.863769] autorun-usecase.sh[114]:  queue id:0
[   31.967171] autorun-usecase.sh[114]: ApproDrvInit: 3
[   31.980547] autorun-usecase.sh[114]: queue id:163845

U-Boot SPL 2016.05-00004-g63acf8c-dirty (Feb 13 2017 - 17:24:46)
Trying to boot from MMC2
reading u-boot.img
reading u-boot.img


U-Boot 2016.05-00004-g63acf8c-dirty (Feb 13 2017 - 17:24:46 -0500)

I2C:   ready
DRAM:  1 GiB
MMC:   OMAP SD/MMC: 0
*** Warning - bad CRC, using default environment

Net:   <ethaddr> not set. Reading from E-fuse

Also I saw similar question with answer. So I've tried to use with the below SD card.

But it doesn't work for me.

1. Kingston Class 10 16GB 
2. Sandisk Class 4 16GB
3. Sandisk Class 10 16GB
Please give any other recommendation to try more.
Best Regards,
Jay.