TI中文支持网
TI专业的中文技术问题搜集分享网站

TDA2平台部署linux系统无法进入系统

HI,  你好

我官方参考文档VisionSDK_Linux_UserGuide.pdf, 进行编译linux系统并从SD卡启动,却无法进入系统:

Starting kernel …

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.73 (lewis@ubuntu) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Mon Nov 23 23:20:13 PST 2020
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: TI DRA742
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
[ 0.000000] OF: reserved mem: initialized node cmem@40300000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: regions without no-map are not yet supported
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 80 MiB
[ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000009e000000, size 32 MiB
[ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: regions without no-map are not yet supported
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000a1000000, size 32 MiB
[ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB
[ 0.000000] OF: reserved mem: initialized node dsp2-memory@9f000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: regions without no-map are not yet supported
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 32 MiB
[ 0.000000] OF: reserved mem: initialized node cmem@A9000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000b0000000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node gpu-memory@c0000000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 64 MiB at 0x00000000bbc00000
[ 0.000000] OMAP4: Map 0x00000000bfd00000 to (ptrval) for dram barrier
[ 0.000000] DRA752 ES2.0
[ 0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
[ 0.000000] percpu: Embedded 16 pages/cpu s36492 r8192 d20852 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 251456
[ 0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=d6ac753a-02 rw rootwait ip=none mem=1024M cma=64M
[ 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: 280708K/1012736K available (10240K kernel code, 341K rwdata, 2804K rodata, 2048K init, 269K bss, 420732K reserved, 311296K cma-reserved, 128000K highmem)
[ 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 : 0x(ptrval) – 0x(ptrval) (12256 kB)
[ 0.000000] .init : 0x(ptrval) – 0x(ptrval) (2048 kB)
[ 0.000000] .data : 0x(ptrval) – 0x(ptrval) ( 342 kB)
[ 0.000000] .bss : 0x(ptrval) – 0x(ptrval) ( 270 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
[ 0.000000] arch_timer: 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.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[ 0.000018] Switching to timer-based delay loop, resolution 162ns
[ 0.000295] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000304] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000756] Console: colour dummy device 80×30
[ 0.000776] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.000784] This ensures that you still see kernel messages. Please
[ 0.000791] update your kernel commandline.
[ 0.000823] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[ 0.000840] pid_max: default: 32768 minimum: 301
[ 0.000966] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000981] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001528] CPU: Testing write buffer coherency: ok
[ 0.001567] CPU0: Spectre v2: using ICIALLU workaround
[ 0.001781] /cpus/cpu@0 missing clock-frequency property
[ 0.001801] /cpus/cpu@1 missing clock-frequency property
[ 0.001814] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059916] Setting up static identity map for 0x80200000 – 0x80200060
[ 0.079928] rcu: Hierarchical SRCU implementation.
[ 0.100123] EFI services will not be available.
[ 0.119994] smp: Bringing up secondary CPUs …
[ 0.200345] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.200351] CPU1: Spectre v2: using ICIALLU workaround
[ 0.200473] smp: Brought up 1 node, 2 CPUs
[ 0.200485] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[ 0.200493] CPU: All CPU(s) started in HYP mode.
[ 0.200501] CPU: Virtualization extensions available.
[ 0.200994] devtmpfs: initialized
[ 0.219078] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.219341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.219359] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.224205] pinctrl core: initialized pinctrl subsystem
[ 0.224732] DMI not present or invalid.
[ 0.225011] NET: Registered protocol family 16
[ 0.226172] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.227096] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.420687] cpuidle: using governor ladder
[ 0.420723] cpuidle: using governor menu
[ 0.430798] OMAP GPIO hardware version 0.1
[ 0.456510] No ATAGs?
[ 0.456586] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.456600] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.457133] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[ 0.457145] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[ 0.457790] OMAP DMA hardware revision 0.0
[ 0.469401] edma 43300000.edma: memcpy is disabled
[ 0.472848] edma 43300000.edma: TI EDMA DMA engine driver
[ 0.479985] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.481588] evm_3v3: supplied by evm_12v0
[ 0.481879] evm_5v0: supplied by evm_12v0
[ 0.482182] evm_3v6: supplied by evm_5v0
[ 0.485392] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 0.485563] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 0.485813] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 0.486047] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.486424] omap-iommu 41501000.mmu: 41501000.mmu registered
[ 0.486603] omap-iommu 41502000.mmu: 41502000.mmu registered
[ 0.486880] iommu: Adding device 58820000.ipu to group 1
[ 0.486961] iommu: Adding device 55020000.ipu to group 2
[ 0.487088] iommu: Adding device 40800000.dsp to group 0
[ 0.487328] iommu: Adding device 41000000.dsp to group 3
[ 0.488448] SCSI subsystem initialized
[ 0.489674] palmas 0-0058: IRQ missing: skipping irq request
[ 0.510891] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
[ 0.512555] SMPS123: supplied by regulator-dummy
[ 0.514422] SMPS45: supplied by regulator-dummy
[ 0.516265] SMPS6: supplied by regulator-dummy
[ 0.517968] SMPS7: supplied by regulator-dummy
[ 0.519819] SMPS8: supplied by regulator-dummy
[ 0.521522] SMPS9: supplied by regulator-dummy
[ 0.522510] LDO1: supplied by regulator-dummy
[ 0.531358] LDO2: supplied by regulator-dummy
[ 0.541225] LDO3: supplied by regulator-dummy
[ 0.551235] LDO4: supplied by regulator-dummy
[ 0.551422] random: fast init done
[ 0.551972] LDO5: supplied by regulator-dummy
[ 0.552698] LDO6: supplied by regulator-dummy
[ 0.553410] LDO7: supplied by regulator-dummy
[ 0.554135] LDO8: supplied by regulator-dummy
[ 0.554856] LDO9: supplied by regulator-dummy
[ 0.561271] LDOLN: supplied by regulator-dummy
[ 0.571287] LDOUSB: supplied by regulator-dummy
[ 0.583501] pcf857x: probe of 0-0020 failed with error -121
[ 0.583753] pcf857x: probe of 0-0021 failed with error -121
[ 0.583918] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.584382] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 0.584604] media: Linux media interface: v0.10
[ 0.584643] videodev: Linux video capture interface: v2.00
[ 0.584714] pps_core: LinuxPPS API ver. 1 registered
[ 0.584723] pps_core: Software ver. 5.3.6 – Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.584744] PTP clock support registered
[ 0.584775] EDAC MC: Ver: 3.0.0
[ 0.585567] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.585815] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.586324] Advanced Linux Sound Architecture Driver Initialized.
[ 0.587140] clocksource: Switched to clocksource arch_sys_counter
[ 0.595211] NET: Registered protocol family 2
[ 0.595785] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[ 0.595813] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.595877] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.596003] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.596072] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.596106] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.596245] NET: Registered protocol family 1
[ 0.616691] RPC: Registered named UNIX socket transport module.
[ 0.616702] RPC: Registered udp transport module.
[ 0.616710] RPC: Registered tcp transport module.
[ 0.616718] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.617809] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 0.618033] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.619015] Initialise system trusted keyrings
[ 0.619146] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.624023] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.634514] NFS: Registering the id_resolver key type
[ 0.634537] Key type id_resolver registered
[ 0.634546] Key type id_legacy registered
[ 0.634584] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.636156] Key type asymmetric registered
[ 0.636169] Asymmetric key parser 'x509' registered
[ 0.636223] bounce: pool size: 64 pages
[ 0.636257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.636268] io scheduler noop registered
[ 0.636276] io scheduler deadline registered
[ 0.636371] io scheduler cfq registered (default)
[ 0.636382] io scheduler mq-deadline registered
[ 0.636391] io scheduler kyber registered
[ 0.642226] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 0.646179] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.1
[ 0.646427] dra7-pcie 51000000.pcie: WA for Errata i870 not applied
[ 0.646517] dra7-pcie 51000000.pcie: host bridge /ocp/axi@0/pcie@51000000 ranges:
[ 0.646558] dra7-pcie 51000000.pcie: IO 0x20003000..0x20012fff -> 0x00000000
[ 0.646586] dra7-pcie 51000000.pcie: MEM 0x20013000..0x2fffffff -> 0x20013000
[ 1.646867] dra7-pcie 51000000.pcie: Phy link never came up
[ 1.647001] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[ 1.647015] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.647027] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 1.647038] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 1.653147] PCI: bus0: Fast back to back transfers disabled
[ 1.658743] PCI: bus1: Fast back to back transfers enabled
[ 1.658786] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff 64bit]
[ 1.658806] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 1.659127] pcieport 0000:00:00.0: Signaling PME with IRQ 176
[ 1.659259] pcieport 0000:00:00.0: AER enabled with IRQ 176
[ 1.663379] evm_1v8: supplied by smps9
[ 1.663633] evm_3v3_sw: supplied by sysen1
[ 1.663872] aic_dvdd: supplied by evm_3v3_sw
[ 1.663957] vtt_fixed: supplied by sysen2
[ 1.708692] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 1.712257] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 45, base_baud = 3000000) is a 8250
[ 2.913436] console [ttyS0] enabled
[ 2.917863] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 46, base_baud = 3000000) is a 8250
[ 2.927508] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 47, base_baud = 3000000) is a 8250
[ 2.938638] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.938960] random: crng init done
[ 2.958848] brd: module loaded
[ 2.968149] loop: module loaded
[ 2.971971] vmemexp device MAJOR num = 244
[ 2.976099] vmemexp class registered
[ 2.979821] /dev/vmemexp device registered
[ 2.983937] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
[ 3.014881] m25p80 spi0.0: found n25q00, expected s25fl256s1
[ 3.020857] m25p80 spi0.0: n25q00 (131072 Kbytes)
[ 3.025673] 10 fixed-partitions partitions found on MTD device spi0.0
[ 3.032163] Creating 10 MTD partitions on "spi0.0":
[ 3.037067] 0x000000000000-0x000000010000 : "QSPI.SPL"
[ 3.042960] 0x000000010000-0x000000020000 : "QSPI.SPL.backup1"
[ 3.049514] 0x000000020000-0x000000030000 : "QSPI.SPL.backup2"
[ 3.056036] 0x000000030000-0x000000040000 : "QSPI.SPL.backup3"
[ 3.062581] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 3.068689] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 3.075377] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 3.081837] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 3.088988] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 3.095063] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 3.102169] libphy: Fixed MDIO Bus: probed
[ 3.167170] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 3.174866] davinci_mdio 48485000.mdio: no live phy, scanning all
[ 3.214130] libphy: 48485000.mdio: probed
[ 3.218888] cpsw 48484000.ethernet: Detected MACID = b4:52:a9:5d:f6:dc
[ 3.225491] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
[ 3.231897] cpsw 48484000.ethernet: ALE Table size 1024
[ 3.237200] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
[ 3.245193] cpsw 48484000.ethernet: cpsw: Detected MACID = b4:52:a9:5d:f6:dd
[ 3.253836] i2c /dev entries driver
[ 3.262477] cpu cpu0: Linked as a consumer to regulator.10
[ 3.268091] cpu cpu0: Linked as a consumer to regulator.32
[ 3.274964] sdhci: Secure Digital Host Controller Interface driver
[ 3.281221] sdhci: Copyright(c) Pierre Ossman
[ 3.286527] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.293466] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.302347] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.307188] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31
[ 3.314254] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
[ 3.321333] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
[ 3.328225] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
[ 3.335114] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
[ 3.341748] sdhci-omap 4809c000.mmc: Dropping the link to regulator.31
[ 3.349121] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
[ 3.355905] sdhci-omap 480b4000.mmc: Dropping the link to regulator.2
[ 3.362463] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
[ 3.395058] mmc0: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 3.402965] ti-iodelay 4844a000.padconf: Set reg 0x840 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.411935] ti-iodelay 4844a000.padconf: Set reg 0x848 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.420936] ti-iodelay 4844a000.padconf: Set reg 0x84c Delay(a: 307 g: 0), Elements(C=0 F=8)0x29008
[ 3.430120] ti-iodelay 4844a000.padconf: Set reg 0x850 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.439081] ti-iodelay 4844a000.padconf: Set reg 0x854 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.448133] ti-iodelay 4844a000.padconf: Set reg 0x870 Delay(a: 785 g: 0), Elements(C=1 F=8)0x29028
[ 3.457332] ti-iodelay 4844a000.padconf: Set reg 0x874 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.466340] ti-iodelay 4844a000.padconf: Set reg 0x878 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.475391] ti-iodelay 4844a000.padconf: Set reg 0x87c Delay(a: 613 g: 0), Elements(C=1 F=3)0x29023
[ 3.484594] ti-iodelay 4844a000.padconf: Set reg 0x880 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.493621] ti-iodelay 4844a000.padconf: Set reg 0x884 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.502669] ti-iodelay 4844a000.padconf: Set reg 0x888 Delay(a: 683 g: 0), Elements(C=1 F=5)0x29025
[ 3.511871] ti-iodelay 4844a000.padconf: Set reg 0x88c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.520914] ti-iodelay 4844a000.padconf: Set reg 0x890 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.529972] ti-iodelay 4844a000.padconf: Set reg 0x894 Delay(a: 835 g: 0), Elements(C=1 F=9)0x29029
[ 3.539114] ti-iodelay 4844a000.padconf: Set reg 0x898 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.548053] ti-iodelay 4844a000.padconf: Set reg 0x89c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
[ 3.557302] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.8
[ 3.564087] sdhci-omap 480d1000.mmc: Dropping the link to regulator.8
[ 3.570667] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.7
[ 3.577473] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.8
[ 3.667175] sdhci-omap 480d1000.mmc: no pinctrl state for sdr104 mode
[ 3.673648] sdhci-omap 480d1000.mmc: no pinctrl state for ddr50 mode
[ 3.680078] sdhci-omap 480d1000.mmc: no pinctrl state for sdr50 mode
[ 3.686466] sdhci-omap 480d1000.mmc: no pinctrl state for hs200_1_8v mode
[ 3.718957] mmc1: SDHCI controller on 480d1000.mmc [480d1000.mmc] using PIO
[ 3.726862] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.737363] tlv320aic3x-codec 0-0019: Linked as a consumer to regulator.3
[ 3.744262] tlv320aic3x-codec 0-0019: Linked as a consumer to regulator.4
[ 3.752943] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
[ 3.760368] NET: Registered protocol family 10
[ 3.765772] Segment Routing with IPv6
[ 3.769794] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 3.776211] NET: Registered protocol family 17
[ 3.780929] Key type dns_resolver registered
[ 3.785388] Registering SWP/SWPB emulation handler
[ 3.790276] omap_voltage_late_init: Voltage driver support not added
[ 3.796683] Power Management for TI OMAP4+ devices.
[ 3.802315] Loading compiled-in X.509 certificates
[ 3.832445] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.839161] [drm] No driver support for vblank timestamp query.
[ 3.845481] [drm] Initialized vdrm 1.0.0 20191105 for 44000000.ocp:vdrm@0 on minor 0
[ 3.930339] Console: switching to colour frame buffer device 240×67
[ 3.953288] vdrm 44000000.ocp:vdrm@0: fb0: DRM emulated frame buffer device
[ 3.960804] dmm 4e000000.dmm: workaround for errata i878 in use
[ 3.968404] dmm 4e000000.dmm: initialized all PAT entries
[ 3.974687] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 1
[ 3.983111] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 3.991979] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 3.996830] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31
[ 4.003968] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
[ 4.010881] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
[ 4.017747] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
[ 4.024646] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
[ 4.031283] sdhci-omap 4809c000.mmc: Dropping the link to regulator.31
[ 4.039952] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
[ 4.047719] asoc-simple-card sound0: ASoC: no DMI vendor name!
[ 4.056278] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 4.065140] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 4.069999] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31
[ 4.077083] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
[ 4.084003] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
[ 4.090848] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
[ 4.097765] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
[ 4.104384] sdhci-omap 4809c000.mmc: Dropping the link to regulator.31
[ 4.112383] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[ 4.121245] sdhci-omap 4809c000.mmc: Got CD GPIO
[ 4.126034] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31
[ 4.133142] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
[ 4.140063] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
[ 4.146880] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
[ 4.153807] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
[ 4.160437] sdhci-omap 4809c000.mmc: Dropping the link to regulator.31
[ 4.167985] hctosys: unable to open rtc device (rtc0)
[ 4.173824] aic_dvdd: disabling
[ 4.177174] ldousb: disabling
[ 4.180427] pbias_mmc_omap5: disabling
[ 4.184232] ALSA device list:
[ 4.187263] #0: DRA7xx-EVM
[ 4.190962] Waiting for root device PARTUUID=d6ac753a-02…

<卡死在这里,没有反应>

制作系统命令如下:

lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux/targetfs$ ls $INSTALL_DIR/vision_sdk/binaries/apps/tda2xx_evm_linux_all/hlos/linux/boot
MLO tisdk-rootfs-image-dra7xx-evm.tar.xz u-boot.img uenv.txt
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux/targetfs$ cd $INSTALL_DIR/vision_sdk/build
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/build$lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/build$ sudo ./hlos/scripts/linux/mksdboot.sh –device /dev/sdb –appname apps –makeconfig tda2xx_evm_linux_all
— Main device is: /dev/sda1
************************************************************
* THIS WILL DELETE ALL THE DATA ON /dev/sdb *
* *
* WARNING! Make sure your computer does not go *
* in to idle mode while this script is *
* running. The script will complete, *
* but your SD card may be corrupted. *
* *
* Press <ENTER> to confirm…. *
************************************************************

unmounting device '/dev/sdb1'
unmounting device '/dev/sdb2'
1024+0 records in
1024+0 records out
1048576 bytes (1.0 MB) copied, 0.601153 s, 1.7 MB/s
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel with disk identifier 0xd6ac753a.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.

Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)

Command (m for help): Partition type:
p primary (0 primary, 0 extended, 4 free)
e extended
Select (default p): Partition number (1-4, default 1): First sector (2048-31116287, default 2048): Using default value 2048
Last sector, +sectors or +size{K,M,G} (2048-31116287, default 31116287):Command (m for help): Partition type:
p primary (1 primary, 0 extended, 3 free)
e extended
Select (default p): Partition number (1-4, default 2): First sector (526336-31116287, default 526336): Using default value 526336
Last sector, +sectors or +size{K,M,G} (526336-31116287, default 31116287): Using default value 31116287

Command (m for help): Partition number (1-4): Hex code (type L to list codes): Changed system type of partition 1 to c (W95 FAT32 (LBA))

Command (m for help): Partition number (1-4):Command (m for help): The partition table has been altered!

Calling ioctl() to re-read partition table.

WARNING: If you have created or modified any DOS 6.x
partitions, please see the fdisk manual page for additional
information.
Syncing disks.
Press enter to continue.
./hlos/scripts/linux/mksdboot.sh: 156: read: arg count
Formating /dev/sdb1 …
mkfs.fat 3.0.26 (2014-03-07)
mkfs.fat: warning – lowercase labels might not work properly with DOS or Windows
mke2fs 1.42.9 (4-Feb-2014)
Filesystem label=rootfs
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
956592 inodes, 3823744 blocks
191187 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=3917479936
117 block groups
32768 blocks per group, 32768 fragments per group
8176 inodes per group
Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208

Allocating group tables: doneWriting inode tables: doneCreating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

Copying filesystem on /dev/sdb1,/dev/sdb2
Creating card from ../binaries/apps/tda2xx_evm_linux_all/hlos/linux/boot
Extracting filesystem on /dev/sdb2 …
unmounting /dev/sdb1,/dev/sdb2
completed!
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/build$

Annie Liu:

感谢您对TI产品的关注!为更加有效地解决您的问题,我需要询问更了解这款芯片的TI资深工程师,再为您解答,一旦得到回复会立即回复给您。

Annie Liu:

请问您使用的是TI的EVM还是您自己的板子呢?

如果是TI EVM,您是否可以尝试使用SDK中的预构建图像或者尝试其他SD卡?

lewis liu:

回复 Annie Liu:

HI, Annie Liu
很高兴收到你的回复。

我使用的是TI的EVM, 板子型号为MMWCAS_DSP_EVM。
在采购EVM时配送的SD卡中自带的系统,可以正常启动。
目前我使用参考文档VisionSDK_Linux_UserGuide.pdf进行自己配置编译系统,然后制作SD卡,在将SD卡插入卡槽,无法启动。

使用资源列表如下:
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux$ ls
armkernellinarosgxtargetfsu-bootxdctools_3_32_01_22_core
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux$ ls kernel/omap/
archDocumentationipcMAINTAINERSscriptsvirt
blockdriversKbuildMakefilesecurity
certsfirmwareKconfigmmsound
COPYINGfskernelnetti_config_fragments
CREDITSincludelibREADMEtools
cryptoinitLICENSESsamplesusr
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux$ ls u-boot/u-boot/
apiDocumentationlibsplu-boot-dtb.bin
archdriversLicensesSystem.mapu-boot-dtb.img
boarddtsMAINTAINERStestu-boot.img
cmdenvMakefiletoolsu-boot.lds
commonexamplesMLOu-bootu-boot.map
config.mkfsnetu-boot.binu-boot-nodtb.bin
configsincludepostu-boot.cfgu-boot.srec
diskKbuildREADMEu-boot.cfg.configsu-boot.sym
docKconfigscriptsu-boot.dtb
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux$ ls sgx/omap5-sgx-ddk-linux/
eurasia_km
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux$ ls kernel/cmem/ludev
Android.mkconfig.statusincludeMakefileproducts.mak
build-auxconfigurelibtoolMakefile.amsrc
config.logconfigure.aclu.makMakefile.in
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux$ ls targetfs/
binbootdevetchomeincludeliblinuxrcmediamntoptprocrunsbinsystmpusrvar
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux$

Annie Liu:

回复 lewis liu:

——请问您是否可以尝试使用EVM随附的SD卡上构建的映像吗?

或者

——尝试在其他SD卡上构建的图像吗?

lewis liu:

回复 Annie Liu:

HI,Annie Liu
好!

尝试使用过新的SD卡构建,或过几个SD卡(包括随付的SD卡), 都是一样的现象。
就是在启动的时候,显示如上的日志信息。

目前感觉到是不是我下载的资源版本不对? 但是在编译过程中,也没有报错呀。 
整个流程操作下来还是挺顺利的。目前我无法判断问题症结在哪里?

Annie Liu:

回复 lewis liu:

请问是否方便提供EVM随附SD卡的工作日志?

lewis liu:

回复 Annie Liu:

HI
日志如下:
[08:31:33][20201204 08:31:33]
[08:31:37]
[08:31:37]U-Boot SPL 2016.05-00018-g6bc25a5 (Aug 05 2019 – 14:43:03)
[08:31:37]DRA752-GP ES2.0
[08:31:37]no pinctrl for hs200_1_8v
[08:31:37]no pinctrl for ddr_1_8v
[08:31:38]Card did not respond to voltage select!
[08:31:38]*** Warning – MMC init failed, using default environment
[08:31:38]
[08:31:38]Trying to boot from MMC1
[08:31:38]reading dra7-ipu2-fw.lzop
[08:31:38]spl_load_file_fat: error reading file dra7-ipu2-fw.lzop, err – -1
[08:31:38]spl: error reading image dra7-ipu2-fw.lzop, err – -1
[08:31:38]Error loading remotecore IPU2!,Continuing with boot …
[08:31:38]reading dra7-dsp1-fw.lzop
[08:31:38]spl_load_file_fat: error reading file dra7-dsp1-fw.lzop, err – -1
[08:31:38]spl: error reading image dra7-dsp1-fw.lzop, err – -1
[08:31:38]Error loading remotecore DSP1!,Continuing with boot …
[08:31:38]reading dra7-dsp2-fw.lzop
[08:31:38]spl_load_file_fat: error reading file dra7-dsp2-fw.lzop, err – -1
[08:31:38]spl: error reading image dra7-dsp2-fw.lzop, err – -1
[08:31:38]Error loading remotecore DSP2!,Continuing with boot …
[08:31:38]reading dra7-ipu1-fw.lzop
[08:31:38]spl_load_file_fat: error reading file dra7-ipu1-fw.lzop, err – -1
[08:31:38]spl: error reading image dra7-ipu1-fw.lzop, err – -1
[08:31:38]Error loading remotecore IPU1!,Continuing with boot …
[08:31:38]spl: falcon_args_file not set in environment, falling back to default
[08:31:38]reading single-stage-boot.dtb
[08:31:38]spl_load_image_fat_os: error reading image single-stage-boot.dtb, err – -1
[08:31:38]reading u-boot.img
[08:31:38]reading u-boot.img
[08:31:38]reading u-boot.img
[08:31:38]reading u-boot.img
[08:31:38]
[08:31:38]
[08:31:38]U-Boot 2016.05-00018-g6bc25a5 (Aug 05 2019 – 14:43:03 +0530)
[08:31:38]
[08:31:38]CPU: DRA752-GP ES2.0
[08:31:38]Model: TI DRA742
[08:31:38]Board: DRA74x Cascade EVM REV H.4
[08:31:38]DRAM:4 GiB
[08:31:38]MMC:i2c_write: error waiting for data ACK (status=0x116)
[08:31:38]pcf8575_i2c_write_le16 i2c write failed to addr 21
[08:31:38]OMAP SD/MMC: 0, OMAP SD/MMC: 1
[08:31:38]Card did not respond to voltage select!
[08:31:38]*** Warning – MMC init failed, using default environment
[08:31:38]
[08:31:38]Card did not respond to voltage select!
[08:31:38]ERROR: invalid mmc device
[08:31:38]
[08:31:38]at arch/arm/cpu/armv7/omap-common/utils.c:193/mmc_get_part_size()
[08:31:38]Warning: fastboot.userdata_size: unable to calc
[08:31:38]SCSI:SATA link 0 timeout.
[08:31:38]AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
[08:31:38]flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
[08:31:38]scanning bus for devices…
[08:31:38]Found 0 device(s).
[08:31:38]Net:Could not get PHY for ethernet@48484000: addr 2
[08:31:38]
[08:31:38]Warning: ethernet@48484000 using MAC address from ROM
[08:31:39]eth0: ethernet@48484000
[08:31:41]Hit any key to stop autoboot:0
[08:31:41]## Error: "board_findfdt" not defined
[08:31:41]i2c_write: error waiting for data ACK (status=0x116)
[08:31:41]pcf8575_i2c_write_le16 i2c write failed to addr 21
[08:31:41]i2c_write: error waiting for data ACK (status=0x116)
[08:31:41]pcf8575_i2c_write_le16 i2c write failed to addr 21
[08:31:41]switch to partitions #0, OK
[08:31:41]mmc0 is current device
[08:31:41]i2c_write: error waiting for data ACK (status=0x116)
[08:31:41]pcf8575_i2c_write_le16 i2c write failed to addr 21
[08:31:41]i2c_write: error waiting for data ACK (status=0x116)
[08:31:41]pcf8575_i2c_write_le16 i2c write failed to addr 21
[08:31:41]SD/MMC found on device 0
[08:31:41]reading boot.scr
[08:31:41]** Unable to read file boot.scr **
[08:31:41]reading uEnv.txt
[08:31:41]185 bytes read in 3 ms (59.6 KiB/s)
[08:31:41]Loaded env from uEnv.txt
[08:31:41]Importing environment from mmc0 …
[08:31:41]i2c_write: error waiting for data ACK (status=0x116)
[08:31:41]pcf8575_i2c_write_le16 i2c write failed to addr 21
[08:31:41]i2c_write: error waiting for data ACK (status=0x116)
[08:31:41]pcf8575_i2c_write_le16 i2c write failed to addr 21
[08:31:41]switch to partitions #0, OK
[08:31:41]mmc0 is current device
[08:31:41]i2c_write: error waiting for data ACK (status=0x116)
[08:31:41]pcf8575_i2c_write_le16 i2c write failed to addr 21
[08:31:41]i2c_write: error waiting for data ACK (status=0x116)
[08:31:41]pcf8575_i2c_write_le16 i2c write failed to addr 21
[08:31:41]SD/MMC found on device 0
[08:31:41]3577032 bytes read in 171 ms (19.9 MiB/s)
[08:31:41]107792 bytes read in 24 ms (4.3 MiB/s)
[08:31:41]Booting from mmc0 …
[08:31:41]Kernel image @ 0x82000000 [ 0x000000 – 0x3694c8 ]
[08:31:41]## Flattened Device Tree blob at 88000000
[08:31:41]Booting using the fdt blob at 0x88000000
[08:31:41]Loading Device Tree to 8ffe2000, end 8ffff50f … OK
[08:31:41]
[08:31:41]Starting kernel …
[08:31:41]
[08:31:44][0.000000] Booting Linux on physical CPU 0x0
[08:31:44][0.000000] Initializing cgroup subsys cpuset
[08:31:44][0.000000] Initializing cgroup subsys cpu
[08:31:44][0.000000] Initializing cgroup subsys cpuacct
[08:31:44][0.000000] Linux version 4.4.84-00041-g84382ab (x0284921@bangvideoapps02) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP PREEMPT Mon Aug 5 14:52:40 IST 2019
[08:31:44][0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[08:31:44][0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[08:31:44][0.000000] Machine model: TI DRA742 Cascade Radar Board
[08:31:44][0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
[08:31:44][0.000000] Reserved memory: initialized node cmem@40300000, compatible id shared-dma-pool
[08:31:44][0.000000] Reserved memory: regions without no-map are not yet supported
[08:31:44][0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 80 MiB
[08:31:44][0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
[08:31:44][0.000000] Reserved memory: created CMA memory pool at 0x000000009e000000, size 32 MiB
[08:31:44][0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
[08:31:44][0.000000] Reserved memory: regions without no-map are not yet supported
[08:31:44][0.000000] Reserved memory: created CMA memory pool at 0x00000000a1000000, size 32 MiB
[08:31:45][0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
[08:31:45][0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB
[08:31:45][0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
[08:31:45][0.000000] Reserved memory: regions without no-map are not yet supported
[08:31:45][0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 64 MiB
[08:31:45][0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
[08:31:45][0.000000] Reserved memory: regions without no-map are not yet supported
[08:31:45][0.000000] cma: Reserved 64 MiB at 0x00000000bc000000
[08:31:45][0.000000] Forcing write-allocate cache policy for SMP
[08:31:45][0.000000] Memory policy: Data cache writealloc
[08:31:45][0.000000] OMAP4: Map 0x000000027fd00000 to fe600000 for dram barrier
[08:31:45][0.000000] DRA752 ES2.0
[08:31:45][0.000000] PERCPU: Embedded 11 pages/cpu @f2f1e000 s14912 r8192 d21952 u45056
[08:31:45][0.000000] Built 1 zonelists in Zone order, mobility grouping on.Total pages: 1025330
[08:31:45][0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=3cc717e1-02 rw rootwait ip=none cma=64M vmalloc=128M
[08:31:45][0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[08:31:45][0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[08:31:45][0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[08:31:45][0.000000] Memory: 2439424K/4109312K available (6671K kernel code, 320K rwdata, 2396K rodata, 336K init, 290K bss, 1424128K reserved, 245760K cma-reserved, 2167808K highmem)
[08:31:45][0.000000] Virtual kernel memory layout:
[08:31:45][0.000000]vector: 0xffff0000 – 0xffff1000(4 kB)
[08:31:45][0.000000]fixmap: 0xffc00000 – 0xfff00000(3072 kB)
[08:31:45][0.000000]vmalloc : 0xf8000000 – 0xff800000( 120 MB)
[08:31:45][0.000000]lowmem: 0xc0000000 – 0xf7800000( 888 MB)
[08:31:45][0.000000]pkmap: 0xbfe00000 – 0xc0000000(2 MB)
[08:31:45][0.000000]modules : 0xbf000000 – 0xbfe00000(14 MB)
[08:31:45][0.000000].text : 0xc0008000 – 0xc08e302c(9069 kB)
[08:31:45][0.000000].init : 0xc08e4000 – 0xc0938000( 336 kB)
[08:31:45][0.000000].data : 0xc0938000 – 0xc0988220( 321 kB)
[08:31:45][0.000000].bss : 0xc098a000 – 0xc09d2880( 291 kB)
[08:31:45][0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[08:31:45][0.000000] Preemptible hierarchical RCU implementation.
[08:31:45][0.000000]Build-time adjustment of leaf fanout to 32.
[08:31:45][0.000000] NR_IRQS:16 nr_irqs:16 16
[08:31:45][0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
[08:31:45][0.000000] OMAP clockevent source: timer1 at 32786 Hz
[08:31:45][0.000000] Architected cp15 timer(s) running at 6.14MHz (phys).
[08:31:45][0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
[08:31:45][0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[08:31:45][0.000015] Switching to timer-based delay loop, resolution 162ns
[08:31:45][0.000345] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[08:31:45][0.000352] OMAP clocksource: 32k_counter at 32768 Hz
[08:31:45][0.000805] Console: colour dummy device 80×30
[08:31:45][0.000820] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[08:31:45][0.000827] This ensures that you still see kernel messages. Please
[08:31:45][0.000832] update your kernel commandline.
[08:31:45][0.000846] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[08:31:45][0.000860] pid_max: default: 32768 minimum: 301
[08:31:45][0.000956] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[08:31:45][0.000967] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[08:31:45][0.001514] Initializing cgroup subsys io
[08:31:45][0.001530] Initializing cgroup subsys memory
[08:31:45][0.001554] Initializing cgroup subsys devices
[08:31:45][0.001566] Initializing cgroup subsys freezer
[08:31:45][0.001578] Initializing cgroup subsys perf_event
[08:31:45][0.001589] Initializing cgroup subsys pids
[08:31:45][0.001616] CPU: Testing write buffer coherency: ok
[08:31:45][0.001810] /cpus/cpu@0 missing clock-frequency property
[08:31:45][0.001827] /cpus/cpu@1 missing clock-frequency property
[08:31:45][0.001837] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[08:31:45][0.001871] Setting up static identity map for 0x80008380 – 0x800083e0
[08:31:45][0.080060] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[08:31:45][0.080129] Brought up 2 CPUs
[08:31:45][0.080142] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[08:31:45][0.080148] CPU: All CPU(s) started in HYP mode.
[08:31:45][0.080153] CPU: Virtualization extensions available.
[08:31:45][0.080532] devtmpfs: initialized
[08:31:45][0.109481] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[08:31:45][0.110462] omap_hwmod: l3_main_2 using broken dt data from ocp
[08:31:45][0.313582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[08:31:45][0.313604] futex hash table entries: 512 (order: 3, 32768 bytes)
[08:31:45][0.318780] pinctrl core: initialized pinctrl subsystem
[08:31:45][0.319648] NET: Registered protocol family 16
[08:31:45][0.320612] DMA: preallocated 256 KiB pool for atomic coherent allocations
[08:31:45][0.350234] cpuidle: using governor ladder
[08:31:45][0.380256] cpuidle: using governor menu
[08:31:45][0.388776] OMAP GPIO hardware version 0.1
[08:31:45][0.392707] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
[08:31:45][0.408123] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[08:31:45][0.408136] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[08:31:45][0.417225] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[08:31:45][0.417235] hw-breakpoint: maximum watchpoint size is 8 bytes.
[08:31:45][0.417702] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[08:31:45][0.417712] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[08:31:45][0.418286] OMAP DMA hardware revision 0.0
[08:31:45][0.461509] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[08:31:45][0.462641] edma 43300000.edma: memcpy is disabled
[08:31:45][0.467330] edma 43300000.edma: TI EDMA DMA engine driver
[08:31:45][0.471384] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[08:31:45][0.471570] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[08:31:45][0.471729] omap-iommu 58882000.mmu: 58882000.mmu registered
[08:31:45][0.471887] omap-iommu 55082000.mmu: 55082000.mmu registered
[08:31:45][0.472163] omap-iommu 41501000.mmu: 41501000.mmu registered
[08:31:45][0.472367] omap-iommu 41502000.mmu: 41502000.mmu registered
[08:31:45][0.475408] palmas 0-0058: IRQ missing: skipping irq request
[08:31:45][0.490843] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
[08:31:45][0.552753] pcf857x: probe of 0-0020 failed with error -121
[08:31:45][0.553005] pcf857x: probe of 0-0021 failed with error -121
[08:31:45][0.553866] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[08:31:45][0.554280] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[08:31:45][0.554477] media: Linux media interface: v0.10
[08:31:45][0.554530] Linux video capture interface: v2.00
[08:31:45][0.554572] pps_core: LinuxPPS API ver. 1 registered
[08:31:45][0.554580] pps_core: Software ver. 5.3.6 – Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[08:31:45][0.554609] PTP clock support registered
[08:31:45][0.554659] EDAC MC: Ver: 3.0.0
[08:31:45][0.555411] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[08:31:45][0.555701] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[08:31:45][0.556029] Advanced Linux Sound Architecture Driver Initialized.
[08:31:45][0.556887] clocksource: Switched to clocksource arch_sys_counter
[08:31:45][0.567500] NET: Registered protocol family 2
[08:31:45][0.568003] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[08:31:45][0.568066] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[08:31:45][0.568191] TCP: Hash tables configured (established 8192 bind 8192)
[08:31:45][0.568237] UDP hash table entries: 512 (order: 2, 16384 bytes)
[08:31:45][0.568269] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[08:31:45][0.568412] NET: Registered protocol family 1
[08:31:45][0.568714] RPC: Registered named UNIX socket transport module.
[08:31:45][0.568723] RPC: Registered udp transport module.
[08:31:45][0.568730] RPC: Registered tcp transport module.
[08:31:45][0.568736] RPC: Registered tcp NFSv4.1 backchannel transport module.
[08:31:45][0.569704] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[08:31:45][0.579690] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[08:31:45][0.580333] NFS: Registering the id_resolver key type
[08:31:45][0.580362] Key type id_resolver registered
[08:31:45][0.580370] Key type id_legacy registered
[08:31:45][0.580427] ntfs: driver 2.1.32 [Flags: R/O].
[08:31:45][0.581699] bounce: pool size: 64 pages
[08:31:45][0.581856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[08:31:45][0.581871] io scheduler noop registered
[08:31:45][0.581884] io scheduler deadline registered
[08:31:45][0.581917] io scheduler cfq registered (default)
[08:31:45][0.587391] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[08:31:45][0.590901] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
[08:31:45][0.590914]No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
[08:31:45][0.590947]IO 0x20003000..0x20012fff -> 0x00000000
[08:31:45][0.590968]MEM 0x20013000..0x2fffffff -> 0x20013000
[08:31:45][0.591174] dra7-pcie 51000000.pcie_rc: CFG 'Bus Master Enable' change
[08:31:45][0.591184] dra7-pcie 51000000.pcie_rc: CFG 'Memory Space Enable' change
[08:31:45][0.618228] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
[08:31:45][0.618242] pci_bus 0000:00: root bus resource [bus 00-ff]
[08:31:45][0.618252] pci_bus 0000:00: root bus resource [io0x0000-0xffff]
[08:31:45][0.618261] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[08:31:45][0.618325] dra7-pcie 51000000.pcie_rc: CFG 'Memory Space Enable' change
[08:31:45][0.618342] dra7-pcie 51000000.pcie_rc: CFG 'Memory Space Enable' change
[08:31:45][0.618367] dra7-pcie 51000000.pcie_rc: CFG 'Memory Space Enable' change
[08:31:45][0.618381] dra7-pcie 51000000.pcie_rc: CFG 'Memory Space Enable' change
[08:31:45][0.618404] dra7-pcie 51000000.pcie_rc: CFG 'Memory Space Enable' change
[08:31:45][0.618418] dra7-pcie 51000000.pcie_rc: CFG 'Memory Space Enable' change
[08:31:45][0.618723] PCI: bus0: Fast back to back transfers disabled
[08:31:45][0.636976] PCI: bus1: Fast back to back transfers disabled
[08:31:45][0.637102] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[08:31:45][0.637117] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
[08:31:45][0.637127] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[08:31:45][0.637142] pci 0000:01:00.0: BAR 0: assigned [mem 0x20200000-0x20203fff 64bit]
[08:31:45][0.637189] pci 0000:00:00.0: PCI bridge to [bus 01]
[08:31:45][0.637201] pci 0000:00:00.0:bridge window [mem 0x20200000-0x202fffff]
[08:31:45][0.637415] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[08:31:45][0.637424] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[08:31:45][0.698950] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[08:31:45][0.702333] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 202, base_baud = 3000000) is a 8250
[08:31:45][1.802326] console [ttyS0] enabled
[08:31:45][1.806714] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 203, base_baud = 3000000) is a 8250
[08:31:46][1.816421] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 204, base_baud = 3000000) is a 8250
[08:31:46][1.826437] [drm] Initialized drm 1.1.0 20060810
[08:31:46][1.831996] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[08:31:46][1.838683] [drm] No driver support for vblank timestamp query.
[08:31:46][1.844810] [drm] Initialized vdrm 1.0.0 20110917 on minor 0
[08:31:46][1.851958] OMAP DSS rev 6.1
[08:31:46][1.855700] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[08:31:46][1.871326] loop: module loaded
[08:31:46][1.874863] vmemexp device MAJOR num = 245
[08:31:46][1.879016] vmemexp class registered
[08:31:46][1.882730] /dev/vmemexp device registered
[08:31:46][1.886843] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
[08:31:46][1.892394] nvme 0000:01:00.0: enabling device (0140 -> 0142)
[08:31:46][1.898814] nand: No NAND device found
[08:31:46][1.902586] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
[08:31:46][1.911683] m25p80 spi32766.0: found n25q00, expected s25fl256s1
[08:31:46][1.917807] m25p80 spi32766.0: n25q00 (131072 Kbytes)
[08:31:46][1.922941] 7 ofpart partitions found on MTD device spi32766.0
[08:31:46][1.928822] Creating 7 MTD partitions on "spi32766.0":
[08:31:46][1.933983] 0x000000000000-0x000000040000 : "QSPI.SPL"
[08:31:46][1.950138] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[08:31:46][1.966454] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[08:31:46][1.973407] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[08:31:46][1.990094] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[08:31:46][2.007501] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[08:31:46][2.020902]nvme0n1: p1
[08:31:46][2.023970] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[08:31:46][2.041778] libphy: Fixed MDIO Bus: probed
[08:31:46][2.096919] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
[08:31:46][2.103044] libphy: 48485000.mdio: probed
[08:31:46][2.120298] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver TI DP83867
[08:31:46][2.129241] cpsw 48484000.ethernet: Detected MACID = b4:52:a9:5d:f6:dc
[08:31:46][2.135895] cpsw 48484000.ethernet: cpts: overflow check period 800
[08:31:46][2.142870] cpsw 48484000.ethernet: cpsw: Detected MACID = b4:52:a9:5d:f6:dd
[08:31:46][2.151491] mousedev: PS/2 mouse device common for all mice
[08:31:46][2.157671] i2c /dev entries driver
[08:31:46][2.166350] omap_hsmmc 4809c000.mmc: Got CD GPIO
[08:31:46][2.207585] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[08:31:46][2.213970] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[08:31:46][2.220813] evm_3v3_sw: supplied by sysen1
[08:31:46][2.257737] ledtrig-cpu: registered to indicate activity on CPUs
[08:31:46][2.266163] aic_dvdd: supplied by evm_3v3_sw
[08:31:46][2.271441] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
[08:31:46][2.278949] NET: Registered protocol family 10
[08:31:46][2.294249] sit: IPv6 over IPv4 tunneling driver
[08:31:46][2.299471] NET: Registered protocol family 17
[08:31:46][2.304164] Key type dns_resolver registered
[08:31:46][2.308612] omap_voltage_late_init: Voltage driver support not added
[08:31:46][2.315509] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[08:31:46][2.321734] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[08:31:46][2.328425] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[08:31:46][2.334633] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[08:31:46][2.341981] Power Management for TI OMAP4+ devices.
[08:31:46][2.347118] Registering SWP/SWPB emulation handler
[08:31:46][2.353267] dmm 4e000000.dmm: workaround for errata i878 in use
[08:31:46][2.360838] dmm 4e000000.dmm: initialized all PAT entries
[08:31:46][2.367245] [drm] Initialized omapdrm 1.0.0 20110917 on minor 1
[08:31:46][2.395127] hctosys: unable to open rtc device (rtc0)
[08:31:46][2.412166] evm_1v8: disabling
[08:31:46][2.415244] aic_dvdd: disabling
[08:31:46][2.418643] ldousb: disabling
[08:31:46][2.422109] ALSA device list:
[08:31:46][2.425091]No soundcards found.
[08:31:46][2.429409] Waiting for root device PARTUUID=3cc717e1-02…
[08:31:46][2.437014] mmc0: host does not support reading read-only switch, assuming write-enable
[08:31:46][2.449658] mmc0: new high speed SDHC card at address aaaa
[08:31:46][2.455580] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[08:31:46][2.463881]mmcblk0: p1 p2
[08:31:46][2.539402] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[08:31:46][2.550092] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[08:31:46][2.720742] EXT4-fs (mmcblk0p2): recovery complete
[08:31:46][2.726717] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[08:31:46][2.734895] VFS: Mounted root (ext4 filesystem) on device 179:2.
[08:31:46][2.746588] devtmpfs: mounted
[08:31:46][2.749805] Freeing unused kernel memory: 336K
[08:31:46][2.754343] This architecture does not have kernel memory protection.
[08:31:47][2.960952] systemd[1]: System time before build time, advancing clock.
[08:31:47][3.005036] random: systemd: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
[08:31:47][3.020124] random: systemd: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
[08:31:47][3.031801] 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)
[08:31:47][3.050445] systemd[1]: Detected architecture arm.
[08:31:47]
[08:31:47]Welcome to Arago 2016.12!
[08:31:47]
[08:31:47][3.080102] systemd[1]: Set hostname to <dra7xx-evm>.
[08:31:47][3.153120] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
[08:31:47][3.168263] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
[08:31:47][3.178614] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
[08:31:47][3.191279] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[08:31:47][3.207670] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[08:31:47][3.296057] random: systemd: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
[08:31:47][3.305584] random: systemd: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
[08:31:47][3.315516] random: systemd: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
[08:31:47][3.599416] systemd[1]: Configuration file /etc/systemd/system/multi-user.target.wants/vsdk.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[08:31:47][3.618752] systemd[1]: [/etc/systemd/system/multi-user.target.wants/vsdk.service:3] Failed to add dependency on rc.pvr, ignoring: Invalid argument
[08:31:47][3.722044] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
[08:31:47][3.729935] systemd[1]: sysinit.target: Found dependency on alignment.service/start
[08:31:47][3.737699] systemd[1]: sysinit.target: Found dependency on basic.target/start
[08:31:47][3.744959] systemd[1]: sysinit.target: Found dependency on sockets.target/start
[08:31:47][3.752463] systemd[1]: sysinit.target: Found dependency on dbus.socket/start
[08:31:47][3.759651] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
[08:31:47][3.767101] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
[08:31:47][3.776543] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start
[08:31:47][ SKIP ] Ordering cycle found, skipping alignment.service
[08:31:47][3.809456] systemd[1]: Listening on Journal Socket (/dev/log).
[08:31:47][OK] Listening on Journal Socket (/dev/log).
[08:31:48][3.849747] systemd[1]: Listening on Syslog Socket.
[08:31:48][OK] Listening on Syslog Socket.
[08:31:48][3.877369] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[08:31:48][OK] Started Dispatch Password Requests to Console Directory Watch.
[08:31:48][3.907255] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[08:31:48][OK] Started Forward Password Requests to Wall Directory Watch.
[08:31:48][3.937090] systemd[1]: Reached target Paths.
[08:31:48][OK] Reached target Paths.
[08:31:48][3.958550] systemd[1]: Created slice System Slice.
[08:31:48][OK] Created slice System Slice.
[08:31:48][3.987339] systemd[1]: Listening on Network Service Netlink Socket.
[08:31:48][OK] Listening on Network Service Netlink Socket.
[08:31:48][4.017213] systemd[1]: Listening on Journal Socket.
[08:31:48][OK] Listening on Journal Socket.
[08:31:48][4.077316] systemd[1]: Starting Remount Root and Kernel File Systems…
[08:31:48]Starting Remount Root and Kernel File Systems…
[08:31:48][4.100161] systemd[1]: Mounting POSIX Message Queue File System…
[08:31:48][4.119339] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[08:31:48]Mounting POSIX Message Queue File System…
[08:31:48][4.177107] systemd[1]: Mounting Debug File System…
[08:31:48]Mounting Debug File System…
[08:31:48][4.199594] systemd[1]: Starting Journal Service…
[08:31:48]Starting Journal Service…
[08:31:48][4.218683] systemd[1]: Starting Load Kernel Modules…
[08:31:48]Starting Load Kernel Modules…
[08:31:48][4.235908] systemd[1]: Starting Setup Virtual Console…
[08:31:48]Starting Setup Virtual Console…
[08:31:48][4.259813] systemd[1]: Reached target Remote File Systems.
[08:31:48][OK] Reached target Remote File Systems.
[08:31:48][4.317310] systemd[1]: Starting Create list of required static device nodes for the current kernel…
[08:31:48]Starting Create list of required st… nodes for the current kernel…
[08:31:48][4.347270] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[08:31:48][OK] Listening on /dev/initctl Compatibility Named Pipe.
[08:31:48][4.377893] systemd[1]: Created slice system-serial\x2dgetty.slice.
[08:31:48][OK] Created slice system-serial\x2dgetty.slice.
[08:31:48][4.437099] systemd[1]: Mounting Temporary Directory…
[08:31:48]Mounting Temporary Directory…
[08:31:48][4.467374] systemd[1]: Listening on udev Control Socket.
[08:31:48][OK] Listening on udev Control Socket.
[08:31:48][4.497999] systemd[1]: Created slice system-getty.slice.
[08:31:48][OK] Created slice system-getty.slice.
[08:31:48][4.527726] systemd[1]: Created slice User and Session Slice.
[08:31:48][OK] Created slice User and Session Slice.
[08:31:48][4.557121] systemd[1]: Reached target Slices.
[08:31:48][OK] Reached target Slices.
[08:31:48][4.577100] systemd[1]: Reached target Swap.
[08:31:48][OK] Reached target Swap.
[08:31:48][4.597183] systemd[1]: Listening on udev Kernel Socket.
[08:31:48][OK] Listening on udev Kernel Socket.
[08:31:48][4.662348] systemd[1]: Mounted Debug File System.
[08:31:48][OK] Mounted Debug File System.
[08:31:48][4.687236] systemd[1]: Mounted POSIX Message Queue File System.
[08:31:48][OK] Mounted POSIX Message Queue File System.
[08:31:48][4.717154] systemd[1]: Mounted Temporary Directory.
[08:31:48][OK] Mounted Temporary Directory.
[08:31:48][4.747337] systemd[1]: Started Journal Service.
[08:31:48][OK] Started Journal Service.
[08:31:48][OK] Started Remount Root and Kernel File Systems.
[08:31:48][FAILED] Failed to start Load Kernel Modules.
[08:31:48]See 'systemctl status systemd-modules-load.service' for details.
[08:31:49][OK] Started Setup Virtual Console.
[08:31:49][OK] Started Create list of required sta…ce nodes for the current kernel.
[08:31:49]Starting Create Static Device Nodes in /dev…
[08:31:49]Starting Apply Kernel Variables…
[08:31:49]Starting udev Coldplug all Devices…
[08:31:49]Starting Flush Journal to Persistent Storage…
[08:31:49][OK] Started Apply Kernel Variables.
[08:31:49][OK] Started Create Static Device Nodes in /dev.
[08:31:49][5.480568] systemd-journald[120]: Received request to flush runtime journal from PID 1
[08:31:49][OK] Started Flush Journal to Persistent Storage.
[08:31:49][OK] Reached target Local File Systems (Pre).
[08:31:49]Mounting /media/ram…
[08:31:49]Mounting /var/volatile…
[08:31:49]Starting udev Kernel Device Manager…
[08:31:49][OK] Mounted /var/volatile.
[08:31:49][OK] Mounted /media/ram.
[08:31:49][OK] Started udev Kernel Device Manager.
[08:31:50][OK] Started udev Coldplug all Devices.
[08:31:50][6.082447] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
[08:31:50][6.099270]remoteproc0: 55020000.ipu is available
[08:31:50][6.117028]remoteproc0: Note: remoteproc is still under development and considered experimental.
[08:31:50][6.151804]remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[08:31:50]Starting Load/Save Random Seed…
[08:31:50][6.183148] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
[08:31:50][OK] Reached target Local File Systems.
[08:31:50][6.208939]remoteproc1: 40800000.dsp is available
[08:31:50][6.216510]remoteproc1: Note: remoteproc is still under development and considered experimental.
[08:31:50][6.237289]remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[08:31:50][6.261890]remoteproc1: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2
[08:31:50][6.277545] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
[08:31:50][6.291101]remoteproc1: failed to load dra7-dsp1-fw.xe66
[08:31:50][6.317029]remoteproc2: 41000000.dsp is available
[08:31:50]Starting Create Volatile Files and Directories…[6.328858]remoteproc2: Note: remoteproc is still under development and considered experimental.
[08:31:50]
[08:31:50][6.362118]remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[08:31:50][OK] Started Load/Save Random Seed.
[08:31:50][6.384607]remoteproc2: Direct firmware load for dra7-dsp2-fw.xe66 failed with error -2
[08:31:50][6.432097] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[08:31:50][6.433120]remoteproc2: failed to load dra7-dsp2-fw.xe66
[08:31:50][OK] Started Create Volatile Files and Directories.
[08:31:50][6.517791] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
[08:31:50][6.565631]remoteproc0: registered virtio0 (type 7)
[08:31:50][OK] Found device /dev/ttyS0.
[08:31:50][6.607066] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc0
[08:31:51]Starting Update UTMP about System Boot/Shutdown…
[08:31:51]Starting Network Time Synchronization…
[08:31:51][7.052011] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[08:31:51][7.080170] SCSI subsystem initialized
[08:31:51][7.084854] CAN device driver interface
[08:31:51][7.088778] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[08:31:51][7.092581] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[08:31:51][OK] Started Network Time Synchronization.
[08:31:51][OK] Started Update UTMP about System Boot/Shutdown.
[08:31:51]Starting Synchronize System and HW clocks…
[08:31:51][OK] Reached target System Time Synchronized.
[08:31:51][7.436311] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=254)
[08:31:51][OK] Started Synchronize System and HW clocks.
[08:31:51][7.497772] [drm] Initialized pvr 1.14.3699939 20110701 on minor 2
[08:31:51][7.504472] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[08:31:51][7.522582] EXT4-fs (nvme0n1p1): recovery complete
[08:31:51][7.537700] ahci 4a140000.sata: Enable 32-bit DMA instead of 64-bit.
[08:31:51][7.561476] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[08:31:51][7.585955] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[08:31:51][7.601777] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[08:31:51][7.649917] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
[08:31:51][7.750023] scsi host0: ahci
[08:31:51][7.754301] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 240
[08:31:52][OK] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[08:31:52][OK] Reached target System Initialization.
[08:31:52][OK] Listening on dropbear.socket.
[08:31:52][OK] Listening on D-Bus System Message Bus Socket.[8.136958] ata1: SATA link down (SStatus 0 SControl 300)
[08:31:52]
[08:31:52][OK] Reached target Sockets.
[08:31:52][OK] Reached target Basic System.
[08:31:52][OK] Started D-Bus System Message Bus.
[08:31:52][8.354883]remoteproc0: powering up 55020000.ipu
[08:31:52][8.370148]remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 4396172
[08:31:52][8.377230] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[08:31:52]Starting Network Service…
[08:31:52]Starting Permit User Sessions…
[08:31:52][8.445388]remoteproc0: remote processor 55020000.ipu is now up
[08:31:52][8.456618] net eth0: initializing cpsw version 1.15 (0)
[08:31:52][8.462179] net eth0: initialized cpsw ale version 1.4
[08:31:52][8.467660] net eth0: ALE Table size 1024
[08:31:52][OK] Started Kernel Logging Service.[8.473334] virtio_rpmsg_bus virtio0: rpmsg host is online
[08:31:52]
[08:31:52][8.483981] net eth0: phy found : id is : 0x2000a231
[08:31:52][8.496859] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
[08:31:52][8.515005] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[08:31:52][OK] Started Launching Vision SDK App.
[08:31:52][OK] Started Daily Cleanup of Temporary Directories.[8.556417] NET: Registered protocol family 41
[08:31:52]
[08:31:52][OK] Reached target Timers.
[08:31:52]Starting Login Service…
[08:31:52][OK] Started System Logging Service.
[08:31:52]Starting rc.pvr.service…
[08:31:52][FAILED] Failed to start Network Service.
[08:31:52]See 'systemctl status systemd-networkd.service' for details.
[08:31:52][8.755173] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
[08:31:52][OK] Started Permit User Sessions.
[08:31:53][OK] Started rc.pvr.service.
[08:31:53]Starting weston.service…
[08:31:53][OK] Stopped Network Service.
[08:31:53]Starting Network Service…
[08:31:53][OK] Started Getty on tty1.
[08:31:53][OK] Started Serial Getty on ttyS0.
[08:31:53][OK] Started weston.service.
[08:31:53][FAILED] Failed to start Network Service.
[08:31:53]See 'systemctl status systemd-networkd.service' for details.
[08:31:53][OK] Started Login Service.
[08:31:53][OK] Stopped Network Service.
[08:31:54]Starting Network Service…
[08:31:54]Starting tiipclad-daemon.service…
[08:31:54]Starting telnetd.service…
[08:31:54][FAILED] Failed to start Network Service.
[08:31:54]See 'systemctl status systemd-networkd.service' for details.
[08:31:54][OK] Started tiipclad-daemon.service.
[08:31:54][OK] Started telnetd.service.
[08:31:54][OK] Stopped Network Service.
[08:31:54]Starting Network Service…
[08:31:54][FAILED] Failed to start Network Service.
[08:31:54]See 'systemctl status systemd-networkd.service' for details.
[08:31:54][OK] Stopped Network Service.
[08:31:54]Starting Network Service…
[08:31:54][FAILED] Failed to start Network Service.
[08:31:54]See 'systemctl status systemd-networkd.service' for details.
[08:31:54][OK] Stopped Network Service.
[08:31:54][FAILED] Failed to listen on Network Service Bus Name.
[08:31:54]See 'systemctl status org.freedesktop.network1.busname' for details.
[08:31:54][FAILED] Failed to start Network Service.
[08:31:54]See 'systemctl status systemd-networkd.service' for details.
[08:31:54][OK] Reached target Network.
[08:31:54]Starting Network Name Resolution…
[08:31:54][OK] Started Network Name Resolution.
[08:31:56][12.484484] cpsw 48484000.ethernet eth0: Link is Up – 1Gbps/Full – flow control rx/tx
[08:31:56][12.492406] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[08:31:57][13.697551] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[08:31:59]
[08:31:59] ____________
[08:31:59]|_|___ ___ ___ ___|_|___ ___|_|___ ___| |_
[08:31:59]||_| .'| . | . ||__|_| . | | | -_|_|_|
[08:31:59]|__|__|_| |__,|_|___||__||_| |___|_| |___|___|_|
[08:31:59]|___||___|
[08:31:59]
[08:31:59]Arago Project http://arago-project.org dra7xx-evm ttyS0
[08:31:59]
[08:31:59]Arago 2016.12 dra7xx-evm ttyS0
[08:31:59]
[08:31:59]dra7xx-evm login: [15.736177] DMA: Module install successful, device major num = 241
[08:31:59][15.742814] DRV: Module install successful
[08:32:00][15.998006] omap_l3_noc 44000000.ocp: L3 application error: target 3 mod:2 (unclearable)
[08:32:00][16.006153] omap_l3_noc 44000000.ocp: L3 debug error: target 3 mod:2 (unclearable)
[08:32:14]
[08:32:14] ____________
[08:32:14]|_|___ ___ ___ ___|_|___ ___|_|___ ___| |_
[08:32:14]||_| .'| . | . ||__|_| . | | | -_|_|_|
[08:32:14]|__|__|_| |__,|_|___||__||_| |___|_| |___|___|_|
[08:32:14]|___||___|
[08:32:14]
[08:32:14]Arago Project http://arago-project.org dra7xx-evm ttyS0
[08:32:14]
[08:32:14]Arago 2016.12 dra7xx-evm ttyS0
[08:32:14]

Annie Liu:

回复 lewis liu:

开发板随附的SD卡中的测试日志具有不同的SDK版本(u-boot 2016.05和Linux Kernel 4.4)

您正在构建的版本是不同的版本(u-boot 2019和Linux Kernel 4.19)

lewis liu:

回复 Annie Liu:

HI,
今天尝试下载u-boot2016.05和kernel4.4.84进行编译,但是编译就存在问题。
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux/u-boot/u-boot$ ls configs/dr
dra7xx_evm_defconfigdra7xx_evm_nodt_defconfigdra7xx_hs_evm_defconfigdraco_defconfigdragonboard410c_defconfigdreamplug_defconfig
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux/u-boot/u-boot$ cd –
/home/lewis/ti/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/build
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/build$ make linux
make -C ./hlos/makerules/linux -f build_uboot.mk uboot
make[1]: Entering directory '/home/lewis/ti/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/build/hlos/makerules/linux'
make -fbuild_uboot.mk uboot_build UBOOT_TARGET=dra7xx_evm_vision_config
make[2]: Entering directory '/home/lewis/ti/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/build/hlos/makerules/linux'
make -C /home/lewis/ti/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/../ti_components/os_tools/linux/u-boot/u-boot ARCH=arm CROSS_COMPILE=/home/lewis/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux/arm/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf- dra7xx_evm_vision_config
make[3]: Entering directory '/home/lewis/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux/u-boot/u-boot'
***
*** Can't find default configuration "arch/../configs/dra7xx_evm_vision_defconfig"!
***
make[4]: *** [scripts/kconfig/Makefile:114: dra7xx_evm_vision_defconfig] Error 1
make[3]: *** [Makefile:477: dra7xx_evm_vision_config] Error 2
make[3]: Leaving directory '/home/lewis/ti/PROCESSOR_SDK_VISION_03_08_00_00/ti_components/os_tools/linux/u-boot/u-boot'
make[2]: *** [build_uboot.mk:6: uboot_build] Error 2
make[2]: Leaving directory '/home/lewis/ti/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/build/hlos/makerules/linux'
make[1]: *** [build_uboot.mk:13: uboot] Error 2
make[1]: Leaving directory '/home/lewis/ti/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/build/hlos/makerules/linux'
make: *** [Makefile:450: uboot] Error 2
lewis@ubuntu:~/ti/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/build$

查看u-boot下面的配置文件,的确未发下如下配置文件。configs/dra7xx_evm_vision_defconfig
u-boot下载页面为git.ti.com/…/tags
kenerl下载页面为git.ti.com/…/tags

Annie Liu:

回复 lewis liu:

请遵循Vision SDK用户指南,不要从“"https://git.ti.com/cgit/glsdk/psdkla-u-boot/refs/tags",  https://git.ti.com/cgit/glsdk/psdkla-kernel/refs/tags 克隆u-boot & kernel ,因为这些都不是特定于vision SDK的。

您遵循用户指南中的说明。通过以下步骤,我可以运行一种HLOS use-cases。

1) Download & install the vision SDK 3.8 

2) Install package required for the build (chapter 2.2.3 Other mandatory software packages for build)

3) Do the below changes in the vision_sdk/build/Rules.make

MAKECONFIG?=tda2xx_evm_linux_all

4) Follow the instruction provided in the user-guide for GIT configuration set-up (chapter 2.4.1 One time PC set up)

5) cd vision_sdk/build/

6) Run the below script from the build directory, this will clone kernel, u-boot, etc.

./hlos/scripts/linux/setup_linux.sh

7)Follow the instruction provided in the user-guide for target file system set-up(chapter 2.4.2.1.4 Download and untar file system)

8)Follow the instruction provided in the user-guide for A15 compiler set-up (chapter 2.2.1 A15 Compiler, Linker)

9) make linux

10) make linux_install

11) make -s -j depend

12) make -s -j

13) Copy the target file system & boot image, MLO, etc to the SD card & insert the SD into the target SD card slot.

14) Run the below command in the UART console.

cd /opt/vision_sdk/

source ./vision_sdk_load.sh

./apps.out

15) You can choose the use-case you want to run from the menu.

赞(0)
未经允许不得转载:TI中文支持网 » TDA2平台部署linux系统无法进入系统
分享到: 更多 (0)