Other Parts Discussed in Thread: AM6548
Hello:
I want to implement RGB display on AM6548.
I am using TI SDK 06.01, and reference to
This HDMI dt overlay and write a overlay, I don't enable all the display pins since the fbdev is not generated by my overlay.
Can I have a example on how to enable RGB interface for a LCD?
Or help me to check what is wrong for my configuration?
Thank you.
diff --git a/arch/arm64/boot/dts/phytec/Makefile b/arch/arm64/boot/dts/phytec/Makefile
index f4407f2247a4..7217ddf331c4 100644
--- a/arch/arm64/boot/dts/phytec/Makefile
+++ b/arch/arm64/boot/dts/phytec/Makefile
@@ -7,7 +7,7 @@ DTC_FLAGS += -@
dtb-$(CONFIG_ARCH_K3_AM6_SOC) += k3-am65xx-phycore-kit.dtb \
k3-am65xx-phytec-expansion-sample.dtbo \
- k3-am65xx-phytec-lcd-018.dtbo \
+ k3-am654-evm-oldi-lcd1evm.dtbo \
k3-am65xx-phytec-wlan.dtbo
$(obj)/%.dtbo: $(src)/%.dtso FORCE
diff --git a/arch/arm64/boot/dts/phytec/k3-am654-evm-oldi-lcd1evm.dtso b/arch/arm64/boot/dts/phytec/k3-am654-evm-oldi-lcd1evm.dtso
new file mode 100644
index 000000000000..5fecd670c03d
--- /dev/null
+++ b/arch/arm64/boot/dts/phytec/k3-am654-evm-oldi-lcd1evm.dtso
@@ -0,0 +1,64 @@
+// SPDX-License-Identifier: GPL-2.0
+/**
+ * OLDI-LCD1EVM Rocktech integrated panel and touch DT overlay for AM654-EVM.
+ *
+ * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
+ */
+
+/dts-v1/;
+/plugin/;
+
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/pinctrl/k3.h>
+
+/ {
+};
+
+&display {
+ status = "okay";
+ compatible = "foxlink,fl500wvr00-a0t";
+
+ port {
+ lcd_in0: endpoint {
+ remote-endpoint = <&dpi_out0>;
+ };
+ };
+};
+
+&main_pmx0 {
+ dss_vout1_pins_default: dss_vout1_pins_default {
+ pinctrl-single,pins = <
+ AM65X_IOPAD(0x0060, PIN_OUTPUT, 1) /* VOUT1_VSYNC */
+ AM65X_IOPAD(0x0064, PIN_OUTPUT, 1) /* VOUT1_HSYNC */
+ AM65X_IOPAD(0x0068, PIN_OUTPUT, 1) /* VOUT1_PCLK */
+ >;
+ };
+};
+
+&dss {
+ status = "ok";
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&dss_vout1_pins_default>;
+
+/*
+ assigned-clocks = <&k3_clks 67 2>;
+ assigned-clock-parents = <&k3_clks 67 5>;
+*/
+};
+
+&gpu {
+ status = "okay";
+};
+
+&dss_ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ port@1 {
+ reg = <1>;
+
+ dpi_out0: endpoint {
+ remote-endpoint = <&lcd_in0>;
+ };
+ };
+};
diff --git a/arch/arm64/boot/dts/phytec/k3-am65xx-phycore-som.dtsi b/arch/arm64/boot/dts/phytec/k3-am65xx-phycore-som.dtsi
index dd56d8c0d487..ceb89466d7f1 100644
--- a/arch/arm64/boot/dts/phytec/k3-am65xx-phycore-som.dtsi
+++ b/arch/arm64/boot/dts/phytec/k3-am65xx-phycore-som.dtsi
@@ -188,9 +188,6 @@
pinctrl-single,pins = <
AM65X_WKUP_IOPAD(0x0058, PIN_OUTPUT, 0) /* (N4) MCU_RGMII1_TX_CTL */
AM65X_WKUP_IOPAD(0x005c, PIN_INPUT, 0) /* (N5) MCU_RGMII1_RX_CTL */
- AM65X_WKUP_IOPAD(0x0060, PIN_OUTPUT, 0) /* (M2) MCU_RGMII1_TD3 */
- AM65X_WKUP_IOPAD(0x0064, PIN_OUTPUT, 0) /* (M3) MCU_RGMII1_TD2 */
- AM65X_WKUP_IOPAD(0x0068, PIN_OUTPUT, 0) /* (M4) MCU_RGMII1_TD1 */
AM65X_WKUP_IOPAD(0x006c, PIN_OUTPUT, 0) /* (M5) MCU_RGMII1_TD0 */
AM65X_WKUP_IOPAD(0x0070, PIN_INPUT, 0) /* (N1) MCU_RGMII1_TXC */
AM65X_WKUP_IOPAD(0x0074, PIN_INPUT, 0) /* (M1) MCU_RGMII1_RXC */
U-Boot SPL 2019.01-g5ecb2d9-BSP-Yocto-TISDK-AM65xx-ALPHA3 (Feb 05 2020 - 20:32:30 +0000)
SYSFW ABI: 2.6 (firmware rev 0x0013 '19.7.1-v2019.07a (Terrific Llam')
Trying to boot from MMC2
Starting ATF on ARM64 core...
NOTICE: BL31: v2.1(release):ti2019.04-dirty
NOTICE: BL31: Built : 20:08:56, Feb 5 2020
I/TC:
I/TC: OP-TEE version: ti2019.04-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Wed Feb 5 20:26:55 UTC 2020 aarch64
I/TC: Initialized
U-Boot SPL 2019.01-g5ecb2d9-BSP-Yocto-TISDK-AM65xx-ALPHA3 (Feb 05 2020 - 20:31:41 +0000)
Trying to boot from MMC2
U-Boot 2019.01-g5ecb2d9-BSP-Yocto-TISDK-AM65xx-ALPHA3 (Feb 05 2020 - 20:31:41 +0000)
Model: PHYTEC phyCORE-AM65x Carrier Board
DRAM: 2 GiB
MMC: sdhci@4f80000: 0, sdhci@04fa0000: 1
Loading Environment from FAT... *** Warning - bad CRC, using default environment
Loading Environment from MMC... *** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Warning: fastboot.board_rev: unknown board revision
Net:
Warning: cpsw_nuss@046000000 using MAC address from ROM
eth0: cpsw_nuss@046000000
Warning: pruss1_eth (eth1) using random MAC address - 66:f7:6b:fa:7c:05
, eth1: pruss1_eth
Hit any key to stop autoboot: 0
=> setenv default_overlays k3-am654-evm-oldi-lcd1evm.dtbo
=> boot
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
** Unable to read file boot.scr **
** Unable to read file uEnv.txt **
13205512 bytes read in 1099 ms (11.5 MiB/s)
76854 bytes read in 8 ms (9.2 MiB/s)
1600 bytes read in 2 ms (781.3 KiB/s)
## Flattened Device Tree blob at 82000000
Booting using the fdt blob at 0x82000000
Loading Device Tree to 00000000fddb4000, end 00000000fdec9fff ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 4.19.59-g0eb1cd5b77 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Wed Feb 5 20:19:44 UTC 2020
[ 0.000000] Machine model: PHYTEC phyCORE-AM65x Carrier Board
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002810000 (options '')
[ 0.000000] bootconsole [ns16550a0] enabled
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 512 MiB at 0x00000000c0000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] random: get_random_bytes called from start_kernel+0x94/0x3e4 with crng_init=0
[ 0.000000] percpu: Embedded 2 pages/cpu s52632 r8192 d70248 u131072
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] Built 1 zonelists, mobility grouping off. Total pages: 31808
[ 0.000000] Kernel command line: console=ttyS3,115200n8 earlycon=ns16550a,mmio32,0x02810000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs) root=PARTUUID=c5c573b1-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 262144 (order: 5, 2097152 bytes)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 4, 1048576 bytes)
[ 0.000000] Memory: 1492992K/2037760K available (8382K kernel code, 800K rwdata, 3072K rodata, 576K init, 644K bss, 20480K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: no VLPI support, no direct LPI support
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @a2800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GIC: using LPI property table @0x00000000a22d0000
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] CPU0: using LPI pending table @0x00000000a22e0000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000005] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008702] Console: colour dummy device 80x25
[ 0.013291] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023981] pid_max: default: 32768 minimum: 301
[ 0.028806] Security Framework initialized
[ 0.033068] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes)
[ 0.039949] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes)
[ 0.071391] ASID allocator initialised with 32768 entries
[ 0.084957] rcu: Hierarchical SRCU implementation.
[ 0.098028] Platform MSI: gic-its@1820000 domain created
[ 0.103761] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created
[ 0.121240] smp: Bringing up secondary CPUs ...
[ 0.158354] Detected VIPT I-cache on CPU1
[ 0.158389] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.158448] CPU1: using LPI pending table @0x00000000a25a0000
[ 0.158495] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.219359] Detected VIPT I-cache on CPU2
[ 0.219401] GICv3: CPU2: found redistributor 100 region 0:0x00000000018c0000
[ 0.219467] CPU2: using LPI pending table @0x00000000a2600000
[ 0.219515] CPU2: Booted secondary processor 0x0000000100 [0x410fd034]
[ 0.251756] Detected VIPT I-cache on CPU3
[ 0.251784] GICv3: CPU3: found redistributor 101 region 0:0x00000000018e0000
[ 0.251845] CPU3: using LPI pending table @0x00000000a2690000
[ 0.251880] CPU3: Booted secondary processor 0x0000000101 [0x410fd034]
[ 0.252021] smp: Brought up 1 node, 4 CPUs
[ 0.327654] SMP: Total of 4 processors activated.
[ 0.332476] CPU features: detected: GIC system register CPU interface
[ 0.339085] CPU features: detected: 32-bit EL0 Support
[ 0.371113] CPU: All CPU(s) started at EL2
[ 0.375333] alternatives: patching kernel code
[ 0.381443] devtmpfs: initialized
[ 0.397321] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.407315] futex hash table entries: 1024 (order: 0, 65536 bytes)
[ 0.415037] pinctrl core: initialized pinctrl subsystem
[ 0.421362] NET: Registered protocol family 16
[ 0.427171] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
[ 0.434761] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.448769] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.476724] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.483613] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
[ 0.491436] cryptd: max_cpu_qlen set to 1000
[ 0.497772] SCSI subsystem initialized
[ 0.502241] media: Linux media interface: v0.10
[ 0.506913] videodev: Linux video capture interface: v2.00
[ 0.512567] pps_core: LinuxPPS API ver. 1 registered
[ 0.517650] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.527009] PTP clock support registered
[ 0.531048] EDAC MC: Ver: 3.0.0
[ 0.535650] Advanced Linux Sound Architecture Driver Initialized.
[ 0.542851] clocksource: Switched to clocksource arch_sys_counter
[ 0.549308] VFS: Disk quotas dquot_6.6.0
[ 0.553434] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[ 0.567995] NET: Registered protocol family 2
[ 0.573214] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes)
[ 0.581378] TCP established hash table entries: 16384 (order: 1, 131072 bytes)
[ 0.588925] TCP bind hash table entries: 16384 (order: 2, 262144 bytes)
[ 0.595993] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.602813] UDP hash table entries: 2048 (order: 0, 65536 bytes)
[ 0.609085] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes)
[ 0.615956] NET: Registered protocol family 1
[ 0.621046] RPC: Registered named UNIX socket transport module.
[ 0.627124] RPC: Registered udp transport module.
[ 0.631942] RPC: Registered tcp transport module.
[ 0.636758] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.644496] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.657196] Initialise system trusted keyrings
[ 0.662009] workingset: timestamp_bits=46 max_order=15 bucket_order=0
[ 0.674173] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.680824] NFS: Registering the id_resolver key type
[ 0.686038] Key type id_resolver registered
[ 0.690325] Key type id_legacy registered
[ 0.694447] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.701482] 9p: Installing v9fs 9p2000 file system support
[ 0.712513] Key type asymmetric registered
[ 0.716727] Asymmetric key parser 'x509' registered
[ 0.721782] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.729361] io scheduler noop registered
[ 0.733389] io scheduler deadline registered
[ 0.737913] io scheduler cfq registered (default)
[ 0.742741] io scheduler mq-deadline registered
[ 0.747382] io scheduler kyber registered
[ 0.753595] pinctrl-single 4301c000.pinmux: 70 pins, size 280
[ 0.760190] pinctrl-single 11c000.pinmux: 185 pins, size 740
[ 0.766141] pinctrl-single 11c2e8.pinmux: 9 pins, size 36
[ 0.772888] pinctrl-single a40000.timesync_router: 512 pins, size 2048
[ 0.789656] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.803601] panel-simple display: display supply power not found, using dummy regulator
[ 0.811870] panel-simple display: Linked as a consumer to regulator.0
[ 0.818547] panel-simple display: Dropping the link to regulator.0
[ 0.834736] brd: module loaded
[ 0.845525] loop: module loaded
[ 0.851902] libphy: Fixed MDIO Bus: probed
[ 0.856671] tun: Universal TUN/TAP device driver, 1.6
[ 0.862630] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 0.870653] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.876770] sky2: driver version 1.30
[ 0.882059] VFIO - User Level meta-driver version: 0.3
[ 0.888226] i2c /dev entries driver
[ 0.893167] sdhci: Secure Digital Host Controller Interface driver
[ 0.899506] sdhci: Copyright(c) Pierre Ossman
[ 0.904515] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.911745] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.918037] ti-sci interconnect@100000:interconnect@28380000:interconnect@42040000:dmsc: invalid resource
[ 0.929601] optee: probing for conduit method from DT.
[ 0.934916] optee: revision 3.6 (e5a8779a)
[ 0.935211] optee: initialized driver
[ 0.944624] NET: Registered protocol family 17
[ 0.949342] 9pnet: Installing 9P2000 support
[ 0.953771] Key type dns_resolver registered
[ 0.958806] registered taskstats version 1
[ 0.963010] Loading compiled-in X.509 certificates
[ 0.977275] panel-simple display: display supply power not found, using dummy regulator
[ 0.985545] panel-simple display: Linked as a consumer to regulator.0
[ 0.992228] panel-simple display: Dropping the link to regulator.0
[ 1.003353] ti-sci interconnect@100000:interconnect@28380000:interconnect@42040000:dmsc: invalid resource
[ 1.013355] ti-sci interconnect@100000:interconnect@28380000:interconnect@42040000:dmsc: ABI: 2.6 (firmware rev 0x0013 '19.7.1-v2019.07a (Terrific Llam')
[ 1.047445] random: fast init done
[ 1.473339] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.479763] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.508052] rtc-rv3028 2-0052: registered as rtc0
[ 1.512988] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.519289] omap_i2c 2010000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.525561] omap_i2c 2020000.i2c: bus 4 rev0.12 at 100 kHz
[ 1.531827] omap_i2c 2030000.i2c: bus 5 rev0.12 at 100 kHz
[ 1.547239] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,160] sci-dev-id:195
[ 1.557245] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: enabled
[ 1.563936] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66344100, num_proxies:64
[ 1.571810] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:818, gp-rings[304,464] sci-dev-id:187
[ 1.581890] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: enabled
[ 1.588581] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66344100, num_proxies:64
[ 1.596386] omap8250 42300000.serial: PM domain pd:150 will not be powered off
[ 1.604122] 42300000.serial: ttyS0 at MMIO 0x42300000 (irq = 7, base_baud = 3000000) is a 8250
[ 1.613788] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 9, base_baud = 6000000) is a 8250
[ 1.623385] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 21, base_baud = 3000000) is a 8250
[ 1.632856] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 22, base_baud = 3000000) is a 8250
[ 1.641629] console [ttyS3] enabled
[ 1.641629] console [ttyS3] enabled
[ 1.648684] bootconsole [ns16550a0] disabled
[ 1.648684] bootconsole [ns16550a0] disabled
[ 1.658034] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 23, base_baud = 3000000) is a 8250
[ 1.667065] panel-simple display: display supply power not found, using dummy regulator
[ 1.675124] panel-simple display: Linked as a consumer to regulator.0
[ 1.681630] panel-simple display: Dropping the link to regulator.0
[ 1.692339] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
[ 1.698561] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[ 1.705181] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.710675] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.717018] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.723051] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.729111] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 1.734916] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 1.741292] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 1.747360] 0x000000800000-0x000004000000 : "ospi.rootfs"
[ 1.863097] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517
[ 1.877617] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22
[ 1.884728] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA07100, cpsw version 0x6BA80100 Ports: 2
[ 1.896324] UDMA has not been proped
[ 1.900005] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517
[ 1.910007] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a2109, freq:200000000, add_val:4 pps:0
[ 1.918747] thermal thermal_zone1: failed to read out thermal zone (-22)
[ 1.925477] thermal thermal_zone2: failed to read out thermal zone (-22)
[ 1.933028] keystone-wdt 40610000.rti: heartbeat 60 sec
[ 1.939298] mmc0: Unknown controller version (4). You may experience problems.
[ 1.946645] mmc0: CQHCI version 5.10
[ 1.981256] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
[ 1.989911] mmc1: Unknown controller version (4). You may experience problems.
[ 1.997267] mmc1: CQHCI version 5.10
[ 2.031845] mmc1: SDHCI controller on 4fa0000.sdhci [4fa0000.sdhci] using ADMA 64-bit
[ 2.050013] mmc0: new HS200 MMC card at address 0001
[ 2.056225] mmcblk0: mmc0:0001 Q2J54A 3.59 GiB
[ 2.061667] mmcblk0boot0: mmc0:0001 Q2J54A partition 1 16.0 MiB
[ 2.070642] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc5900
[ 2.077810] mmcblk0boot1: mmc0:0001 Q2J54A partition 2 16.0 MiB
[ 2.083970] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc5900
[ 2.090781] mmcblk0rpmb: mmc0:0001 Q2J54A partition 3 512 KiB, chardev (243:0)
[ 2.098321] keystone-pcie 5600000.pcie: Linked as a consumer to phy-910000.serdes.1
[ 2.108750] keystone-pcie 5600000.pcie: host bridge /interconnect@100000/pcie@5600000 ranges:
[ 2.117409] mmcblk0: p1
[ 2.120105] keystone-pcie 5600000.pcie: IO 0x18020000..0x1802ffff -> 0x00000000
[ 2.128540] keystone-pcie 5600000.pcie: MEM 0x18030000..0x1fffffff -> 0x18030000
[ 3.130897] keystone-pcie 5600000.pcie: Phy link never came up
[ 3.136882] keystone-pcie 5600000.pcie: PCI host bridge to bus 0000:00
[ 3.143418] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 3.148907] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 3.155090] pci_bus 0000:00: root bus resource [mem 0x18030000-0x1fffffff]
[ 3.170787] pci 0000:00:00.0: BAR 6: assigned [mem 0x18030000-0x1803ffff pref]
[ 3.178020] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 3.184411] ti-udma 285c0000.udmap: Channels: 96 (tchan: 48, echan: 0, rchan: 48, rflow: 96)
[ 3.199389] ti-udma 31150000.udmap: Channels: 267 (tchan: 120, echan: 32, rchan: 150, rflow: 300)
[ 3.224041] panel-simple display: display supply power not found, using dummy regulator
[ 3.227009] mmc1: new high speed SDHC card at address 1234
[ 3.232138] panel-simple display: Linked as a consumer to regulator.0
[ 3.244106] panel-simple display: Dropping the link to regulator.0
[ 3.245394] mmcblk1: mmc1:1234 SA16G 14.5 GiB
[ 3.257486] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
[ 3.258794] mmcblk1: p1 p2
[ 3.263710] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[ 3.273093] Creating 7 MTD partitions on "47040000.spi.0":
[ 3.278595] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 3.284878] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 3.290922] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 3.297055] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 3.302887] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 3.309304] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 3.315288] 0x000000800000-0x000004000000 : "ospi.rootfs"
[ 3.328666] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22
[ 3.335797] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA07100, cpsw version 0x6BA80100 Ports: 2
[ 3.356589] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 3.370191] pps pps0: new PPS source ptp1
[ 3.374491] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a2109, freq:200000000, add_val:4 pps:1
[ 3.383459] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 0.4
[ 3.390679] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 3.434869] am65-cpsw-nuss 46000000.ethernet: davinci mdio revision 9.7, bus freq 1000000
[ 3.443051] libphy: 46000000.ethernet: probed
[ 3.450114] panel-simple display: display supply power not found, using dummy regulator
[ 3.458192] panel-simple display: Linked as a consumer to regulator.0
[ 3.464720] panel-simple display: Dropping the link to regulator.0
[ 3.472414] panel-simple display: display supply power not found, using dummy regulator
[ 3.480617] panel-simple display: Linked as a consumer to regulator.0
[ 3.487163] panel-simple display: Dropping the link to regulator.0
[ 3.496267] rtc-rv3028 2-0052: setting system clock to 2020-02-16 14:42:24 UTC (1581864144)
[ 3.603850] ALSA device list:
[ 3.606819] No soundcards found.
[ 12.654220] EXT4-fs (mmcblk1p2): recovery complete
[ 12.675101] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 12.683262] VFS: Mounted root (ext4 filesystem) on device 179:98.
[ 12.696813] devtmpfs: mounted
[ 12.700090] Freeing unused kernel memory: 576K
[ 12.704582] Run /sbin/init as init process
[ 13.118961] NET: Registered protocol family 10
[ 13.124516] Segment Routing with IPv6
[ 13.165599] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 13.187307] systemd[1]: Detected architecture arm64.
Welcome to Arago 2019.07!
[ 13.232129] systemd[1]: Set hostname to <am65xx-phycore-kit>.
[ 13.426078] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 13.443168] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 13.695557] random: systemd: uninitialized urandom read (16 bytes read)
[ 13.716900] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 13.739027] random: systemd: uninitialized urandom read (16 bytes read)
[ 13.746118] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 13.762964] random: systemd: uninitialized urandom read (16 bytes read)
[ 13.771384] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 13.791005] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 13.807377] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target Swap.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Reached target Paths.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Created slice system-getty.slice.
[ OK ] Listening on Journal Socket.
Mounting POSIX Message Queue File System...
Starting Journal Service...
Starting Load Kernel Modules...
Mounting Huge Pages File System...
[ 14.004547] cryptodev: loading out-of-tree module taints kernel.
Starting Remount Root and Kernel File Systems...
[ 14.020833] cryptodev: driver 1.9 loaded.
Starting Create list of required st…ce nodes for the current kernel...
[ 14.047662] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
Mounting Temporary Directory (/tmp)...
[ OK ] Listening on udev Kernel Socket.
Starting udev Coldplug all Devices...
Mounting Kernel Debug File System...
[ OK ] Reached target Remote File Systems.
[ OK ] Listening on Network Service Netlink Socket.
[ OK ] Started Journal Service.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Started Load Kernel Modules.
[ OK ] Mounted Huge Pages File System.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Create list of required sta…vice nodes for the current kernel.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Mounted Kernel Debug File System.
Starting Create Static Device Nodes in /dev...
Starting Apply Kernel Variables...
Mounting Kernel Configuration File System...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Started Apply Kernel Variables.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Reached target Local File Systems (Pre).
Mounting /media/ram...
[ OK ] Reached target Containers.
Mounting /var/volatile...
Starting udev Kernel Device Manager...
[ OK ] Mounted /media/ram.
[ OK ] Mounted /var/volatile.
[ 14.568446] systemd-journald[160]: Received request to flush runtime journal from PID 1
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Load/Save Random Seed.
Starting Create Volatile Files and Directories...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Service...
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Service.
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started Network Time Synchronization.
[ OK ] Found device /dev/ttyS3.[ 15.113515] at24 2-0050: 4096 byte 24c32 EEPROM, writable, 32 bytes/write
[ 15.133232] panel-simple display: display supply power not found, using dummy regulator
[ 15.141563] panel-simple display: Linked as a consumer to regulator.0
[ 15.154271] panel-simple display: Dropping the link to regulator.0
[ OK ] Reached target System Initialization.
[ 15.175519] panel-simple display: display supply power not found, using dummy regulator
[ OK ] [ 15.184783] panel-simple display: Linked as a consumer to regulator.0
Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ 15.195156] panel-simple display: Dropping the link to regulator.0
[ 15.205412] panel-simple display: display supply power not found, using dummy regulator
[ 15.219026] panel-simple display: Linked as a consumer to regulator.0
[ 15.225737] panel-simple display: Dropping the link to regulator.0
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Reboot and dump vmcore via kexec...
[ OK ] Started Daily Cleanup of Temporary Directories.
[ 15.278960] panel-simple display: display supply power not found, using dummy regulator
[ 15.287274] panel-simple display: Linked as a consumer to regulator.0
[ 15.297909] panel-simple display: Dropping the link to regulator.0
[ 15.307462] panel-simple display: display supply power not found, using dummy regulator
[ 15.315726] panel-simple display: Linked as a consumer to regulator.0
[ OK ] Listening on dropbear.socket.[ 15.327097] panel-simple display: Dropping the link to regulator.0
[ 15.343446] ti_am3359-tscadc 40200000.tscadc: Need atleast one channel.
[ 15.351842] panel-simple display: display supply power not found, using dummy regulator
[ 15.353463] ti_am3359-tscadc: probe of 40200000.tscadc failed with error -22
[ 15.360112] panel-simple display: Linked as a consumer to regulator.0
[ OK ] Listening on RPCbind Server Activation Socket.
[ 15.381647] CAN device driver interface
[ 15.385835] panel-simple display: Dropping the link to regulator.0
[ 15.392970] [drm] Initialized pvr 1.17.4948957 20110701 for 7000000.gpu on minor 0
[ 15.394485] panel-simple display: display supply power not found, using dummy regulator
[ 15.408937] ti_am3359-tscadc 40210000.tscadc: Need atleast one channel.
[ 15.409261] panel-simple display: Linked as a consumer to regulator.0
[ 15.409633] ti_am3359-tscadc: probe of 40210000.tscadc failed with error -22
[ OK ] Reached target Sockets.
[ 15.430370] panel-simple display: Dropping the link to regulator.0
[ 15.445552] panel-simple display: display supply power not found, using dummy regulator
[ 15.453925] panel-simple display: Linked as a consumer to regulator.0
[ 15.454060] panel-simple display: Dropping the link to regulator.0
[ OK ] Reached target Basic System.
[ 15.476313] m_can 40528000.mcan: m_can device registered (irq=18, version=32)
Starting TI IPC Daemon...
[ 15.503921] panel-simple display: display supply power not found, using dummy regulator
Starting RPC Bind Service...
[ 15.514082] panel-simple display: Linked as a consumer to regulator.0
[ 15.527138] panel-simple display: Dropping the link to regulator.0
Starting rc.pvr.service...
[ OK ] Started D-Bus System Message Bus.
[ OK ] Started irqbalance daemon.
[ 15.614396] k3_r5_rproc interconnect@100000:interconnect@28380000:r5fss@41000000: creating child devices for R5F cores
[ OK ] Started Job spooling tools.[ 15.641594] platform 41000000.r5f: configured R5F for remoteproc mode
[ 15.672633] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ OK ] Started TEE Supplicant.
[ 15.687561] remoteproc remoteproc0: 41000000.r5f is available
[ 15.695379] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
[ 15.699606] panel-simple display: display supply power not found, using dummy regulator
Starting Login Service...
[ 15.713261] panel-simple display: Linked as a consumer to regulator.0
[ 15.727457] panel-simple display: Dropping the link to regulator.0
[ OK ] Started Periodic Command Scheduler.
Starting Print notice about GPLv3 packages...
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ OK ] Started Network Name Resolution.
[ OK ] Started Reboot and dump vmcore via kexec.
[ OK ] Started TI IPC Daemon.
[ OK ] Started RPC Bind Service.
[ OK ] Started rc.pvr.service.
[ OK ] Found device /dev/ttyS0.
[ 15.940756] TI DP83867 k3-cpsw-mdio:01: attached PHY driver [TI DP83867] (mii_bus:phy_addr=k3-cpsw-mdio:01, irq=POLL)
[ 15.955242] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 16.007927] remoteproc remoteproc0: powering up 41000000.r5f
[ 16.013755] remoteproc remoteproc0: Booting fw image am65x-mcu-r5f0_0-fw, size 4197328
[ 16.028161] platform 41000000.r5f: booting R5F core using boot addr = 0x0
[ 16.037610] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 16.043419] remoteproc remoteproc0: registered virtio0 (type 7)
[ 16.049474] remoteproc remoteproc0: remote processor 41000000.r5f is now up
[ 16.056740] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x3d
[ 16.072539] panel-simple display: display supply power not found, using dummy regulator
[ 16.080950] panel-simple display: Linked as a consumer to regulator.0
[ 16.091156] panel-simple display: Dropping the link to regulator.0
Starting weston.service...
[ OK ] Reached target Host and Network Name Lookups.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Reached target Network.
Starting Permit User Sessions...
Starting Simple Network Management Protocol (SNMP) Daemon....
Starting Lightning Fast Webserver With Light System Requirements...
[ OK ] Started NFS status monitor for NFSv2/3 locking..
[ OK ] Started Permit User Sessions.
[ OK ] Started Serial Getty on ttyS0.
[ OK ] Started Serial Getty on ttyS3.
[ OK ] Started Getty on tty1.
[ OK ] Reached target Login Prompts.
Starting Synchronize System and HW clocks...
[ OK ] Started Synchronize System and HW clocks.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Login Service.
[ OK ] Started Lightning Fast Webserver With Light System Requirements.
[ 16.790959] panel-simple display: display supply power not found, using dummy regulator
[ 16.799742] panel-simple display: Linked as a consumer to regulator.0
[ 16.811267] panel-simple display: Dropping the link to regulator.0
[ 16.835176] panel-simple display: display supply power not found, using dummy regulator
[ 16.845671] panel-simple display: Linked as a consumer to regulator.0
[ 16.852507] panel-simple display: Dropping the link to regulator.0
[ 16.872646] panel-simple display: display supply power not found, using dummy regulator
[ 16.895133] panel-simple display: Linked as a consumer to regulator.0
[ 16.901943] panel-simple display: Dropping the link to regulator.0
[ 16.932639] davinci_mdio b132400.mdio: davinci mdio revision 1.7, bus freq 1000000
[ 16.943270] libphy: b132400.mdio: probed
[ 16.970306] panel-simple display: display supply power not found, using dummy regulator
[ OK ] Created slice system-systemd\x2dfsck.slice.[ 16.983805] panel-simple display: Linked as a consumer to regulator.0
[ 16.991116] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
[ 17.001020] panel-simple display: Dropping the link to regulator.0
[ 17.028685] panel-simple display: display supply power not found, using dummy regulator
[ 17.036869] davinci_mdio b132400.mdio: phy[1]: device b132400.mdio:01, driver TI DP83867
[ 17.045235] panel-simple display: Linked as a consumer to regulator.0
[ 17.052161] panel-simple display: Dropping the link to regulator.0
[ 17.063379] davinci_mdio b132400.mdio: phy[2]: device b132400.mdio:02, driver TI DP83867
[ 17.074046] panel-simple display: display supply power not found, using dummy regulator
[ 17.082380] panel-simple display: Linked as a consumer to regulator.0
[ 17.090718] panel-simple display: Dropping the link to regulator.0
[ 17.110617] panel-simple display: display supply power not found, using dummy regulator
[ 17.118964] panel-simple display: Linked as a consumer to regulator.0
[ 17.129769] panel-simple display: Dropping the link to regulator.0
[ 17.143752] panel-simple display: display supply power not found, using dummy regulator
[ 17.153590] panel-simple display: Linked as a consumer to regulator.0
[ 17.163365] panel-simple display: Dropping the link to regulator.0
[ 17.205753] panel-simple display: display supply power not found, using dummy regulator
[ 17.216060] panel-simple display: Linked as a consumer to regulator.0
[ 17.224510] panel-simple display: Dropping the link to regulator.0
[ 17.254432] remoteproc remoteproc1: b034000.pru is available
[ 17.293669] pru-rproc b034000.pru: PRU rproc node pru@b034000 probed successfully
[ 17.348296] panel-simple display: display supply power not found, using dummy regulator
[ 17.356682] panel-simple display: Linked as a consumer to regulator.0
[ 17.369127] panel-simple display: Dropping the link to regulator.0
[ 17.377605] remoteproc remoteproc2: b004000.rtu is available
[ 17.400075] pru-rproc b004000.rtu: PRU rproc node rtu@b004000 probed successfully
[ 17.439797] panel-simple display: display supply power not found, using dummy regulator
[ 17.449500] panel-simple display: Linked as a consumer to regulator.0
[ 17.459271] panel-simple display: Dropping the link to regulator.0
[ 17.468092] remoteproc remoteproc3: b038000.pru is available
[ 17.485618] pru-rproc b038000.pru: PRU rproc node pru@b038000 probed successfully
[ 17.512234] panel-simple display: display supply power not found, using dummy regulator
[ 17.520566] panel-simple display: Linked as a consumer to regulator.0
[ 17.531246] panel-simple display: Dropping the link to regulator.0
[ 17.554647] remoteproc remoteproc4: b006000.rtu is available
[ 17.573175] pru-rproc b006000.rtu: PRU rproc node rtu@b006000 probed successfully
[ 17.617807] panel-simple display: display supply power not found, using dummy regulator
[ 17.627299] remoteproc remoteproc5: b134000.pru is available
[ 17.633294] panel-simple display: Linked as a consumer to regulator.0
[ 17.640282] panel-simple display: Dropping the link to regulator.0
[ 17.661159] pru-rproc b134000.pru: PRU rproc node pru@b134000 probed successfully
[ 17.670997] panel-simple display: display supply power not found, using dummy regulator
[ 17.680534] panel-simple display: Linked as a consumer to regulator.0
[ 17.689764] panel-simple display: Dropping the link to regulator.0
[ 17.699337] remoteproc remoteproc6: b104000.rtu is available
[ 17.718065] pru-rproc b104000.rtu: PRU rproc node rtu@b104000 probed successfully
[ 17.731866] panel-simple display: display supply power not found, using dummy regulator
[ 17.741167] panel-simple display: Linked as a consumer to regulator.0
[ 17.751059] panel-simple display: Dropping the link to regulator.0
[ 17.760569] remoteproc remoteproc7: b138000.pru is available
[ 17.775084] pru-rproc b138000.pru: PRU rproc node pru@b138000 probed successfully
[ 17.796127] panel-simple display: display supply power not found, using dummy regulator
[ 17.808828] panel-simple display: Linked as a consumer to regulator.0
[ 17.817599] panel-simple display: Dropping the link to regulator.0
[ 17.831000] remoteproc remoteproc8: b106000.rtu is available
[ 17.836989] pru-rproc b106000.rtu: PRU rproc node rtu@b106000 probed successfully
[ 17.846243] panel-simple display: display supply power not found, using dummy regulator
[ 17.851384] remoteproc remoteproc9: b234000.pru is available
[ 17.854479] panel-simple display: Linked as a consumer to regulator.0
[ 17.860212] pru-rproc b234000.pru: PRU rproc node pru@b234000 probed successfully
[ 17.866641] panel-simple display: Dropping the link to regulator.0
[ 17.880989] remoteproc remoteproc10: b204000.rtu is available
[ 17.881846] panel-simple display: display supply power not found, using dummy regulator
[ 17.886925] pru-rproc b204000.rtu: PRU rproc node rtu@b204000 probed successfully
[ 17.894905] panel-simple display: Linked as a consumer to regulator.0
[ 17.908869] panel-simple display: Dropping the link to regulator.0
[ 17.915464] remoteproc remoteproc11: b238000.pru is available
[ 17.916547] panel-simple display: display supply power not found, using dummy regulator
[ 17.921317] pru-rproc b238000.pru: PRU rproc node pru@b238000 probed successfully
[ 17.929303] panel-simple display: Linked as a consumer to regulator.0
[ 17.943282] panel-simple display: Dropping the link to regulator.0
[ 17.949747] remoteproc remoteproc12: b206000.rtu is available
[ 17.950586] panel-simple display: display supply power not found, using dummy regulator
[ 17.955562] pru-rproc b206000.rtu: PRU rproc node rtu@b206000 probed successfully
[ 17.963562] panel-simple display: Linked as a consumer to regulator.0
[ 17.977561] panel-simple display: Dropping the link to regulator.0
[ 17.984821] panel-simple display: display supply power not found, using dummy regulator
[ 17.992892] panel-simple display: Linked as a consumer to regulator.0
[ 17.999402] panel-simple display: Dropping the link to regulator.0
[ OK ] Found device /dev/mmcblk0p1.
Starting File System Check on /dev/mmcblk0p1...
[ 18.786767] omap_rng 4e10000.trng: Random Number Generator ver. 230b34c
[ 18.787775] random: crng init done
[ 18.795974] panel-simple display: display supply power not found, using dummy regulator
[ 18.796911] random: 7 urandom warning(s) missed due to ratelimiting
[ 18.810409] panel-simple display: Linked as a consumer to regulator.0
[ 18.817890] panel-simple display: Dropping the link to regulator.0
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
[ 18.946364] NET: Registered protocol family 45
[ 18.953311] panel-simple display: display supply power not found, using dummy regulator
[ 18.961718] panel-simple display: Linked as a consumer to regulator.0
[ 18.968454] panel-simple display: Dropping the link to regulator.0
[ 18.991725] dwc3 4010000.usb: Failed to get clk 'ref': -2
[ 19.002042] dwc3 4030000.usb: Failed to get clk 'ref': -2
[ 19.009129] OF: graph: no port node found in /interconnect@100000/phy@4110000
[ 19.009142] panel-simple display: display supply power not found, using dummy regulator
[ 19.011852] icssg-prueth pruss1_eth: port 1: using random MAC addr: 32:4c:c4:10:e8:cc
[ 19.024946] icssg-prueth pruss1_eth: port 2: using random MAC addr: 3a:25:19:a0:a1:37
[ 19.032600] panel-simple display: Linked as a consumer to regulator.0
[ 19.046965] panel-simple display: Dropping the link to regulator.0
[ 19.055587] panel-simple display: display supply power not found, using dummy regulator
[ 19.055611] icssg-prueth pruss1_eth: TI PRU ethernet initialized: dual EMAC mode, dual_icssg 0
[ 19.063759] panel-simple display: Linked as a consumer to regulator.0
[ 19.078990] panel-simple display: Dropping the link to regulator.0
[ 19.087832] panel-simple display: display supply power not found, using dummy regulator
[ 19.102199] panel-simple display: Linked as a consumer to regulator.0
[ 19.109222] panel-simple display: Dropping the link to regulator.0
[ 19.160440] remoteproc remoteproc7: powering up b138000.pru
[ 19.193625] remoteproc remoteproc7: Booting fw image ti-pruss/am65x-pru1-prueth-fw.elf, size 14952
[ 19.202916] remoteproc remoteproc7: remote processor b138000.pru is now up
[ 19.209896] remoteproc remoteproc8: powering up b106000.rtu
[ 19.212531] usbcore: registered new interface driver usbfs
[ 19.221319] usbcore: registered new interface driver hub
[ 19.227070] usbcore: registered new device driver usb
[ 19.233543] remoteproc remoteproc8: Booting fw image ti-pruss/am65x-rtu1-prueth-fw.elf, size 15440
[ 19.242586] remoteproc remoteproc8: remote processor b106000.rtu is now up
[ 19.250518] net eth2: started
[ 19.253782] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 19.298410] remoteproc remoteproc5: powering up b134000.pru
[ 19.307285] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 19.312894] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 19.318959] remoteproc remoteproc5: Booting fw image ti-pruss/am65x-pru0-prueth-fw.elf, size 14952
[ 19.329710] remoteproc remoteproc5: remote processor b134000.pru is now up
[ 19.330346] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298fe6d hci version 0x110 quirks 0x0000000000010010
[ 19.336651] remoteproc remoteproc6: powering up b104000.rtu
[ 19.351858] xhci-hcd xhci-hcd.0.auto: irq 308, io mem 0x04010000
[ 19.358016] remoteproc remoteproc6: Booting fw image ti-pruss/am65x-rtu0-prueth-fw.elf, size 15440
[ 19.358418] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 19.367046] remoteproc remoteproc6: remote processor b104000.rtu is now up
[ 19.375332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 19.383190] net eth1: started
[ 19.389564] usb usb1: Product: xHCI Host Controller
[ 19.392998] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 19.397509] usb usb1: Manufacturer: Linux 4.19.59-g0eb1cd5b77 xhci-hcd
[ 19.409969] usb usb1: SerialNumber: xhci-hcd.0.auto
[ 19.417295] hub 1-0:1.0: USB hub found
[ 19.424461] hub 1-0:1.0: 1 port detected
[ 19.430451] panel-simple display: display supply power not found, using dummy regulator
[ 19.431195] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 19.438596] panel-simple display: Linked as a consumer to regulator.0
[ 19.444069] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 19.450735] panel-simple display: Dropping the link to regulator.0
[ 19.458288] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 19.465988] panel-simple display: display supply power not found, using dummy regulator
[ 19.471157] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 19.479177] panel-simple display: Linked as a consumer to regulator.0
[ 19.487404] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 19.493833] panel-simple display: Dropping the link to regulator.0
[ 19.502013] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 19.502030] usb usb2: Product: xHCI Host Controller
[ 19.521097] usb usb2: Manufacturer: Linux 4.19.59-g0eb1cd5b77 xhci-hcd
[ 19.527764] usb usb2: SerialNumber: xhci-hcd.0.auto
[ 19.533492] hub 2-0:1.0: USB hub found
[ 19.537371] hub 2-0:1.0: 1 port detected
[ 19.543325] panel-simple display: display supply power not found, using dummy regulator
[ 19.551472] panel-simple display: Linked as a consumer to regulator.0
[ 19.558134] panel-simple display: Dropping the link to regulator.0
[ 19.567062] panel-simple display: display supply power not found, using dummy regulator
[ 19.575230] panel-simple display: Linked as a consumer to regulator.0
[ 19.581967] panel-simple display: Dropping the link to regulator.0
[ OK ] Started File System Check on /dev/mmcblk0p1.
Mounting /run/media/mmcblk0p1...
[ 19.633782] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ OK ] Mounted /run/media/mmcblk0p1.
[ 19.766902] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 19.919317] usb 1-1: New USB device found, idVendor=8644, idProduct=8005, bcdDevice= 1.00
[ 19.927511] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 19.934648] usb 1-1: Product: USB Flash Disk
[ 19.938925] usb 1-1: Manufacturer: General
[ 19.943027] usb 1-1: SerialNumber: 04730D0000008009
[ OK ] Started weston.service.
[ 19.951977] panel-simple display: display supply power not found, using dummy regulator
Starting Matrix GUI...
[ 19.973230] panel-simple display: Linked as a consumer to regulator.0
[ 19.980682] panel-simple display: Dropping the link to regulator.0
Starting telnetd.service...
[ OK ] Started Matrix GUI.
[ OK ] Started telnetd.service.
Starting thttpd.service...
[ OK ] Found device /dev/mmcblk1p1.
Starting File System Check on /dev/mmcblk1p1...
[ 20.221770] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 20.228747] scsi host0: usb-storage 1-1:1.0
[ 20.235202] usbcore: registered new interface driver usb-storage
[ 20.235410] panel-simple display: display supply power not found, using dummy regulator
[ 20.249599] panel-simple display: Linked as a consumer to regulator.0
[ 20.256423] panel-simple display: Dropping the link to regulator.0
[ OK ] Started thttpd.service.
[ OK ] Started File System Check on /dev/mmcblk1p1.
Mounting /run/media/mmcblk1p1...
[ OK ] Mounted /run/media/mmcblk1p1.
[ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
[ 21.235525] scsi 0:0:0:0: Direct-Access General USB Flash Disk 1.00 PQ: 0 ANSI: 4
[ 21.244589] sd 0:0:0:0: [sda] 30548096 512-byte logical blocks: (15.6 GB/14.6 GiB)
[ 21.249913] panel-simple display: display supply power not found, using dummy regulator
[ 21.260746] panel-simple display: Linked as a consumer to regulator.0
[ 21.261290] sd 0:0:0:0: [sda] Write Protect is off
[ 21.268012] panel-simple display: Dropping the link to regulator.0
[ 21.279180] sd 0:0:0:0: [sda] No Caching mode page found
[ 21.284571] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 21.295331] sda: sda1
[ 21.300318] sd 0:0:0:0: [sda] Attached SCSI removable disk
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org am65xx-phycore-kit ttyS3
Arago 2019.07 am65xx-phycore-kit ttyS3
PHYTEC: BSP-Yocto-TISDK-AM65xx-ALPHA3
am65xx-phycore-kit login: ***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
autoconf
bash
bc
binutils
cifs-utils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gstreamer1.0-libav
gzip
hidapi
libbfd
libdw1
libelf1
libgdbm-compat4
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libreadline7
libunistring2
m4
make
nettle
parted
pdm-anomaly-detection
which
If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************