Other Parts Discussed in Thread: AM62A7
By changing the uboot setting of the AM62A board, the kernel is downloaded and booted by tftp booting.
However, in Uboot, I set it to mount from the kernel as nfs,
When actually booting the kernel, the root filesystem mounts the filesystem of the mmc storage device.
How can I mount it as a remote pc folder set by nfs?
The nfs settings on the remote pc are normal.
Share uboot options and kernel messages below.
setenv serverip 192.168.0.6
setenv ipaddr 192.168.0.10
setenv nfs_root /home/skilove13/ti_am62a/SW/ti-processor-sdk-linux-am62axx-evm-08.04.01.08/targetNFS
setenv name_kern Image-am62axx-evm.bin
setenv bootcmd 'run findfdt; run envboot; run setup_${kern_boot}; run init_${rootfs_boot}; run get_kern_${kern_boot}; run get_fdt_${kern_boot}; run get_overlay_${kern_boot}; run run_kern'
setenv init_net 'run args_all args_net; setenv autoload no; dhcp'
setenv args_net 'setenv bootargs console=${console} ${optargs} rootfstype=nfs root=/dev/nfs rw nfsroot=${serverip}:${nfs_root},${nfs_options} ip=dhcp'
setenv get_kern_net 'tftp ${loadaddr} ${name_kern}'
setenv get_fdt_net 'tftp ${fdtaddr} ${name_fdt}'
setenv get_overlay_net 'fdt address ${fdtaddr};fdt resize 0x100000;for overlay in ${overlay_files};do;tftp ${overlayaddr} ${overlay};fdt apply ${overlayaddr}; done'
setenv nfs_options 'nolock,v3,tcp,rsize=4096,wsize=4096'
setenv setup_mmc ''
setenv setup_net 'setenv autoload no; dhcp'
setenv kern_boot net
setenv rootfs_boot mmc
saveenv
U-Boot SPL 2021.01-gccb05afd02 (Oct 19 2022 - 16:41:35 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0008 '8.4.7--v08.04.07a (Jolly Jellyf')
am62a_init: board_init_f done
am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
Trying to boot from MMC2
U-Boot 2021.01-gccb05afd02 (Oct 19 2022 - 16:41:35 +0000)
SoC: AM62AX SR1.0 GP
Model: Texas Instruments AM62A7 SK
EEPROM not available at 0x50, trying to read at 0x51
Board: AM62A-SKEVM rev E2
DRAM: 2 GiB
MMC: mmc@fa10000: 0, mmc@fa00000: 1, mmc@fa20000: 2
Loading Environment from MMC... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
Failed to load 'boot.scr'
1490 bytes read in 11 ms (131.8 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
Running uenvcmd ...
1 bytes read in 11 ms (0 Bytes/s)
Already setup.
link up on port 1, speed 100, full duplex
BOOTP broadcast 1
DHCP client bound to address 192.168.0.7 (36 ms)
link up on port 1, speed 100, full duplex
Using ethernet@8000000port@1 device
TFTP from server 192.168.0.6; our IP address is 192.168.0.7
Filename 'Image-am62axx-evm.bin'.
Load address: 0x82000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
############################################
979.5 KiB/s
done
Bytes transferred = 18526720 (11ab200 hex)
link up on port 1, speed 100, full duplex
Using ethernet@8000000port@1 device
TFTP from server 192.168.0.6; our IP address is 192.168.0.7
Filename 'k3-am62a7-sk.dtb'.
Load address: 0x88000000
Loading: ########
6.8 KiB/s
done
Bytes transferred = 37154 (9122 hex)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 000000008fef3000, end 000000008fffffff ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.10.120-g98c6906d78 (skilove13@skilove13-HP-Z800-Workstation) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #5 SMP PREEMPT Wed Feb 8 17:06:25 KST 2023
[ 0.000000] Machine model: Texas Instruments AM62A7 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000099800000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c7x-dma-memory@99800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000099900000, size 30 MiB
[ 0.000000] OF: reserved mem: initialized node c7x-memory@99900000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b900000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0300000, size 32 MiB
[ 0.000000] OF: reserved mem: initialized node edgeai-dma-memory@a0300000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: initialized node edgeai_shared-memories, compatible id dma-heap-carveout
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ae300000, size 96 MiB
[ 0.000000] OF: reserved mem: initialized node edgeai-core-heap-memory@ae300000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000997fffff]
[ 0.000000] node 0: [mem 0x0000000099800000-0x000000009b7fefff]
[ 0.000000] node 0: [mem 0x000000009b800000-0x00000000a22fffff]
[ 0.000000] node 0: [mem 0x00000000a2300000-0x00000000ae2fffff]
[ 0.000000] node 0: [mem 0x00000000ae300000-0x00000000b42fffff]
[ 0.000000] node 0: [mem 0x00000000b4300000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] cma: Reserved 512 MiB at 0x00000000dd000000
[ 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.2
[ 0.000000] percpu: Embedded 22 pages/cpu s50008 r8192 d31912 u90112
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516095
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=a283ea65-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1076992K/2097148K available (10880K kernel code, 1132K rwdata, 4200K rodata, 1792K init, 433K bss, 495868K 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 event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 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: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000080030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
[ 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.000003] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008381] smhong : start_kernel ---------------
[ 0.013183] smhong : start_kernel1 --------------
[ 0.018058] Console: colour dummy device 80x25
[ 0.022633] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.033312] pid_max: default: 32768 minimum: 301
[ 0.038105] LSM: Security Framework initializing
[ 0.042869] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.050440] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.059819] rcu: Hierarchical SRCU implementation.
[ 0.064937] Platform MSI: msi-controller@1820000 domain created
[ 0.071157] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.080383] EFI services will not be available.
[ 0.085217] smp: Bringing up secondary CPUs ...
[ 0.115348] Detected VIPT I-cache on CPU1
[ 0.115378] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.115391] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
[ 0.115440] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.140953] Detected VIPT I-cache on CPU2
[ 0.140975] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.140987] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
[ 0.141021] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.166574] Detected VIPT I-cache on CPU3
[ 0.166594] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.166604] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
[ 0.166637] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.166710] smp: Brought up 1 node, 4 CPUs
[ 0.246419] SMP: Total of 4 processors activated.
[ 0.251232] CPU features: detected: 32-bit EL0 Support
[ 0.256496] CPU features: detected: CRC32 instructions
[ 0.268194] CPU: All CPU(s) started at EL2
[ 0.272399] alternatives: patching kernel code
[ 0.277847] devtmpfs: initialized
[ 0.286110] KASLR disabled due to lack of seed
[ 0.290812] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.300785] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.322665] pinctrl core: initialized pinctrl subsystem
[ 0.328529] DMI not present or invalid.
[ 0.333022] NET: Registered protocol family 16
[ 0.339088] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.346420] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.354492] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.363080] thermal_sys: Registered thermal governor 'step_wise'
[ 0.363085] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.369743] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.383440] ASID allocator initialised with 65536 entries
[ 0.409532] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.416404] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.423263] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.430115] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.437882] cryptd: max_cpu_qlen set to 1000
[ 0.444611] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
[ 0.453923] iommu: Default domain type: Translated
[ 0.459192] SCSI subsystem initialized
[ 0.463379] mc: Linux media interface: v0.10
[ 0.467762] videodev: Linux video capture interface: v2.00
[ 0.473427] pps_core: LinuxPPS API ver. 1 registered
[ 0.478502] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.487848] PTP clock support registered
[ 0.491880] EDAC MC: Ver: 3.0.0
[ 0.495561] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
[ 0.502359] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
[ 0.509136] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
[ 0.515855] omap-mailbox 29030000.mailbox: no available mbox devices found
[ 0.523236] FPGA manager framework
[ 0.526774] Advanced Linux Sound Architecture Driver Initialized.
[ 0.533773] clocksource: Switched to clocksource arch_sys_counter
[ 0.540173] VFS: Disk quotas dquot_6.6.0
[ 0.544232] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.556070] Carveout Heap: Exported 192 MiB at 0x00000000a2300000
[ 0.562415] NET: Registered protocol family 2
[ 0.567007] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.575570] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.584333] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.592533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.600212] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.607010] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.613901] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.621342] NET: Registered protocol family 1
[ 0.626162] RPC: Registered named UNIX socket transport module.
[ 0.632232] RPC: Registered udp transport module.
[ 0.637062] RPC: Registered tcp transport module.
[ 0.641875] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.648467] PCI: CLS 0 bytes, default 64
[ 0.653138] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.664589] Initialise system trusted keyrings
[ 0.669316] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.679345] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.685779] NFS: Registering the id_resolver key type
[ 0.690972] Key type id_resolver registered
[ 0.695249] Key type id_legacy registered
[ 0.699416] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.706270] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.713986] 9p: Installing v9fs 9p2000 file system support
[ 0.754548] Key type asymmetric registered
[ 0.758741] Asymmetric key parser 'x509' registered
[ 0.763753] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.771318] io scheduler mq-deadline registered
[ 0.775948] io scheduler kyber registered
[ 0.781642] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.787970] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.799943] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.817560] brd: module loaded
[ 0.826051] loop: module loaded
[ 0.830222] megasas: 07.714.04.00-rc1
[ 0.836907] tun: Universal TUN/TAP device driver, 1.6
[ 0.842559] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.848974] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.855066] sky2: driver version 1.30
[ 0.859557] VFIO - User Level meta-driver version: 0.3
[ 0.865584] i2c /dev entries driver
[ 0.870067] sdhci: Secure Digital Host Controller Interface driver
[ 0.876389] sdhci: Copyright(c) Pierre Ossman
[ 0.881097] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.887784] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.894202] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.901713] optee: probing for conduit method.
[ 0.906285] optee: revision 3.12 (3d47a131)
[ 0.906657] optee: initialized driver
[ 0.916176] NET: Registered protocol family 17
[ 0.920852] 9pnet: Installing 9P2000 support
[ 0.925276] Key type dns_resolver registered
[ 0.929817] Loading compiled-in X.509 certificates
[ 0.947994] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.4.7--v08.04.07a (Jolly Jellyf')
[ 1.653691] davinci-mcasp 2b10000.mcasp: IRQ common not found
[ 1.728204] omap_i2c 4900000.i2c: bus 0 rev0.12 at 100 kHz
[ 1.744268] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.755950] pca953x 2-0023: supply vcc not found, using dummy regulator
[ 1.762835] pca953x 2-0023: using AI
[ 1.790444] gpio-507 (CSI_SEL2): hogged as output/low
[ 1.796461] omap_i2c 20010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.830018] i2c i2c-3: Added multiplexed i2c bus 4
[ 1.835338] i2c i2c-3: Added multiplexed i2c bus 5
[ 1.840249] pca954x 3-0071: registered 2 multiplexed busses for I2C switch pca9543
[ 1.848031] omap_i2c 20020000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.866903] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 1.888016] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.922825] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.978420] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
[ 1.992597] ti-bcdma 485c0100.dma-controller: Number of rings: 82
[ 2.050367] ti-bcdma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 2.061128] ti-bcdma 4e230000.dma-controller: Number of rings: 6
[ 2.080331] ti-bcdma 4e230000.dma-controller: Channels: 4 (bchan: 0, tchan: 0, rchan: 4)
[ 2.089116] ti-pktdma 485c0000.dma-controller: Number of rings: 150
[ 2.329934] ti-pktdma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 2.344198] omap8250 4a00000.serial: failed to get alias
[ 2.355289] printk: console [ttyS2] disabled
[ 2.359717] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 21, base_baud = 3000000) is a 8250
[ 2.368494] printk: console [ttyS2] enabled
[ 2.368494] printk: console [ttyS2] enabled
[ 2.376942] printk: bootconsole [ns16550a0] disabled
[ 2.376942] printk: bootconsole [ns16550a0] disabled
[ 2.704591] spi-nand spi0.0: Winbond SPI NAND was found.
[ 2.709924] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
[ 2.793836] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.802872] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 2.811066] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000002
[ 2.953495] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 3.049162] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 3.056311] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 3.072190] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
[ 3.265960] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[ 3.271126] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:36 UTC (36)
[ 3.405409] mmc0: CQHCI version 5.10
[ 3.460157] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 3.468070] davinci-mcasp 2b10000.mcasp: IRQ common not found
[ 3.548782] mmc0: Command Queue Engine enabled
[ 3.553249] mmc0: new HS200 MMC card at address 0001
[ 3.558686] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 3.563337] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
[ 3.569373] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
[ 3.575444] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (237:0)
[ 3.583625] mmcblk0: p1 p2
[ 5.433655] pca953x 2-0022: supply vcc not found, using dummy regulator
[ 5.440383] pca953x 2-0022: using AI
[ 5.445539] sii902x 2-003b: supply iovcc not found, using dummy regulator
[ 5.452447] sii902x 2-003b: supply cvcc12 not found, using dummy regulator
[ 5.460324] i2c i2c-2: Added multiplexed i2c bus 6
[ 5.562418] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
[ 5.676604] Console: switching to colour frame buffer device 240x67
[ 5.714818] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 5.724399] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 5.732335] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 5.739781] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 5.747100] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 5.747650] mmc1: CQHCI version 5.10
[ 5.799201] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 5.839430] mmc1: new high speed SDXC card at address 59b4
[ 5.845412] mmcblk1: mmc1:59b4 EC1S5 59.7 GiB
[ 5.851648] mmcblk1: p1 p2
[ 5.985275] ALSA device list:
[ 5.985659] mmc2: CQHCI version 5.10
[ 5.988269] No soundcards found.
[ 6.036424] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
[ 6.060773] EXT4-fs (mmcblk1p2): recovery complete
[ 6.065589] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 6.073722] VFS: Mounted root (ext4 filesystem) on device 179:98.
[ 6.081072] devtmpfs: mounted
[ 6.084652] Freeing unused kernel memory: 1792K
[ 6.089269] Run /sbin/init as init process
[ 6.435775] systemd[1]: System time before build time, advancing clock.
[ 6.516342] NET: Registered protocol family 10
[ 6.521665] Segment Routing with IPv6
[ 6.556313] systemd[1]: systemd 244.5+ 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)
[ 6.578352] systemd[1]: Detected architecture arm64.
Welcome to Arago 2021.09!
[ 6.618678] systemd[1]: Set hostname to <am62axx-evm>.
[ 7.026711] random: systemd: uninitialized urandom read (16 bytes read)
[ 7.033614] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 7.045956] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 7.056860] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 7.077927] random: systemd: uninitialized urandom read (16 bytes read)
[ 7.085605] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 7.105940] random: systemd: uninitialized urandom read (16 bytes read)
[ 7.113489] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 7.134214] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 7.158075] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 7.182035] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 7.197915] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 7.217896] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 7.233896] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 7.258865] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 7.281990] systemd[1]: Reached target RPC Port Mapper.
[ OK ] Reached target RPC Port Mapper.
[ 7.306786] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 7.330207] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 7.367590] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 7.376272] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 7.398421] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 7.414526] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 7.438349] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 7.458208] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 7.481660] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 7.501466] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 7.525435] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 7.546187] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 7.565714] systemd[1]: Starting Create list of static device nodes for the current kernel...
Starting Create list of st…odes for the current kernel...
[ 7.593262] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 7.622108] systemd[1]: Starting RPC Bind...
Starting RPC Bind...
[ 7.674112] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 7.687526] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 7.714509] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 7.732623] cryptodev: loading out-of-tree module taints kernel.
[ 7.733596] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems cryptodev: driver 1.10 loaded.
[0m...
[ 7.760282] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[ 7.762544] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 7.795163] systemd[1]: Started RPC Bind.
[ OK ] Started RPC Bind.
[ 7.810433] systemd[1]: Started Start psplash boot splash screen.
[ OK ] Started Start psplash boot splash screen.
[ 7.834447] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Mounted Huge Pages File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Create list of sta… nodes for the current kernel.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Remount Root and Kernel File Systems.
Mounting Kernel Configuration File System...
[ OK ] Started Start psplash-syst…progress communication helper.
[ 8.036157] urandom_read_iter: 43 callbacks suppressed
[ 8.036165] random: systemd: uninitialized urandom read (16 bytes read)
Starting Flush Journal to Persistent Storage 8.052832] random: systemd-journal: uninitialized urandom read (16 bytes read)
0m...
[ 8.065637] systemd-journald[183]: Received client request to flush runtime journal.
[ 8.078075] random: systemd: uninitialized urandom read (16 bytes read)
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Reached target Local File Systems (Pre).
Mounting /media/ram...
Mounting /var/volatile...
Starting udev Wait for Complete Device Initialization...
Starting udev Kernel Device Manager...
[ OK ] Mounted /media/ram.
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ 8.790705] CAN device driver interface
[ 8.858419] tlv320aic3x-codec 2-001b: supply IOVDD not found, using dummy regulator
[ 8.866476] tlv320aic3x-codec 2-001b: supply DVDD not found, using dummy regulator
[ 8.880811] m_can_platform 20701000.can: m_can device registered (irq=33, version=32)
[ 8.891047] tlv320aic3x-codec 2-001b: supply AVDD not found, using dummy regulator
[ 8.899389] tlv320aic3x-codec 2-001b: supply DRVDD not found, using dummy regulator
[ 8.907364] tlv320aic3x-codec 2-001b: Invalid supply voltage(s) AVDD: -22, DVDD: -22
[ 8.946560] ds90ub960 5-003d: ub960_write: cannot write register 0x01 (-121)!
[ 8.970880] ds90ub960 5-003d: ub960_read: cannot read register 0x01 (-121)!
[ 8.980076] ds90ub960 5-003d: ub960_read: cannot read register 0x03 (-121)!
[ 8.988144] wave5: module is from the staging directory, the quality is unknown, you have been warned.
[ 9.006900] ds90ub960 5-003d: Cannot read first register (-121), abort
[ 9.014484] ds90ub960: probe of 5-003d failed with error -121
[ 9.038752] urandom_read_iter: 35 callbacks suppressed
[ 9.038760] random: systemd: uninitialized urandom read (16 bytes read)
[ 9.079004] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@99800000
[ 9.083733] vdec 30210000.video-codec: sram daddr: 0x70000000, size: 0x10000
[ 9.097414] vdec 30210000.video-codec: failed to get irq resource
[ 9.115080] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
[ 9.122628] remoteproc remoteproc0: 7e000000.dsp is available
[ 9.144881] vdec 30210000.video-codec: enum product_id : 00000000
[ 9.172541] vdec 30210000.video-codec: fw_version : 00000000(r240897)
[ 9.206911] remoteproc remoteproc0: powering up 7e000000.dsp
[ 9.212728] remoteproc remoteproc0: Booting fw image am62a-c71_0-fw, size 2100144
[ 9.220961] k3-dsp-rproc 7e000000.dsp: booting DSP core using boot addr = 0x9a000000
[ 9.353631] random: systemd: uninitialized urandom read (16 bytes read)
[ 9.362072] random: systemd: uninitialized urandom read (16 bytes read)
[ 9.432445] platform 79000000.r5f: configured R5F for remoteproc mode
[ 9.489205] remoteproc0#vdev0buffer: assigned reserved memory node c7x-dma-memory@99800000
[ 9.498115] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 9.502126] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 9.505342] remoteproc0#vdev0buffer: registered virtio0 (type 7)
[ 9.511354] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 9.525833] remoteproc remoteproc0: remote processor 7e000000.dsp is now up
[ 9.623319] platform 79000000.r5f: assigned reserved memory node r5f-dma-memory@9b800000
[ 9.635329] remoteproc remoteproc1: 79000000.r5f is available
[ 9.651078] remoteproc remoteproc1: powering up 79000000.r5f
[ 9.657118] remoteproc remoteproc1: Booting fw image am62a-mcu-r5f0_0-fw, size 93468
[ 9.854080] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 9.994179] platform 78000000.r5f: configured R5F for IPC-only mode
[ 10.000590] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9c800000
[ 10.022675] remoteproc remoteproc2: 78000000.r5f is available
[ 10.038942] remoteproc remoteproc2: attaching to 78000000.r5f
[ 10.058088] platform 78000000.r5f: R5F core initialized in IPC-only mode
[ 10.059100] remoteproc1#vdev0buffer: assigned reserved memory node r5f-dma-memory@9b800000
[ 10.074532] remoteproc2#vdev0buffer: assigned reserved memory node r5f-dma-memory@9c800000
[ 10.074823] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.091533] remoteproc1#vdev0buffer: registered virtio1 (type 7)
[ 10.097808] remoteproc remoteproc1: remote processor 79000000.r5f is now up
[ 10.099371] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 10.106944] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.118290] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 10.131014] remoteproc2#vdev0buffer: registered virtio2 (type 7)
[ 10.145596] remoteproc remoteproc2: remote processor 78000000.r5f is now attached
[ 10.194702] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 10.202747] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 10.277841] random: crng init done
[ 10.281318] random: 40 urandom warning(s) missed due to ratelimiting
[ OK ] Started Load/Save Random Seed.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Found device /dev/mmcblk0p1.
Starting File System Check on /dev/mmcblk0p1...
[ OK ] Started File System Check on /dev/mmcblk0p1.
Mounting /run/media/mmcblk0p1...
[ OK ] Found device /dev/mmcblk1p1.
[ OK ] Mounted /run/media/mmcblk0p1.[ 10.845976] tps6598x 1-003f: Unable to find the interrupt, switching to polling
Starting File System Check on /dev/mmcblk1p1...
[ OK ] Started File System Check on /dev/mmcblk1p1.
Mounting /run/media/mmcblk1p1...
[ OK ] Mounted /run/media/mmcblk1p1.
[ 11.084341] usbcore: registered new interface driver usbfs
[ 11.089960] usbcore: registered new interface driver hub
[ OK ] Reached target Hardware activated U[ 11.095389] usbcore: registered new device driver usb
SB gadget.
[ 11.124850] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 11.130478] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 11.138384] xhci-hcd xhci-hcd.1.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
[ 11.147863] xhci-hcd xhci-hcd.1.auto: irq 475, io mem 0x31100000
[ 11.154209] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 11.162502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.169727] usb usb1: Product: xHCI Host Controller
[ 11.174612] usb usb1: Manufacturer: Linux 5.10.120-g98c6906d78 xhci-hcd
[ 11.181226] usb usb1: SerialNumber: xhci-hcd.1.auto
[ 11.186668] hub 1-0:1.0: USB hub found
[ 11.190498] hub 1-0:1.0: 1 port detected
[ 11.194928] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 11.200460] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 11.208153] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 11.214760] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 11.222997] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 11.231267] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.238494] usb usb2: Product: xHCI Host Controller
[ 11.243385] usb usb2: Manufacturer: Linux 5.10.120-g98c6906d78 xhci-hcd
[ 11.250006] usb usb2: SerialNumber: xhci-hcd.1.auto
[ 11.255436] hub 2-0:1.0: USB hub found
[ 11.259253] hub 2-0:1.0: config failed, hub doesn't have any ports! (err -19)
[ 11.477807] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 11.670295] usb 1-1: New USB device found, idVendor=1908, idProduct=2310, bcdDevice= 1.00
[ 11.678486] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 11.685620] usb 1-1: Product: USB2.0 PC CAMERA
[ 11.690086] usb 1-1: Manufacturer: Generic
[ 11.789967] cdns-csi2rx 30101000.csi-bridge: Probed CSI2RX with 4/4 lanes, 4 streams, external D-PHY
[ 11.870427] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (1908:2310)
[ 11.878550] input: USB2.0 PC CAMERA: USB2.0 PC CAM as /devices/platform/bus@f0000/f910000.dwc3-usb/31100000.usb/xhci-hcd.1.auto/usb1/1-1/1-1:1.0/input/input0
[ 11.893128] usbcore: registered new interface driver uvcvideo
[ 11.898651] usbcore: registered new interface driver snd-usb-audio
[ 11.899337] USB Video Class driver (1.1.1)
[ OK ] Started udev Wait for Complete Device Initialization.
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily rotation of log files.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on dropbear.socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting Save/Restore Sound Card State...
[ OK ] Started Job spooling tools.
[ OK ] Started Periodic Command Scheduler.
[ OK ] Started D-Bus System Message Bus.
Starting Print notice about GPLv3 packages...
Starting IPv6 Packet Filtering Framework...
Starting IPv4 Packet Filtering Framework...
[ OK ] Started irqbalance daemon.
Starting Reboot and dump vmcore via kexec...
Starting rc.pvr.service...
Starting Login Service...
[ OK ] Started TEE Supplicant.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Reached target Sound Card.
[ OK ] Started IPv6 Packet Filtering Framework.
[ OK ] Started IPv4 Packet Filtering Framework.
[ OK ] Started Reboot and dump vmcore via kexec.
[ OK ] Started rc.pvr.service.
[ OK ] Reached target Network (Pre).
Starting Network Service...
Starting weston.service...
[ OK ] Started weston.service.
Starting Matrix GUI...
Starting telnetd.service...
[ OK ] Started telnetd.service.
[ OK ] Started Matrix GUI.
[ OK ] Started Login Service.
[ OK ] Started Network Service.
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
[ 12.987742] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 12.998350] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
Starting Avahi mDNS/DNS-SD Stack...
Starting Enable and configure wl18xx bluetooth stack...
[ OK ] Started NFS status monitor for NFSv2/3 locking..
Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
Starting Permit User Sessions...
[ OK ] Started Enable and configure wl18xx bluetooth stack.
[ OK ] Started Permit User Sessions.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS2.
[ OK ] Reached target Login Prompts.
Starting Synchronize System and HW clocks...
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Synchronize System and HW clocks.
[ OK ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
[ OK ] Created slice system-systemd\x2dcoredump.slice.
[ OK ] Started Process Core Dump (PID 827/UID 0).
[ 16.067365] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 16.076227] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
autoconf
bash-dev
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gstreamer1.0-libav
gzip
hidapi
less
libasm1
libbfd
libdw1
libelf1
libgdbm-compat4
libgdbm-dev
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libreadline-dev
libreadline8
libunistring2
m4-dev
m4
make
nettle
parted
tar
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.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org am62axx-evm ttyS2
Arago 2021.09 am62axx-evm ttyS2
am62axx-evm login: [ 30.823976] Initializing XFRM netlink socket