This thread has been locked.

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

am335x开机不显示启动进度条,sdk最新的06.03

Other Parts Discussed in Thread: DP83848C, TPS65910

现在am335x开机不显示启动进度条,只有光标在闪,然后进入gui界面,rcS.d下面有脚本,S00psplash.sh,并且是链接到init.d/psplash.sh。里面的内容为:

#!/bin/sh
### BEGIN INIT INFO
# Provides: psplash
# Required-Start:
# Required-Stop:
# Default-Start: S
# Default-Stop:
### END INIT INFO

if [ ! -e /dev/fb0 ]; then
echo "Framebuffer /dev/fb0 not detected"
echo "Boot splashscreen disabled"
exit 0;
fi

read CMDLINE < /proc/cmdline
for x in $CMDLINE; do
case $x in
psplash=false)
echo "Boot splashscreen disabled"
exit 0;
;;
esac
done

export TMPDIR=/mnt/.psplash
mount tmpfs -t tmpfs $TMPDIR -o,size=40k

rotation=0
if [ -e /etc/rotation ]; then
read rotation < /etc/rotation
fi

/usr/bin/psplash --angle $rotation &

开机启动日志如下:

U-Boot SPL 2019.01-g49b59ab68a-dirty (Jun 16 2020 - 11:48:45 +0800)
Trying to boot from MMC2
Loading Environment from FAT... Card did not respond to voltage select!
Loading Environment from MMC... *** Warning - bad CRC, using default environment

U-Boot 2019.01-g49b59ab68a-dirty (Jun 16 2020 - 11:48:45 +0800)

CPU : AM335X-GP rev 2.1
Model: KZTOP AM335X LCD
DRAM: 512 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT... MMC: no card present
Loading Environment from MMC... *** Warning - bad CRC, using default environment

No USB device found
<ethaddr> not set. Validating first E-fuse MAC
Net: eth0: ethernet@4a100000
Press SPACE to abort autoboot in 2 seconds
MMC: no card present
MMC: no card present
MMC: no card present
MMC: no card present
MMC: no card present
switch to partitions #0, OK
mmc1(part 0) is current device
Scanning mmc 1:1...
switch to partitions #0, OK
mmc1(part 0) is current device
SD/MMC found on device 1
4256256 bytes read in 358 ms (11.3 MiB/s)
37697 bytes read in 5 ms (7.2 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8fff3000, end 8ffff340 ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.94-rt39-ga242ccf3f1 (lixiao@lixiao-ThinkPad-X230) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #17 PREEMPT RT Tue Jun 23 10
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: KZTOP AM335X LCD
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 48 MiB at 0x9d000000
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM335X ES2.1 (sgx neon)
[ 0.000000] random: get_random_bytes called from start_kernel+0xa4/0x444 with crng_init=0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920
[ 0.000000] Kernel command line: console=ttyO0 console=ttyS0,115200n8 root=PARTUUID=33f82276-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 456952K/524288K available (8192K kernel code, 323K rwdata, 2720K rodata, 1024K init, 259K bss, 18184K reserved, 49152K cma-reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 324 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 260 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.000000] No expedited grace period (rcu_normal_after_boot).
[ 0.000000] Tasks RCU enabled.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
[ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[ 0.000021] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[ 0.000040] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000050] OMAP clocksource: timer1 at 24000000 Hz
[ 0.000290] timer_probe: no matching timers found
[ 0.000547] Console: colour dummy device 80x30
[ 0.000800] Calibrating delay loop... 597.60 BogoMIPS (lpj=2988032)
[ 0.118661] pid_max: default: 32768 minimum: 301
[ 0.118946] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.118960] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.120284] CPU: Testing write buffer coherency: ok
[ 0.120366] CPU0: Spectre v2: using BPIALL workaround
[ 0.121715] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.122128] rcu: Hierarchical SRCU implementation.
[ 0.123181] EFI services will not be available.
[ 0.125254] devtmpfs: initialized
[ 0.139616] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.140229] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.140267] futex hash table entries: 256 (order: 1, 8192 bytes)
[ 0.145262] pinctrl core: initialized pinctrl subsystem
[ 0.146434] DMI not present or invalid.
[ 0.147165] NET: Registered protocol family 16
[ 0.151578] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.183072] l4_wkup_cm:clk:0010:0: failed to disable
[ 0.247125] OMAP GPIO hardware version 0.1
[ 0.264513] No ATAGs?
[ 0.264530] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.288183] edma 49000000.edma: TI EDMA DMA engine driver
[ 0.290015] v3_3d: supplied by vbat
[ 0.290519] v1_8d: supplied by vbat
[ 0.294394] SCSI subsystem initialized
[ 0.295161] media: Linux media interface: v0.10
[ 0.295233] videodev: Linux video capture interface: v2.00
[ 0.295380] pps_core: LinuxPPS API ver. 1 registered
[ 0.295393] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.295428] PTP clock support registered
[ 0.295495] EDAC MC: Ver: 3.0.0
[ 0.297199] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 0.298125] Advanced Linux Sound Architecture Driver Initialized.
[ 0.300320] clocksource: Switched to clocksource timer1
[ 0.314291] NET: Registered protocol family 2
[ 0.315551] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 7168 bytes)
[ 0.315613] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.315704] TCP bind hash table entries: 4096 (order: 4, 98304 bytes)
[ 0.315961] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.316121] UDP hash table entries: 256 (order: 2, 16384 bytes)
[ 0.316181] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes)
[ 0.316471] NET: Registered protocol family 1
[ 0.317386] RPC: Registered named UNIX socket transport module.
[ 0.317407] RPC: Registered udp transport module.
[ 0.317418] RPC: Registered tcp transport module.
[ 0.317428] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.318852] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[ 0.321319] Initialise system trusted keyrings
[ 0.321728] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.330681] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.331952] NFS: Registering the id_resolver key type
[ 0.332017] Key type id_resolver registered
[ 0.332030] Key type id_legacy registered
[ 0.332104] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.335853] Key type asymmetric registered
[ 0.335880] Asymmetric key parser 'x509' registered
[ 0.335986] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.336005] io scheduler noop registered
[ 0.336017] io scheduler deadline registered
[ 0.336392] io scheduler cfq registered (default)
[ 0.336410] io scheduler mq-deadline registered
[ 0.336422] io scheduler kyber registered
[ 0.339190] pinctrl-single 44e10800.pinmux: 142 pins, size 568
[ 0.345041] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[ 0.345187] pwm-backlight backlight: Linked as a consumer to regulator.0
[ 0.428091] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.434248] console [ttyS0] disabled
[ 0.434396] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
[ 1.067628] console [ttyS0] enabled
[ 1.073074] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
[ 1.085079] omap_rng 48310000.rng: Random Number Generator ver. 20
[ 1.090603] random: fast init done
[ 1.090926] random: crng init done
[ 1.102291] OF: graph: no port node found in /ocp/lcdc@4830e000
[ 1.108595] OF: graph: no port node found in /ocp/lcdc@4830e000
[ 1.115260] OF: graph: no port node found in /ocp/lcdc@4830e000
[ 1.121233] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.127880] [drm] No driver support for vblank timestamp query.
[ 1.157492] Console: switching to colour frame buffer device 128x48
[ 1.179019] tilcdc 4830e000.lcdc: fb0: DRM emulated frame buffer device
[ 1.186618] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
[ 1.213432] brd: module loaded
[ 1.228508] loop: module loaded
[ 1.238061] libphy: Fixed MDIO Bus: probed
[ 1.320439] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 1.328155] davinci_mdio 4a101000.mdio: detected phy mask fffffff6
[ 1.337076] libphy: 4a101000.mdio: probed
[ 1.341214] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Micrel KSZ9031 Gigabit PHY
[ 1.350977] davinci_mdio 4a101000.mdio: phy[3]: device 4a101000.mdio:03, driver NS DP83848C 10/100 Mbps PHY
[ 1.362112] cpsw 4a100000.ethernet: Detected MACID = fc:69:47:84:2e:2b
[ 1.368879] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
[ 1.375328] cpsw 4a100000.ethernet: ALE Table size 1024
[ 1.380672] cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies)
[ 1.389243] cpsw 4a100000.ethernet: cpsw: Detected MACID = fc:69:47:84:2e:2d
[ 1.399050] ILITEK INFO line = 44 ilitek_data_init : ilitek_log_level_value = 3.
[ 1.406826] ILITEK INFO line = 421 ilitek_touch_driver_init : add touch device driver i2c driver.
[ 1.415888] i2c /dev entries driver
[ 1.421577] sdhci: Secure Digital Host Controller Interface driver
[ 1.427801] sdhci: Copyright(c) Pierre Ossman
[ 1.433333] omap_gpio 4804c000.gpio: Could not set line 29 debounce to 200000 microseconds (-22)
[ 1.442332] omap_hsmmc 48060000.mmc: Got CD GPIO
[ 1.449843] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.464547] NET: Registered protocol family 10
[ 1.471778] Segment Routing with IPv6
[ 1.475611] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.482770] NET: Registered protocol family 17
[ 1.487693] Key type dns_resolver registered
[ 1.492495] omap_voltage_late_init: Voltage driver support not added
[ 1.500244] Loading compiled-in X.509 certificates
[ 1.550691] tps65910 0-002d: No interrupt support, no core IRQ
[ 1.559307] vrtc: supplied by vbat
[ 1.566848] vio: supplied by vbat
[ 1.571953] vdd1: supplied by vbat
[ 1.577444] vdd2: supplied by vbat
[ 1.584470] vdig1: supplied by vbat
[ 1.589542] vdig2: supplied by vbat
[ 1.594663] vpll: supplied by vbat
[ 1.599684] vdac: supplied by vbat
[ 1.604715] vaux1: supplied by vbat
[ 1.609803] vaux2: supplied by vbat
[ 1.614912] vaux33: supplied by vbat
[ 1.620073] vmmc: supplied by vbat
[ 1.625078] vbb: supplied by vbat
[ 1.634027] rtc-pcf8563 0-0051: low voltage detected, date/time is not reliable.
[ 1.641869] rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc1
[ 1.650023] ilitek_ts 0-0041: Linked as a consumer to regulator.2
[ 1.656352] ilitek_ts 0-0041: Linked as a consumer to regulator.3
[ 1.662500] ILITEK INFO line = 1785 ilitek_main_probe : default client->addr = 0x41 client->irq = 58
[ 1.671769] ILITEK INFO line = 1618 ilitek_power_on : POWER ON
[ 1.677762] ILITEK ERR line = 1556 ilitek_get_gpio_num : reset_gpio = -2
[ 1.684717] ILITEK INFO line = 1566 ilitek_get_gpio_num : reset_gpio = -2 irq_gpio = 20
[ 1.692870] ILITEK INFO line = 469 ilitek_reset : delay = 1000
[ 1.698820] ILITEK ERR line = 506 ilitek_reset : reset pin is invalid
[ 1.710758] ILITEK INFO line = 146 api_protocol_get_ptl : protocol version: 3.0.12 ilitek_data->ptl.ver = 0x30000
[ 1.721251] ILITEK INFO line = 577 api_protocol_init_func : command protocol: PROTOCOL_CMD_NUM_V3
[ 1.730253] ILITEK INFO line = 579 api_protocol_init_func : report function: ilitek_read_data_and_report_3XX
[ 1.740221] ILITEK INFO line = 1738 ilitek_read_tp_info : driver version 5.8.0.0.0.0.0
[ 1.753510] ILITEK INFO line = 146 api_protocol_get_ptl : protocol version: 3.0.12 ilitek_data->ptl.ver = 0x30000
[ 1.764000] ILITEK INFO line = 534 api_protocol_set_cmd : set command:ILITEK_TP_CMD_GET_PROTOCOL_VERSION
[ 1.778909] ILITEK INFO line = 98 api_protocol_get_mcuver : MCU KERNEL version:0x2510
[ 1.786871] ILITEK INFO line = 534 api_protocol_set_cmd : set command:ILITEK_TP_CMD_GET_KERNEL_VERSION
[ 1.801684] ILITEK INFO line = 131 api_protocol_get_fwver : firmware version:0x6.0x0.0x0.0x0.0x8.0xff.0x1.0x3
[ 1.811738] ILITEK INFO line = 534 api_protocol_set_cmd : set command:ILITEK_TP_CMD_GET_FIRMWARE_VERSION
[ 1.826686] ILITEK INFO line = 165 api_protocol_get_sc_resolution : screen_min_x: 0, screen_min_y: 0 screen_max_x: 16383, screen_max_y: 9599
[ 1.839442] ILITEK INFO line = 534 api_protocol_set_cmd : set command:ILITEK_TP_CMD_GET_SCREEN_RESOLUTION
[ 1.854562] ILITEK INFO line = 241 api_protocol_get_tp_resolution : tp_min_x: 0, tp_max_x: 16384, tp_min_y: 0, tp_max_y: 9600, ch_x: 37, ch_y: 28, max_tp: 10, key_count: 0
[ 1.870024] ILITEK INFO line = 534 api_protocol_set_cmd : set command:ILITEK_TP_CMD_GET_TP_RESOLUTION
[ 1.884589] ILITEK INFO line = 114 api_protocol_check_mode : ilitek ic. mode =90 , it's AP MODE
[ 1.893421] ILITEK INFO line = 534 api_protocol_set_cmd : set command:ILITEK_TP_CMD_READ_MODE
[ 1.902420] input: ilitek_ts as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0041/input/input0
[ 1.911314] ILITEK INFO line = 1333 ilitek_request_irq : ilitek_data->client->irq = 58
[ 1.919831] ILITEK INFO line = 1778 ilitek_create_tool_node : register chrdev(243, 0)
[ 1.928369] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 1.935812] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 400 kHz
[ 1.942659] omap_gpio 4804c000.gpio: Could not set line 29 debounce to 200000 microseconds (-22)
[ 1.951510] omap_hsmmc 48060000.mmc: Got CD GPIO
[ 1.957232] omap_hsmmc 48060000.mmc: Linked as a consumer to regulator.16
[ 1.992842] omap_hsmmc 481d8000.mmc: Linked as a consumer to regulator.16
[ 2.026625] hctosys: unable to open rtc device (rtc0)
[ 2.033035] ALSA device list:
[ 2.036113] No soundcards found.
[ 2.041449] Waiting for root device PARTUUID=33f82276-02...
[ 2.074235] mmc1: new high speed MMC card at address 0001
[ 2.081450] mmcblk1: mmc1:0001 Q2J54A 3.64 GiB
[ 2.086766] mmcblk1boot0: mmc1:0001 Q2J54A partition 1 2.00 MiB
[ 2.093545] mmcblk1boot1: mmc1:0001 Q2J54A partition 2 2.00 MiB
[ 2.099889] mmcblk1rpmb: mmc1:0001 Q2J54A partition 3 512 KiB, chardev (244:0)
[ 2.109565] mmcblk1: p1 p2
[ 2.148149] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.156470] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 2.163948] devtmpfs: mounted
[ 2.169162] Freeing unused kernel memory: 1024K
[ 2.174435] Run /sbin/init as init process
[ 2.412520] systemd[1]: System time before build time, advancing clock.
[ 2.457739] 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)
[ 2.480705] systemd[1]: Detected architecture arm.

Welcome to Arago 2019.11!

[ 2.541909] systemd[1]: Set hostname to <am335x-kztop>.
[ 3.014720] 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.
[ 3.032104] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 3.141134] systemd[1]: /lib/systemd/system/gadget-init.service:15: Unknown lvalue 'ExecStopPre' in section 'Service'
[ 3.641771] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 3.682438] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 3.711570] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 3.757758] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target Paths.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Reached target Remote File Systems.
[ OK ] Created slice system-getty.slice.
[ OK ] Listening on Journal Socket.
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
Starting Load Kernel Modules...
[ OK ] Reached target Swap.
[ 4.115698] cryptodev: loading out-of-tree module taints kernel.
[ 4.126331] cryptodev: driver 1.9 loaded.
Mounting Temporary Directory (/tmp)...
[ 4.209624] usbcore: registered new interface driver usbfs
[ 4.242190] usbcore: registered new interface driver hub
Mounting Kernel Debug File System...
[ 4.251061] usbcore: registered new device driver usb
[ 4.290261] usbcore: registered new interface driver ftdi_sio
[ 4.306713] usbserial: USB Serial support registered for FTDI USB Serial Device
[ OK ] Listening on Process Core Dump Socket.
Starting Remount Root and Kernel File Systems...
Starting udev Coldplug all Devices...
[ 4.507833] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[ OK ] Listening on Network Service Netlink Socket.
Mounting POSIX Message Queue File System...
Starting Create list of required st…ce nodes for the current kernel...
[ OK ] Listening on Journal Socket (/dev/log).
Starting Journal Service...
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
[ OK ] Started Load Kernel Modules.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Mounted Kernel Debug File System.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Started Create list of required sta…vice nodes for the current kernel.
Starting Create Static Device Nodes in /dev...
Mounting Kernel Configuration File System...
Starting Apply Kernel Variables...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Journal Service.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Started Apply Kernel Variables.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
Mounting /media/ram...
Mounting /var/volatile...
[ OK ] Reached target Containers.
Starting Flush Journal to Persistent Storage...
[ OK ] Mounted /media/ram.
[ OK ] Mounted /var/volatile.
[ 6.273669] systemd-journald[105]: Received request to flush runtime journal from PID 1
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Load/Save Random Seed.
Starting Create Volatile Files and Directories...
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
Starting Network Service...
[ 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 Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Reached target Network.
[ 10.229350] omap_rtc 44e3e000.rtc: already running
[ 10.240606] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 10.400756] omap_rtc 44e3e000.rtc: registered as rtc0
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight…ightness of backlight:backlight...
[ OK ] Started udev Coldplug all Devices.
[ 11.307845] CAN device driver interface
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:bac[ 11.492537] c_can_platform 481d0000.can: c_can_platform device registered (regs=e08996c7, irq=37)
klight.
[ OK ] Found device /dev/ttyS0.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK [ 12.482927] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
] Listening on dropbear.socket.
[ 12.551698] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[ 12.565133] omap-aes 53500000.aes: will run requests pump with realtime priority
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ 12.871403] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.sgx on minor 1
[ 12.882633] remoteproc remoteproc0: wkup_m3 is available
[ OK ] Listening on RPCbind Server Activation Socket.
[ OK ] Reached target Sockets.
[ 13.022547] remoteproc remoteproc0: powering up wkup_m3
[ 13.028495] PM: Cannot get wkup_m3_ipc handle
[ 13.043722] PM: Cannot get wkup_m3_ipc handle
[ OK ] Reached target Basic System.
[ 13.301863] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 242888
Starting Simple Network Management Protocol (SNMP) Daemon....[ 13.404258] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192

[ 13.422608] remoteproc remoteproc0: remote processor wkup_m3 is now up
Starting rc.pvr.service...
[ OK ] Started Job spooling tools.
Starting Avahi mDNS/DNS-SD Stack...
[ 14.340930] net eth1: initializing cpsw version 1.12 (0)
Starting Print notice about GPLv3 packages...
[ 14.531480] NS DP83848C 10/100 Mbps PHY 4a101000.mdio:03: attached PHY driver [NS DP83848C 10/100 Mbps PHY] (mii_bus:phy_addr=4a101000.mdio:03, irq=POLL)
[ 14.687397] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
Starting Lightning Fast Webserver With Light System Requirements...
[ 14.962993] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ OK ] Started Periodic Command Scheduler.
[ OK ] Started D-Bus System Message Bus.
[ 15.551147] net eth0: initializing cpsw version 1.12 (0)
[ 15.745828] Micrel KSZ9031 Gigabit PHY 4a101000.mdio:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL)
[ 16.016037] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Starting Permit User Sessions...
Starting Enable and configure wl18xx bluetooth stack...
Starting RPC Bind Service...
[ OK ] Started Redis In-Memory Data Store.
Starting Reboot and dump vmcore via kexec...
Starting Login Service...
[ OK ] Started rc.pvr.service.
[ 18.002108] cpsw 4a100000.ethernet eth1: Link is Up - 100Mbps/Full - flow control off
[ 18.092641] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ OK ] Started Lightning Fast Webserver With Light System Requirements.
[ OK ] Started Permit User Sessions.
[ OK ] Started Enable and configure wl18xx bluetooth stack.
[ OK ] Started RPC Bind Service.
[ OK ] Started Reboot and dump vmcore via kexec.
[ 19.363533] cpsw 4a100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 19.434622] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
[ OK ] Found device /dev/ttyS3.
[ 25.680157] PM: bootloader does not support rtc-only!
[ 25.728224] am335x-phy-driver 47401300.usb-phy: 47401300.usb-phy supply vcc not found, using dummy regulator
[ 25.867979] am335x-phy-driver 47401300.usb-phy: Linked as a consumer to regulator.0
[ 25.982002] am335x-phy-driver 47401b00.usb-phy: 47401b00.usb-phy supply vcc not found, using dummy regulator
[ 26.081233] am335x-phy-driver 47401b00.usb-phy: Linked as a consumer to regulator.0
[ 26.810699] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[ 26.816161] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
[ 27.000965] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 27.088105] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 27.160582] usb usb1: Product: MUSB HDRC host driver
[ 27.165598] usb usb1: Manufacturer: Linux 4.19.94-rt39-ga242ccf3f1 musb-hcd
[ 27.286844] usb usb1: SerialNumber: musb-hdrc.0
[ 27.349219] hub 1-0:1.0: USB hub found
[ 27.390746] hub 1-0:1.0: 1 port detected
[ 27.501786] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[ 27.507243] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
[ 27.636913] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 27.723253] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 27.800986] usb usb2: Product: MUSB HDRC host driver
[ 27.806006] usb usb2: Manufacturer: Linux 4.19.94-rt39-ga242ccf3f1 musb-hcd
[ 27.927758] usb usb2: SerialNumber: musb-hdrc.1
[ 27.983332] hub 2-0:1.0: USB hub found
[ 28.040205] hub 2-0:1.0: 1 port detected
[ 28.510580] usb 2-1: new high-speed USB device number 2 using musb-hdrc
[ 28.741319] usb 2-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 28.749584] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 28.872722] usb 2-1: Product: USB 2.0 Hub
[ 28.925941] hub 2-1:1.0: USB hub found
[ 28.996109] hub 2-1:1.0: 4 ports detected
[ 29.460632] usb 2-1.1: new low-speed USB device number 3 using musb-hdrc
[ 29.735361] usb 2-1.1: New USB device found, idVendor=062a, idProduct=6301, bcdDevice= 1.00
[ 29.810642] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 29.818015] usb 2-1.1: Product: Wireless Mouse
[ 29.930985] usb 2-1.1: Manufacturer: Mosart
[ 31.934166] input: Mosart Wireless Mouse as /devices/platform/ocp/47400000.usb/47401c00.usb/musb-hdrc.1/usb2/2-1/2-1.1/2-1.1:1.0/0003:062A:6301.0001/input/input1
[ 32.022105] hid-generic 0003:062A:6301.0001: input: USB HID v1.10 Mouse [Mosart Wireless Mouse] on usb-musb-hdrc.1-1.1/input0
[ 32.086950] usbcore: registered new interface driver usbhid
[ 32.108703] usbhid: USB HID core driver
[ OK ] Started Wait for Network to be Configured.
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
autoconf
bash-dev
bash
bc
binutils
cifs-utils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
findutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gstreamer1.0-libav
gzip
hidapi
libbfd
libcairo-perf-utils
libdw1
libelf1
libgdbm-compat4
libgdbm-dev
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmavconn
libmpc3
libmpfr6
libreadline-dev
libreadline7
libunistring2
m4-dev
m4
make
mavlink
mavros-extras
mavros-msgs
mavros
nettle
pdm-anomaly-detection
socketcan-interface
swig-dev
swig
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
***************************************************************
***************************************************************
[ OK ] Started Print notice about GPLv3 packages.
[ OK ] Reached target Network is Online.
[ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Created slice system-systemd\x2dfsck.slice.
Starting File System Check on /dev/mmcblk1p1...
[ OK ] Started NFS status monitor for NFSv2/3 locking..
[ OK ] Started Serial Getty on ttyS3.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS0.
[ 44.354591] NET: Registered protocol family 15
Starting weston.service...
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Login Service.
[ OK ] Started weston.service.
Starting telnetd.service...
Starting Matrix GUI...
[ OK ] Started File System Check on /dev/mmcblk1p1.
[ 45.283816] Initializing XFRM netlink socket
Mounting /run/media/mmcblk1p1...
[ OK ] Started telnetd.service.
Starting busybox-udhcpd.service...
Starting thttpd.service...
Starting LSB: network benchmark...
[ OK ] Started Matrix GUI.
[ OK ] Mounted /run/media/mmcblk1p1.
[ OK ] Started busybox-udhcpd.service.
[ OK ] Started thttpd.service.
[ OK ] Started LSB: network benchmark.
Starting LSB: Redis, a key-value store...
[ OK ] Started LSB: Redis, a key-value store.
Starting thermal-zone-init.service...
Starting parse-ip.service...
[ OK ] Started thermal-zone-init.service.
[ OK ] Started parse-ip.service.