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.

66AK2H14: After upgrading the SDK, Minicom frequently reports abnormal messages.

Part Number: 66AK2H14

Tool/software:

Hi All,

Due to the outdated SDK version (2013) of my 66AK2H, I upgraded it to the latest SDK version (2019). After the upgrade, minicom frequently displays some abnormal messages that weren't present in the original SDK version. I believe these are not normal messages and they are affecting my ability to conduct tests using minicom. I would like to know the reason for this.

minicom message:

U-Boot SPL 2019.01-gb5724c0-dirty (Oct 10 2024 - 09:39:13 +0800)
Trying to boot from SPI


U-Boot 2019.01-gb5724c0-dirty (Oct 10 2024 - 09:39:13 +0800)

CPU: 66AK2Hx SR2.0
Model: Texas Instruments Keystone 2 Kepler/Hawking EVM
DRAM:  DDR3A Speed will be configured for 1333 Operation.
Detected SO-DIMM [SQR-SD3T-2G1333SED]
DDR3 speed 1333
DRAM: 2 GiB (includes reported below)

Clear entire DDR3 memory to enable ECC
2 GiB
NAND:  512 MiB
Loading Environment from NAND... OK
Net:   eth0: netcp@2000000
Warning: netcp@slave-1 (eth1) using random MAC address - 4a:66:ca:db:f2:3d
, eth1: netcp@slave-1
Warning: netcp@slave-2 (eth2) using random MAC address - ea:18:a7:4a:32:aa
, eth2: netcp@slave-2
Warning: netcp@slave-3 (eth3) using random MAC address - 46:8e:bf:23:42:51
, eth3: netcp@slave-3
Hit any key to stop autoboot:  0 

netcp@slave-1 Waiting for SGMII auto negotiation to complete. done
Using netcp@slave-1 device
TFTP from server 192.168.1.25; our IP address is 192.168.1.3
Filename 'zImage-k2hk-evm'.
Load address: 0x82000000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #####################################
         866.2 KiB/s
done
Bytes transferred = 4346368 (425200 hex)

netcp@slave-1 Waiting for SGMII auto negotiation to complete. done
Using netcp@slave-1 device
TFTP from server 192.168.1.25; our IP address is 192.168.1.3
Filename 'skern-k2hk.bin'.
Load address: 0x87000000
Loading: ###
         728.5 KiB/s
done
Bytes transferred = 32832 (8040 hex)
K2_BM_15.07-53-ge1f885a SoC:k2hk built:04:33:22, Apr 19 2020
                                                            
## installed monitor @ 0xc5f0000, freq [200000000], status 207552512

netcp@slave-1 Waiting for SGMII auto negotiation to complete. done
Using netcp@slave-1 device
TFTP from server 192.168.1.25; our IP address is 192.168.1.3
Filename 'keystone-k2hk-evm.dtb'.
Load address: 0x87000000
Loading: ###
         771.5 KiB/s
done
Bytes transferred = 39532 (9a6c hex)
## Flattened Device Tree blob at 87000000
   Booting using the fdt blob at 0x87000000
   Loading Device Tree to 8fff3000, end 8ffffa6b ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.19.94-gbe5389fd85 (root@athena-VirtualBox) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Thu Oct 10 14:20:45 CST 2024
[    0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: Texas Instruments Keystone 2 Kepler/Hawking EVM
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Switching physical address space to 0x800000000
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000081f800000, size 8 MiB
[    0.000000] OF: reserved mem: initialized node dsp-common-memory@81f800000, compatible id shared-dma-pool
[    0.000000] cma: Reserved 24 MiB at 0x000000087e400000
[    0.000000] On node 0 totalpages: 360448
[    0.000000]   DMA zone: 1152 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 131072 pages, LIFO batch:31
[    0.000000]   HighMem zone: 229376 pages, LIFO batch:63
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: Using PSCI v0.1 Function IDs from DT
[    0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
[    0.000000] percpu: Embedded 15 pages/cpu s32396 r8192 d20852 u61440
[    0.000000] pcpu-alloc: s32396 r8192 d20852 u61440 alloc=15*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 359296
[    0.000000] Kernel command line: earlyprintk debug console=ttyS0,115200n8 ip=192.168.1.3:::::eth1:off rootwait=1 root=/dev/nfs nfsroot=192.168.1.25:/rootfs/targetNFS,v3,tcp rw
[    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: 1378576K/1441792K available (10240K kernel code, 289K rwdata, 2728K rodata, 2048K init, 266K bss, 30448K reserved, 32768K cma-reserved, 892928K 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)   (12256 kB)
[    0.000000]       .init : 0x(ptrval) - 0x(ptrval)   (2048 kB)
[    0.000000]       .data : 0x(ptrval) - 0x(ptrval)   ( 290 kB)
[    0.000000]        .bss : 0x(ptrval) - 0x(ptrval)   ( 267 kB)
[    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=8 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: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    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.000012] Switching to timer-based delay loop, resolution 5ns
[    0.000193] keystone timer clock @200000000 Hz
[    0.000364] Console: colour dummy device 80x30
[    0.000401] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.000412] pid_max: default: 32768 minimum: 301
[    0.000504] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000513] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000993] CPU: Testing write buffer coherency: ok
[    0.001016] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
[    0.001220] /cpus/cpu@0 missing clock-frequency property
[    0.001242] /cpus/cpu@1 missing clock-frequency property
[    0.001263] /cpus/cpu@2 missing clock-frequency property
[    0.001285] /cpus/cpu@3 missing clock-frequency property
[    0.001294] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.060012] Setting up static identity map for 0x80200000 - 0x80200138
[    0.080015] rcu: Hierarchical SRCU implementation.
[    0.100157] EFI services will not be available.
[    0.120058] smp: Bringing up secondary CPUs ...
[    0.204593] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.204599] CPU1: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
[    0.284690] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.284696] CPU2: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
[    0.364786] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.364792] CPU3: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
[    0.364928] smp: Brought up 1 node, 4 CPUs
[    0.364939] SMP: Total of 4 processors activated (1600.00 BogoMIPS).
[    0.364946] CPU: All CPU(s) started in HYP mode.
[    0.364952] CPU: Virtualization extensions available.
[    0.365395] devtmpfs: initialized
[    0.371169] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    0.371377] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.371390] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.371859] pinctrl core: initialized pinctrl subsystem
[    0.372212] DMI not present or invalid.
[    0.372415] NET: Registered protocol family 16
[    0.373249] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.373930] cpuidle: using governor ladder
[    0.373958] cpuidle: using governor menu
[    0.374075] No ATAGs?
[    0.374161] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.374172] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.380162] gpio gpiochip0: (davinci_gpio.0): added GPIO chardev (254:0)
[    0.380219] gpiochip_setup_dev: registered GPIOs 0 to 31 on device: gpiochip0 (davinci_gpio.0)
[    0.389917] SCSI subsystem initialized
[    0.390865] media: Linux media interface: v0.10
[    0.390895] videodev: Linux video capture interface: v2.00
[    0.390950] pps_core: LinuxPPS API ver. 1 registered
[    0.390957] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.390972] PTP clock support registered
[    0.390996] EDAC MC: Ver: 3.0.0
[    0.391462] Advanced Linux Sound Architecture Driver Initialized.
[    0.392057] clocksource: Switched to clocksource arch_sys_counter
[    0.397492] NET: Registered protocol family 2
[    0.397864] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[    0.397885] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.397914] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.397962] TCP: Hash tables configured (established 4096 bind 4096)
[    0.398016] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.398033] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.398178] NET: Registered protocol family 1
[    0.418498] RPC: Registered named UNIX socket transport module.
[    0.418506] RPC: Registered udp transport module.
[    0.418512] RPC: Registered tcp transport module.
[    0.418518] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.418526] PCI: CLS 0 bytes, default 64
[    0.418815] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[    0.419060] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[    0.419449] platform alarmtimer: set dma_pfn_offset00780000
[    0.419924] Initialise system trusted keyrings
[    0.420023] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    0.423797] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.424159] NFS: Registering the id_resolver key type
[    0.424174] Key type id_resolver registered
[    0.424180] Key type id_legacy registered
[    0.424209] ntfs: driver 2.1.32 [Flags: R/O].
[    0.425477] Key type asymmetric registered
[    0.425486] Asymmetric key parser 'x509' registered
[    0.425521] bounce: pool size: 64 pages
[    0.425544] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.425552] io scheduler noop registered
[    0.425559] io scheduler deadline registered
[    0.425629] io scheduler cfq registered (default)
[    0.425637] io scheduler mq-deadline registered
[    0.425644] io scheduler kyber registered
[    0.425912] keystone_irq 26202a0.keystone_irq: irqchip registered, nr_irqs 28
[    0.426581] ti,keystone-serdes 232a000.phy: Direct firmware load for ks2_gbe_serdes.bin failed with error -2
[    0.426592] ti,keystone-serdes 232a000.phy: can't get any serdes init fw
[    0.426600] ti,keystone-serdes 232a000.phy: serdes procider init failed -19
[    0.426946] gpio-syscon 2620240.keystone_dsp_gpio: can't read the dir register offset!
[    0.426960] gpiochip_find_base: found new base at 484
[    0.427055] gpio gpiochip1: (2620240.keystone_dsp_gpio): added GPIO chardev (254:1)
[    0.427109] gpiochip_setup_dev: registered GPIOs 484 to 511 on device: gpiochip1 (2620240.keystone_dsp_gpio)
[    0.427166] gpio-syscon 2620244.keystone_dsp_gpio: can't read the dir register offset!
[    0.427179] gpiochip_find_base: found new base at 456
[    0.427274] gpio gpiochip2: (2620244.keystone_dsp_gpio): added GPIO chardev (254:2)
[    0.427328] gpiochip_setup_dev: registered GPIOs 456 to 483 on device: gpiochip2 (2620244.keystone_dsp_gpio)
[    0.427384] gpio-syscon 2620248.keystone_dsp_gpio: can't read the dir register offset!
[    0.427397] gpiochip_find_base: found new base at 428
[    0.427485] gpio gpiochip3: (2620248.keystone_dsp_gpio): added GPIO chardev (254:3)
[    0.427541] gpiochip_setup_dev: registered GPIOs 428 to 455 on device: gpiochip3 (2620248.keystone_dsp_gpio)
[    0.427597] gpio-syscon 262024c.keystone_dsp_gpio: can't read the dir register offset!
[    0.427609] gpiochip_find_base: found new base at 400
[    0.427698] gpio gpiochip4: (262024c.keystone_dsp_gpio): added GPIO chardev (254:4)
[    0.427749] gpiochip_setup_dev: registered GPIOs 400 to 427 on device: gpiochip4 (262024c.keystone_dsp_gpio)
[    0.427806] gpio-syscon 2620250.keystone_dsp_gpio: can't read the dir register offset!
[    0.427819] gpiochip_find_base: found new base at 372
[    0.427920] gpio gpiochip5: (2620250.keystone_dsp_gpio): added GPIO chardev (254:5)
[    0.427976] gpiochip_setup_dev: registered GPIOs 372 to 399 on device: gpiochip5 (2620250.keystone_dsp_gpio)
[    0.428031] gpio-syscon 2620254.keystone_dsp_gpio: can't read the dir register offset!
[    0.428044] gpiochip_find_base: found new base at 344
[    0.428136] gpio gpiochip6: (2620254.keystone_dsp_gpio): added GPIO chardev (254:6)
[    0.428188] gpiochip_setup_dev: registered GPIOs 344 to 371 on device: gpiochip6 (2620254.keystone_dsp_gpio)
[    0.428247] gpio-syscon 2620258.keystone_dsp_gpio: can't read the dir register offset!
[    0.428261] gpiochip_find_base: found new base at 316
[    0.428350] gpio gpiochip7: (2620258.keystone_dsp_gpio): added GPIO chardev (254:7)
[    0.428407] gpiochip_setup_dev: registered GPIOs 316 to 343 on device: gpiochip7 (2620258.keystone_dsp_gpio)
[    0.428463] gpio-syscon 262025c.keystone_dsp_gpio: can't read the dir register offset!
[    0.428479] gpiochip_find_base: found new base at 288
[    0.428568] gpio gpiochip8: (262025c.keystone_dsp_gpio): added GPIO chardev (254:8)
[    0.428620] gpiochip_setup_dev: registered GPIOs 288 to 315 on device: gpiochip8 (262025c.keystone_dsp_gpio)
[    0.430419] keystone-navigator-qmss soc@0:qmss@2a40000: qmgr start queue 0, number of queues 8192
[    0.430548] keystone-navigator-qmss soc@0:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek (ptrval), reg_status (ptrval), reg_config (ptrval), reg_region (ptrval), reg_push (ptrval), reg_pop (ptrval)
[    0.430559] keystone-navigator-qmss soc@0:qmss@2a40000: qmgr start queue 8192, number of queues 8192
[    0.430668] keystone-navigator-qmss soc@0:qmss@2a40000: added qmgr start queue 8192, num of queues 8192, reg_peek (ptrval), reg_status (ptrval), reg_config (ptrval), reg_region (ptrval), reg_push (ptrval), reg_pop (ptrval)
[    0.430793] keystone-navigator-qmss soc@0:qmss@2a40000: failed to get firmware for pdsp
[    0.432382] keystone-navigator-qmss soc@0:qmss@2a40000: pdsp id 0 not started for range acc-low-0
[    0.432981] keystone-navigator-dma soc@0:knav_dmas@0: DMA dma_gbe registered 41 logical channels, flows 32, tx chans: 9, rx chans: 24
[    0.466508] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[    0.466565] platform serial8250: set dma_pfn_offset00780000
[    0.469081] console [ttyS0] disabled
[    0.469127] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 27, base_baud = 12500000) is a TI DA8xx/66AK2x
[    1.661043] console [ttyS0] enabled
[    1.665256] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 28, base_baud = 12500000) is a TI DA8xx/66AK2x
[    1.694603] brd: module loaded
[    1.703371] loop: module loaded
[    1.708215] of_get_named_gpiod_flags: can't parse 'cs-gpios' property of node '/soc@0/spi@21000400[0]'
[    1.717608] of_get_named_gpiod_flags: can't parse 'cs-gpios' property of node '/soc@0/spi@21000400[1]'
[    1.726973] of_get_named_gpiod_flags: can't parse 'cs-gpios' property of node '/soc@0/spi@21000400[2]'
[    1.736351] of_get_named_gpiod_flags: can't parse 'cs-gpios' property of node '/soc@0/spi@21000400[3]'
[    1.745715] spi_davinci 21000400.spi: DMA is not supported (-19)
[    1.752475] m25p80 spi0.0: n25q128a11 (16384 Kbytes)
[    1.757478] 2 fixed-partitions partitions found on MTD device spi0.0
[    1.763867] Creating 2 MTD partitions on "spi0.0":
[    1.768678] 0x000000000000-0x000000080000 : "u-boot-spl"
[    1.774564] 0x000000080000-0x000001000000 : "misc"
[    1.779916] spi_davinci 21000400.spi: Controller at 0x(ptrval)
[    1.785993] of_get_named_gpiod_flags: can't parse 'cs-gpios' property of node '/soc@0/spi@21000600[0]'
[    1.795357] of_get_named_gpiod_flags: can't parse 'cs-gpios' property of node '/soc@0/spi@21000600[1]'
[    1.804716] of_get_named_gpiod_flags: can't parse 'cs-gpios' property of node '/soc@0/spi@21000600[2]'
[    1.814074] of_get_named_gpiod_flags: can't parse 'cs-gpios' property of node '/soc@0/spi@21000600[3]'
[    1.823428] spi_davinci 21000600.spi: DMA is not supported (-19)
[    1.829722] spi_davinci 21000600.spi: Controller at 0x(ptrval)
[    1.835790] of_get_named_gpiod_flags: can't parse 'cs-gpios' property of node '/soc@0/spi@21000800[0]'
[    1.845154] of_get_named_gpiod_flags: can't parse 'cs-gpios' property of node '/soc@0/spi@21000800[1]'
[    1.854511] of_get_named_gpiod_flags: can't parse 'cs-gpios' property of node '/soc@0/spi@21000800[2]'
[    1.863868] of_get_named_gpiod_flags: can't parse 'cs-gpios' property of node '/soc@0/spi@21000800[3]'
[    1.873222] spi_davinci 21000800.spi: DMA is not supported (-19)
[    1.879517] spi_davinci 21000800.spi: Controller at 0x(ptrval)
[    1.885632] platform Fixed MDIO bus.0: set dma_pfn_offset00780000
[    1.891855] mdio_bus fixed-0: GPIO lookup for consumer reset
[    1.897548] mdio_bus fixed-0: using lookup tables for GPIO lookup
[    1.903676] mdio_bus fixed-0: No GPIO consumer reset found
[    1.909194] libphy: Fixed MDIO Bus: probed
[    1.914489] mdio_bus 2090300.mdio: GPIO lookup for consumer reset
[    1.920605] mdio_bus 2090300.mdio: using device tree for GPIO lookup
[    1.927004] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/soc@0/mdio@2090300[0]'
[    1.936624] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/soc@0/mdio@2090300[0]'
[    1.946153] mdio_bus 2090300.mdio: using lookup tables for GPIO lookup
[    1.952715] mdio_bus 2090300.mdio: No GPIO consumer reset found
[    2.012080] davinci_mdio 2090300.mdio: davinci mdio revision 1.5, bus freq 2500000
[    2.019678] libphy: 2090300.mdio: probed
[    2.024327] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/soc@0/mdio@2090300/ethernet-phy@0[0]'
[    2.035916] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/soc@0/mdio@2090300/ethernet-phy@1[0]'
[    2.046943] davinci_mdio 2090300.mdio: phy[0]: device 2090300.mdio:00, driver Marvell 88E1111
[    2.055514] davinci_mdio 2090300.mdio: phy[1]: device 2090300.mdio:01, driver Marvell 88E1111
[    2.064507] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
[    2.581306] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
[    3.100989] netcp-1.0 2620110.netcp: initialized cpsw ale version 1.3
[    3.107474] netcp-1.0 2620110.netcp: ALE Table size 1024
[    3.112839] netcp-1.0 2620110.netcp: cpts: overflow check period 350 (jiffies)
[    3.120091] netcp-1.0 2620110.netcp: CPTS: ref_clk_freq:600000000 calc_mult:3579139413 calc_shift:31 error:-1 nsec/sec
[    3.131535] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device
[    3.138697] i2c /dev entries driver
[    3.143696] sdhci: Secure Digital Host Controller Interface driver
[    3.149898] sdhci: Copyright(c) Pierre Ossman
[    3.154510] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.160565] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/debug1_1[0]' - status (0)
[    3.169924] no flags found for gpios
[    3.173600] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/debug1_2[0]' - status (0)
[    3.182958] no flags found for gpios
[    3.186606] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/debug2[0]' - status (0)
[    3.195789] no flags found for gpios
[    3.199437] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/debug3[0]' - status (0)
[    3.208619] no flags found for gpios
[    3.212519] ledtrig-cpu: registered to indicate activity on CPUs
[    3.220012] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac
[    3.226410] nand: Micron MT29F4G08ABBDAHC
[    3.230432] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    3.238325] Bad block table found at page 262080, version 0x01
[    3.244669] Bad block table found at page 262016, version 0x01
[    3.250821] 3 fixed-partitions partitions found on MTD device 30000000.nand
[    3.257821] Creating 3 MTD partitions on "30000000.nand":
[    3.263253] 0x000000000000-0x000000100000 : "u-boot"
[    3.268844] 0x000000100000-0x000000180000 : "params"
[    3.274406] 0x000000180000-0x000020000000 : "ubifs"
[    3.283068] davinci_nand 30000000.nand: controller rev. 2.5
[    3.289155] platform snd-soc-dummy: set dma_pfn_offset00780000
[    3.295909] NET: Registered protocol family 10
[    3.301091] Segment Routing with IPv6
[    3.304829] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.311133] NET: Registered protocol family 17
[    3.315705] Key type dns_resolver registered
[    3.320115] Registering SWP/SWPB emulation handler
[    3.325315] Loading compiled-in X.509 certificates
[    3.335378] hctosys: unable to open rtc device (rtc0)
[    3.542535] netcp-1.0 2620110.netcp eth1: Link is Down
[    3.549706] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[    3.632058] (NULL net_device): Link is Down
[    3.636256] (NULL net_device): Link is Down
[    5.753147] netcp-1.0 2620110.netcp eth1: Link is Up - 100Mbps/Full - flow control rx/tx
[    5.772087] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[    5.802131] IP-Config: Guessing netmask 255.255.255.0
[    5.807199] IP-Config: Complete:
[    5.810437]      device=eth1, hwaddr=02:18:31:7e:3e:6f, ipaddr=192.168.1.3, mask=255.255.255.0, gw=255.255.255.255
[    5.820842]      host=192.168.1.3, domain=, nis-domain=(none)
[    5.826623]      bootserver=255.255.255.255, rootserver=192.168.1.25, rootpath=
[    5.843994] ALSA device list:
[    5.846970]   No soundcards found.
[    5.901960] VFS: Mounted root (nfs filesystem) on device 0:14.
[    5.912250] devtmpfs: mounted
[    5.916186] Freeing unused kernel memory: 2048K
[    5.920844] Run /sbin/init as init process
[    5.953849] random: fast init done
[    6.448790] systemd[1]: System time before build time, advancing clock.
[    6.511606] 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)
[    6.533322] systemd[1]: No virtualization found in DMI
[    6.538484] systemd[1]: No virtualization found in CPUID
[    6.543854] systemd[1]: Virtualization XEN not found, /proc/xen does not exist
[    6.551242] systemd[1]: No virtualization found in /proc/device-tree/*
[    6.557913] systemd[1]: UML virtualization not found in /proc/cpuinfo.
[    6.564499] systemd[1]: This platform does not support /proc/sysinfo
[    6.570881] systemd[1]: Found VM virtualization none
[    6.575888] systemd[1]: Detected architecture arm.
[    6.582641] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.

Welcome to Arago 2019.11!

[    6.756228] systemd-getty-generator[87]: Automatically adding serial getty for /dev/ttyS0.
[    6.759112] systemd-fstab-generator[86]: Parsing /etc/fstab
[    6.772533] systemd-gpt-auto-generator[88]: Neither root nor /usr file system are on a (single) block device.
[    6.778475] systemd-fstab-generator[86]: Found entry what=/dev/root where=/ type=auto makefs=no nofail=no noauto=no
[    6.795966] systemd-fstab-generator[86]: Found entry what=proc where=/proc type=proc makefs=no nofail=no noauto=no
[    6.797713] systemd-sysv-generator[92]: Native unit for mountall.service already exists, skipping.
[    6.806433] systemd-fstab-generator[86]: Found entry what=devpts where=/dev/pts type=devpts makefs=no nofail=no noauto=no
[    6.818484] systemd-sysv-generator[92]: Native unit for hostname.service already exists, skipping.
[    6.826505] systemd-fstab-generator[86]: Found entry what=usbdevfs where=/proc/bus/usb type=usbdevfs makefs=no nofail=yes noauto=no
[    6.843316] systemd-sysv-generator[92]: Cannot find unit single.service.
[    6.847433] systemd-fstab-generator[86]: Found entry what=tmpfs where=/run type=tmpfs makefs=no nofail=no noauto=no
[    6.858927] systemd-sysv-generator[92]: Native unit for systemd-udevd.service already exists, skipping.
[    6.877646] systemd-fstab-generator[86]: Found entry what=tmpfs where=/var/volatile type=tmpfs makefs=no nofail=no noauto=no
[    6.881916] systemd-sysv-generator[92]: Native unit for crond.service already exists, skipping.
[    6.900792] systemd-fstab-generator[86]: Found entry what=tmpfs where=/media/ram type=tmpfs makefs=no nofail=no noauto=no
[    6.901206] systemd-sysv-generator[92]: Native unit for banner.service already exists, skipping.
[    6.923530] systemd-sysv-generator[92]: Native unit for bootmisc.service already exists, skipping.
[    6.935745] systemd-sysv-generator[92]: Cannot find unit halt.service.
[    6.946545] systemd-sysv-generator[92]: Native unit for mountnfs.service already exists, skipping.
[    6.962115] systemd-sysv-generator[92]: Native unit for run-postinsts.service already exists, skipping.
[    7.290833] systemd-sysv-ge: 125 output lines suppressed due to ratelimiting
[    8.380682] random: systemd: uninitialized urandom read (16 bytes read)
[  OK  ] Listening on Network Service Netlink Socket.
[    8.422155] random: systemd: uninitialized urandom read (16 bytes read)
[  OK  ] Reached target Remote File Systems.
[    8.462169] random: systemd: uninitialized urandom read (16 bytes read)
[  OK  ] Listening on Process Core Dump Socket.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Created slice system-syslog\x2dng.slice.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Listening on Journal Socket.
         Starting udev Coldplug all Devices...
         Mounting Kernel Debug File System...
         Starting Remount Root and Kernel File Systems...
         Starting Load Kernel Modules...
         Mounting POSIX Message Queue File System...
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
[    9.123448] cmemk: loading out-of-tree module taints kernel.
[    9.130006] CMEMK module: reference Linux version 4.19.94
[    9.135867] allocated heap buffer 0xc100000 of size 0x480000
[    9.141669] cmemk initialized
[    9.163741] cryptodev: driver 1.9 loaded.
         Starting Journal Service...
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
[    9.230232] NET: Registered protocol family 45
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[    9.243880] systemd-journald[104]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller
[    9.259230] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[  OK  ystemd-journald[104]: Fixed min_use=1.0M max_use=64.0M max_size=8.0M min_size=512.0K keep_free=103.5M n_max_files=100
m] Reached target Paths.
[    9.291711] systemd-journald[104]: Reserving 14563 entries in hash table.
[    9.298928] systemd-journald[104]: Vacuuming...
[    9.303552] systemd-journald[104]: Vacuuming done, freed 0B of archived journals from /run/log/journal/4eb1dd3cb4bf4e6e884ef2e3b6fbeffa.
[    9.315914] systemd-journald[104]: Flushing /dev/kmsg...
[  OK  ] Reached target Swap.
[    9.324432] systemd-journald[104]: Compressed data object 538 -> 276 using XZ
         Mounting Temporary Directory (/tmp)...
[    9.373393] systemd-journald[104]: systemd-journald running as pid 104
[    9.380432] systemd-journald[104]: Sent READY=1 notification.
[  OK  ] Started Journal Service.
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Temporary Directory (/tmp).
         Mounting Kernel Configuration File System...
         Starting Apply Kernel Variables...
         Starting Create Static Device Nodes in /dev...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /var/volatile...
         Mounting /media/ram...
[  OK  ] Reached target Containers.
[  OK  ] Mounted /var/volatile.
[  OK  ] Mounted /media/ram.
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started udev Kernel Device Manager.
[   10.493063] random: crng init done
[   10.496484] random: 7 urandom warning(s) missed due to ratelimiting
[   10.573471] of_get_named_gpiod_flags: parsed 'kick-gpios' property of node '/soc@0/dsp@10800000[0]' - status (0)
[   10.585180] keystone-rproc 10800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
[   10.595897] remoteproc remoteproc0: 10800000.dsp is available
[   10.603785] of_get_named_gpiod_flags: parsed 'kick-gpios' property of node '/soc@0/dsp@11800000[0]' - status (0)
[   10.614280] keystone-rproc 11800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
[   10.623358] remoteproc remoteproc1: 11800000.dsp is available
[   10.630927] of_get_named_gpiod_flags: parsed 'kick-gpios' property of node '/soc@0/dsp@12800000[0]' - status (0)
[   10.641860] keystone-rproc 12800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
[   10.652387] remoteproc remoteproc2: 12800000.dsp is available
[   10.664368] of_get_named_gpiod_flags: parsed 'kick-gpios' property of node '/soc@0/dsp@13800000[0]' - status (0)
[   10.674777] keystone-rproc 13800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
[   10.684051] remoteproc remoteproc3: 13800000.dsp is available
[   10.691874] of_get_named_gpiod_flags: parsed 'kick-gpios' property of node '/soc@0/dsp@14800000[0]' - status (0)
[   10.702361] keystone-rproc 14800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
[   10.711557] remoteproc remoteproc4: 14800000.dsp is available
[   10.719376] of_get_named_gpiod_flags: parsed 'kick-gpios' property of node '/soc@0/dsp@15800000[0]' - status (0)
[   10.729776] keystone-rproc 15800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
[   10.738975] remoteproc remoteproc5: 15800000.dsp is available
[   10.747796] of_get_named_gpiod_flags: parsed 'kick-gpios' property of node '/soc@0/dsp@16800000[0]' - status (0)
[   10.758199] keystone-rproc 16800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
[   10.767744] remoteproc remoteproc6: 16800000.dsp is available
[   10.776001] of_get_named_gpiod_flags: parsed 'kick-gpios' property of node '/soc@0/dsp@17800000[0]' - status (0)
[   10.786569] keystone-rproc 17800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
[   10.795969] remoteproc remoteproc7: 17800000.dsp is available
[  OK  ] Started Create Volatile Files and Directories.
[   10.918898] davinci-wdt 22f0080.wdt: heartbeat 60 sec
[   11.078193] at24 0-0050: GPIO lookup for consumer wp
[   11.084231] at24 0-0050: using device tree for GPIO lookup
[   11.090378] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/soc@0/i2c@2530000/dtt@50[0]'
[   11.100415] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/soc@0/i2c@2530000/dtt@50[0]'
[   11.110435] at24 0-0050: using lookup tables for GPIO lookup
[   11.116389] at24 0-0050: No GPIO consumer wp found
[   11.122459] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
[  OK  ] Found device /dev/ttyS0.
[   11.388607] keystone-usbphy 2620738.usb_phy: GPIO lookup for consumer reset
[   11.397149] keystone-usbphy 2620738.usb_phy: using device tree for GPIO lookup
[   11.405183] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/soc@0/usb_phy@2620738[0]'
[   11.415923] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/soc@0/usb_phy@2620738[0]'
[   11.425890] keystone-usbphy 2620738.usb_phy: using lookup tables for GPIO lookup
[   11.434108] keystone-usbphy 2620738.usb_phy: No GPIO consumer reset found
[   11.441651] keystone-usbphy 2620738.usb_phy: GPIO lookup for consumer vbus-detect
[   11.450477] keystone-usbphy 2620738.usb_phy: using device tree for GPIO lookup
[   11.459667] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/soc@0/usb_phy@2620738[0]'
[   11.470599] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/soc@0/usb_phy@2620738[0]'
[   11.481337] keystone-usbphy 2620738.usb_phy: using lookup tables for GPIO lookup
[   11.490327] keystone-usbphy 2620738.usb_phy: No GPIO consumer vbus-detect found
[   11.497854] keystone-usbphy 2620738.usb_phy: 2620738.usb_phy supply vcc not found, using dummy regulator
[   11.507608] keystone-usbphy 2620738.usb_phy: Linked as a consumer to regulator.0
[   12.875717] dwc3 2690000.dwc3: Failed to get clk 'ref': -2
[   12.881690] platform xhci-hcd.0.auto: set dma_pfn_offset00780000
[   12.964496] usbcore: registered new interface driver usbfs
[   12.970050] usbcore: registered new interface driver hub
[   12.975529] usbcore: registered new device driver usb
[   13.012137] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[   13.017673] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[   13.025727] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298f06d hci version 0x100 quirks 0x0000000002010010
[   13.035243] xhci-hcd xhci-hcd.0.auto: irq 35, io mem 0x02690000
[   13.041481] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[   13.049808] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.057119] usb usb1: Product: xHCI Host Controller
[   13.062015] usb usb1: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd
[   13.068587] usb usb1: SerialNumber: xhci-hcd.0.auto
[   13.073935] hub 1-0:1.0: USB hub found
[   13.077729] hub 1-0:1.0: 1 port detected
[   13.081982] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[   13.087522] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[   13.095253] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[   13.101863] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   13.110107] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[   13.118439] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.125710] usb usb2: Product: xHCI Host Controller
[   13.130606] usb usb2: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd
[   13.137192] usb usb2: SerialNumber: xhci-hcd.0.auto
[   13.142735] hub 2-0:1.0: USB hub found
[   13.146521] hub 2-0:1.0: 1 port detected
[   14.280181] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   14.291074] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   14.301752] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   14.312855] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   14.352324] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   14.362938] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   14.373933] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   14.385059] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   14.423071] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   14.433518] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   19.306468] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   19.317155] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   19.328012] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   19.338785] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   19.390134] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   19.400581] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   19.412029] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   19.422793] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   19.464311] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   19.474826] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
         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 Network Name Resolution...
         Starting Wait for Network to be Configured...
[  OK  ] Started Wait for Network to be Configured.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on dropbear.socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting Reboot and dump vmcore via kexec...
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[  OK  ] Started D-Bus System Message Bus.
         Starting Print notice about GPLv3 packages...
         Starting Matrix GUI...
         Starting RPC Bind Service...
         Starting Ethernet Bridge Filtering Tables...
         Starting System Logger Daemon "default" instance...
         Starting Login Service...
         Starting TI IPC Daemon...
[  OK  ] Started Periodic Command Scheduler.
         Starting softhsm-daemon.service...
         Starting telnetd.service...
         Starting run_srss_tc.service...
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Started Job spooling tools.
         Starting TI Multiproc Manager...
[  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 Matrix GUI.
[  OK  ] Started Ethernet Bridge Filtering Tables.
[  OK  ] Reached target Host and Network Name Lookups.
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Reached target Network.
         Starting Simple Network Management Protocol (SNMP) Daemon....
         Starting Lightning Fast Webserver With Light System Requirements...
         Starting Permit User Sessions...
[  OK  ] Reached target Network is Online.
[  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
[  OK  ] Started Vsftpd ftp daemon.
[  OK  ] Started TI IPC Daemon.
[   24.369781] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   24.381012] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   24.392835] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   24.404162] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   24.415786] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   24.427022] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   24.439609] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   24.450476] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   24.461945] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   24.473310] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[  OK  ] Started Login Service.
[  OK  ] Started RPC Bind Service.
[  OK  ] Started softhsm-daemon.service.
[  OK  ] Started telnetd.service.
[  OK  ] Started run_srss_tc.service.
[  OK  ] Started Lightning Fast Webserver With Light System Requirements.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
         Starting Synchronize System and HW clocks...
         Starting thttpd.service...
         Starting syslog.service...
         Starting LSB: network benchmark...
[  OK  ] Started NFS status monitor for NFSv2/3 locking..
[   24.832886] registered dspmem misc device
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[  OK  ] Started LSB: network benchmark.
[  OK  ] Started thttpd.service.
[  OK  ] Started TI Multiproc Manager.
         Starting TI MultiCore Tools Daemon...
[   25.297631] NET: Registered protocol family 15
[  OK  ] Started System Logger Daemon "default" instance.
[  OK  ] Started syslog.service.
         Starting gdbserverproxy.service...
[  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
[   25.679756] Initializing XFRM netlink socket
[  OK  ] Started gdbserverproxy.service.
         Starting parse-ip.service...
         Starting thermal-zone-init.service...
[  OK  ] Started thermal-zone-init.service.
 
 
#>>>>> LCD 12
IP Address:
192.168.1.3
[  OK  ] Started parse-ip.service.
[   28.619547] remoteproc remoteproc0: powering up 10800000.dsp
[   28.625257] remoteproc remoteproc0: Booting unspecified pre-loaded fw image
[   28.633521] remoteproc remoteproc0: registered virtio0 (type 7)
[   28.639468] remoteproc remoteproc0: remote processor 10800000.dsp is now up
[   28.650894] virtio_rpmsg_bus virtio0: rpmsg host is online
[   28.650969] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x3d
[   28.670818] remoteproc remoteproc1: powering up 11800000.dsp
[   28.676582] remoteproc remoteproc1: Booting unspecified pre-loaded fw image
[   28.687356] virtio_rpmsg_bus virtio1: rpmsg host is online
[   28.687455] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x3d
[   28.693493] remoteproc remoteproc1: registered virtio1 (type 7)
[   28.705955] remoteproc remoteproc1: remote processor 11800000.dsp is now up
[   28.737195] remoteproc remoteproc2: powering up 12800000.dsp
[   28.742926] remoteproc remoteproc2: Booting unspecified pre-loaded fw image
[   28.752434] virtio_rpmsg_bus virtio2: rpmsg host is online
[   28.752751] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
[   28.758282] remoteproc remoteproc2: registered virtio2 (type 7)
[   28.771384] remoteproc remoteproc2: remote processor 12800000.dsp is now up
[   28.801577] remoteproc remoteproc3: powering up 13800000.dsp
[   28.807405] remoteproc remoteproc3: Booting unspecified pre-loaded fw image
[   28.820507] virtio_rpmsg_bus virtio3: rpmsg host is online
[   28.820630] virtio_rpmsg_bus virtio3: creating channel rpmsg-proto addr 0x3d
[   28.826403] remoteproc remoteproc3: registered virtio3 (type 7)
[   28.839423] remoteproc remoteproc3: remote processor 13800000.dsp is now up
[   28.869809] remoteproc remoteproc4: powering up 14800000.dsp
[   28.878308] remoteproc remoteproc4: Booting unspecified pre-loaded fw image
[   28.896637] virtio_rpmsg_bus virtio4: rpmsg host is online
[   28.896803] virtio_rpmsg_bus virtio4: creating channel rpmsg-proto addr 0x3d
[   28.902465] remoteproc remoteproc4: registered virtio4 (type 7)
[   28.915267] remoteproc remoteproc4: remote processor 14800000.dsp is now up
[   28.946233] remoteproc remoteproc5: powering up 15800000.dsp
[   28.951924] remoteproc remoteproc5: Booting unspecified pre-loaded fw image
[   28.962455] virtio_rpmsg_bus virtio5: rpmsg host is online
[   28.962621] virtio_rpmsg_bus virtio5: creating channel rpmsg-proto addr 0x3d
[   28.968099] remoteproc remoteproc5: registered virtio5 (type 7)
[   28.968108] remoteproc remoteproc5: remote processor 15800000.dsp is now up
[   28.991079] remoteproc remoteproc6: powering up 16800000.dsp
[   28.997758] remoteproc remoteproc6: Booting unspecified pre-loaded fw image
[   29.010917] virtio_rpmsg_bus virtio6: rpmsg host is online
[   29.016524] virtio_rpmsg_bus virtio6: creating channel rpmsg-proto addr 0x3d
[   29.022474] remoteproc remoteproc6: registered virtio6 (type 7)
[   29.029745] remoteproc remoteproc6: remote processor 16800000.dsp is now up
[   29.060954] remoteproc remoteproc7: powering up 17800000.dsp
[   29.066871] remoteproc remoteproc7: Booting unspecified pre-loaded fw image
[   29.078846] virtio_rpmsg_bus virtio7: rpmsg host is online
[   29.084522] virtio_rpmsg_bus virtio7: creating channel rpmsg-proto addr 0x3d
[   29.092459] remoteproc remoteproc7: registered virtio7 (type 7)
[   29.098787] remoteproc remoteproc7: remote processor 17800000.dsp is now up
[  OK  ] Started TI MultiCore Tools Daemon.
[   29.795523] systemd-journald[104]: Successfully sent stream file descriptor to service manager.
[   29.805400] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   29.816721] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   29.827956] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   29.840588] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   29.853275] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   29.865295] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   29.876894] systemd-journald[104]: Successfully sent stream file descriptor to service manager.
[   29.886590] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   29.897285] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B

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

Arago Project http://arago-project.org k2hk-evm ttyS0

Arago 2019.11 k2hk-evm ttyS0

k2hk-evm login: root
[   36.614344] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   36.626099] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   36.677533] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   36.690146] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   36.710715] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   36.722508] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   36.733838] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   36.746170] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   36.757327] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   36.768030] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
        autoconf
        bash-dev
        bash
        bc
        binutils-dev
        binutils
        bison-dev
        bison
        cifs-utils
        cpio
        cpp-symlinks
        cpp
        dosfstools
        elfutils-dev
        elfutils
        g++-symlinks
        g++
        gawk
        gcc-symlinks
        gcc
        gdb
        gdbc6x
        gdbserver
        gettext
        gstreamer1.0-libav
        gzip
        hidapi
        libasm1
        libbfd
        libcairo-perf-utils
        libdw1
        libelf1
        libgdbm-compat4
        libgdbm-dev
        libgdbm6
        libgettextlib
        libgettextsrc
        libgmp10
        libidn2-0
        libmpc3
[   53.575615] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   53.587663] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   53.598164] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   53.608918] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   53.619301] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   53.629928] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   53.640330] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   53.650978] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   53.661355] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B

root@k2hk-evm:~# 
root@k2hk-evm:~# [   78.001402] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   78.011738] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   83.807596] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   83.818023] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   83.829513] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   83.840159] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   83.850992] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   83.861535] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   83.872303] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   83.882666] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   83.893494] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[   83.904003] systemd-journald[104]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B

  • Wyman,

    Let me look at it and get back in a day or two.

    Regards

    Shankari G

  • Wyman,

    Is it your custom board?

    Have you checked in TI-K2H-EVM board?

    Regards

    Shankari G

  • Hi Shankari,

    1. The K2H purchased has not undergone any hardware modifications.

    2. What aspect of the inspection "TI-K2H-EVM board" are you referring to?

  • Wyman,

    K2H is a processor device from Texas Instruments.

    I am asking about the EVM ( Evaluation module ) board.

    Customers usually purchase an EVM board for their reference to design their own custom board.

    For example, do you have the EVM board given in this link?

    [FAQ] 66AK2H12: "Quick start Guide for K2H - EVM " to enable a quick product development ? - Processors forum - Processors - TI E2E support forums

    Regards

    Shankari G

  •  Hi Shankari,

    I think the image in my picture seems to be consistent with the link you posted. But according to the settings in the EVM tutorial you provided, I cannot access the graphical interface (I'm not sure if it's because I don't have a DHCP server). Since the steps to upgrade the SDK later did not involve this graphical interface, I didn't study it.

  • Wyman,

    My Question is still not answered.

    --

    Is it your custom board ? Designed by your team and company with K2H as a processor device ?

    or

    Is it the Texas Instrument's-EVM-board, you purchased from TI websites ? or Advantech websites?

    Regards

    Shankari G

  • Hi Shankari,

    Is it your custom board ? Designed by your team and company with K2H as a processor device ?

    => I asked our team, and it's not a custom board; it's an original EVMK2H board that we purchased.

    Is it the Texas Instrument's-EVM-board, you purchased from TI websites ? or Advantech websites?

    => It is an EVMK2H board that was purchased in bulk from Digikey a few years ago. Below are the relevant links that can be found now.

    https://www.digikey.hk/en/products/detail/texas-instruments/EVMK2H/4496825?s=N4IgTCBcDaIKYDcC2BrMALEBdAvkA

  • Wyman,

    As per your log messages, it seems the kernel hangs after it boots.

    Try the pre-built images of u-boot & kernel.

    And also use the same filesystem which comes along with the SDK.

    --

    We can create a new Root filesystem by following the steps given here.

    [FAQ] PROCESSOR-SDK-K2E: Rootfs Image creation - Processors forum - Processors - TI E2E support forums

    Give it a try.

    Regards

    Shankari G 

  • Hi Shankari,

    1. I re-updated using the pre-built images of U-Boot and the kernel as you suggested, but there was no improvement.

    2. Additionally, I am using the filesystem provided in the SDK and it is mounted through NFS.

    3. I found that the CPU usage of rngd is often at 100% in SSH, but I'm not sure if it's related.

  • Wyman,

    Try creating a new Root filesystem by following the steps given here.

    [FAQ] PROCESSOR-SDK-K2E: Rootfs Image creation - Processors forum - Processors - TI E2E support forums

    Regards

    Shankari G

  • Hi Shankari,

    The repository addresses in the tutorial seem to be mostly outdated. Although I found some related links in the forums, most of them require searching and downloading manually, which is very time-consuming. I would like to know if there is a way to download a complete package or if there are any effective tutorials available.

    root@athena-VirtualBox:/home/ym/python-build/TiBuild/tisdk# git clone https://git.ti.com/cgit/processor-sdk/meta-processor-sdk  sources/meta-processor-sdk
    Cloning into 'sources/meta-processor-sdk'...
    Checking connectivity... done.
    root@athena-VirtualBox:/home/ym/python-build/TiBuild/tisdk# ls
    build  configs  git_retry.sh  oe-layertool-setup.sh  sample-files  sources
    root@athena-VirtualBox:/home/ym/python-build/TiBuild/tisdk# ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-06.03.00.106-config.txt
    /home/ym/python-build/TiBuild/tisdk
    
    
    cloning repo bitbake
    
    Fetching origin
    fatal: A branch named '1.40' already exists.
    Updating b690030..964958b
    Fast-forward
     lib/bb/fetch2/__init__.py                                          |    4 +-
     lib/bb/fetch2/git.py                                               |    6 +-
     lib/bb/tests/fetch-testdata/apple/cups/releases                    | 2400 +++++++++++++++++++++++++++++
     lib/bb/tests/fetch-testdata/debian/pool/main/d/db5.3/index.html    |  509 ++++++
     lib/bb/tests/fetch-testdata/downloads/enchant/1.6.0/index.html     |   15 +
     lib/bb/tests/fetch-testdata/files/v2.8/index.html                  |  774 ++++++++++
     lib/bb/tests/fetch-testdata/files/v3.0/index.html                  |  209 +++
     lib/bb/tests/fetch-testdata/files/v3.1/index.html                  |  156 ++
     lib/bb/tests/fetch-testdata/files/v3.10/index.html                 |  131 ++
     lib/bb/tests/fetch-testdata/files/v3.11/index.html                 |  131 ++
     lib/bb/tests/fetch-testdata/files/v3.12/index.html                 |  118 ++
     lib/bb/tests/fetch-testdata/files/v3.13/index.html                 |  131 ++
     lib/bb/tests/fetch-testdata/files/v3.14/index.html                 |  170 ++
     lib/bb/tests/fetch-testdata/files/v3.15/index.html                 |  157 ++
     lib/bb/tests/fetch-testdata/files/v3.16/index.html                 |   86 ++
     lib/bb/tests/fetch-testdata/files/v3.2/index.html                  |  132 ++
     lib/bb/tests/fetch-testdata/files/v3.3/index.html                  |  163 ++
     lib/bb/tests/fetch-testdata/files/v3.4/index.html                  |  127 ++
     lib/bb/tests/fetch-testdata/files/v3.5/index.html                  |  111 ++
     lib/bb/tests/fetch-testdata/files/v3.6/index.html                  |  159 ++
     lib/bb/tests/fetch-testdata/files/v3.7/index.html                  |   92 ++
     lib/bb/tests/fetch-testdata/files/v3.8/index.html                  |  105 ++
     lib/bb/tests/fetch-testdata/files/v3.9/index.html                  |  183 +++
     .../fetch-testdata/pub/linux/utils/util-linux/v2.23/index.html     |   45 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.24/index.html     |   43 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.25/index.html     |   46 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.26/index.html     |   42 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.27/index.html     |   35 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.28/index.html     |   42 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.29/index.html     |   42 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.30/index.html     |   42 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.31/index.html     |   35 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.32/index.html     |   35 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.33/index.html     |   42 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.34/index.html     |   28 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.35/index.html     |   18 +
     lib/bb/tests/fetch-testdata/releases/eglibc/index.html             |   21 +
     lib/bb/tests/fetch-testdata/releases/gnu-config/index.html         |    9 +
     lib/bb/tests/fetch-testdata/releases/individual/xserver/index.html |  609 ++++++++
     .../tests/fetch-testdata/software/pulseaudio/releases/index.html   |  383 +++++
     lib/bb/tests/fetch.py                                              |   73 +-
     lib/bb/tests/support/httpserver.py                                 |   65 +
     42 files changed, 7700 insertions(+), 24 deletions(-)
     create mode 100644 lib/bb/tests/fetch-testdata/apple/cups/releases
     create mode 100644 lib/bb/tests/fetch-testdata/debian/pool/main/d/db5.3/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/downloads/enchant/1.6.0/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v2.8/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.0/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.1/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.10/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.11/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.12/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.13/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.14/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.15/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.16/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.2/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.3/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.4/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.5/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.6/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.7/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.8/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.9/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.23/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.24/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.25/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.26/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.27/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.28/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.29/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.30/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.31/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.32/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.33/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.34/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.35/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/releases/eglibc/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/releases/gnu-config/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/releases/individual/xserver/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/software/pulseaudio/releases/index.html
     create mode 100644 lib/bb/tests/support/httpserver.py
    Previous HEAD position was 964958b... fetch/git: Handle github dropping git:// support
    HEAD is now at b690030... runqueue: fix multiconfig task dependency filtering
    
    
    cloning repo meta-processor-sdk
    
    Fetching origin
    fatal: A branch named 'master' already exists.
    Already up-to-date.
    Note: checking out '56d9d47f18eeec31a1086ca29e54b5956c46de84'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by performing another checkout.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -b with the checkout command again. Example:
    
      git checkout -b <new-branch-name>
    
    HEAD is now at 56d9d47... linux-ti-staging: bump SRCREV for latest fix
    
    
    cloning repo meta-aws
    
    Cloning into '/home/ym/python-build/TiBuild/tisdk/sources/meta-aws'...
    remote: Enumerating objects: 42591, done.
    remote: Counting objects: 100% (1071/1071), done.
    remote: Compressing objects: 100% (449/449), done.
    remote: Total 42591 (delta 752), reused 854 (delta 622), pack-reused 41520 (from 1)
    Receiving objects: 100% (42591/42591), 5.48 MiB | 615.00 KiB/s, done.
    Resolving deltas: 100% (31630/31630), done.
    Checking connectivity... done.
    Branch thud set up to track remote branch thud from origin.
    Switched to a new branch 'thud'
    Already up-to-date.
    Note: checking out '6432f1b38b9dcbbb55020167f5b1cfe55e858c6d'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by performing another checkout.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -b with the checkout command again. Example:
    
      git checkout -b <new-branch-name>
    
    HEAD is now at 6432f1b... Merge pull request #9 from ndjhartman/master
    
    
    cloning repo meta-ros
    
    Cloning into '/home/ym/python-build/TiBuild/tisdk/sources/meta-ros'...
    remote: Enumerating objects: 163683, done.
    remote: Counting objects: 100% (51644/51644), done.
    remote: Compressing objects: 100% (6163/6163), done.
    remote: Total 163683 (delta 45321), reused 49789 (delta 44649), pack-reused 112039 (from 1)
    Receiving objects: 100% (163683/163683), 47.01 MiB | 615.00 KiB/s, done.
    Resolving deltas: 100% (120311/120311), done.
    Checking connectivity... done.
    fatal: A branch named 'master' already exists.
    Already up-to-date.
    Note: checking out '72068b17e4192b51e09c8dc633805a35edac8701'.
    
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by performing another checkout.
    
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -b with the checkout command again. Example:
    
      git checkout -b <new-branch-name>
    
    HEAD is now at 72068b1... Merge pull request #607 from shr-project/jansa/lgsvl
    
    
    cloning repo meta-arago
    
    Cloning into '/home/ym/python-build/TiBuild/tisdk/sources/meta-arago'...
    fatal: unable to access 'http://arago-project.org/git/meta-arago.git/': Failed to connect to arago-project.org port 80: Connection refused
    git failed... remaining attempts: 4    sleeping 15 seconds
    ^C
    root@athena-VirtualBox:/home/ym/python-build/TiBuild/tisdk# ls sources/
    bitbake  meta-aws  meta-processor-sdk  meta-ros
    root@athena-VirtualBox:/home/ym/python-build/TiBuild/tisdk# git clone https://git.ti.com/cgit/processor-sdk/meta-arago  sources/meta-arago
    Cloning into 'sources/meta-arago'...
    fatal: repository 'https://git.ti.com/cgit/processor-sdk/meta-arago/' not found
    root@athena-VirtualBox:/home/ym/python-build/TiBuild/tisdk# git clone meta-arago,https://git.yoctoproject.org/meta-arago  sources/meta-arago
    Cloning into 'sources/meta-arago'...
    fatal: I don't handle protocol 'meta-arago,https'
    root@athena-VirtualBox:/home/ym/python-build/TiBuild/tisdk# git clone https://git.yoctoproject.org/meta-arago  sources/meta-arago
    Cloning into 'sources/meta-arago'...
    remote: Enumerating objects: 46710, done.
    remote: Counting objects: 100% (57/57), done.
    remote: Compressing objects: 100% (32/32), done.
    remote: Total 46710 (delta 35), reused 22 (delta 22), pack-reused 46653
    Receiving objects: 100% (46710/46710), 13.72 MiB | 9.00 KiB/s, done.
    Resolving deltas: 100% (32612/32612), done.
    Checking connectivity... done.
    root@athena-VirtualBox:/home/ym/python-build/TiBuild/tisdk# ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-06.03.00.106-config.txt
    /home/ym/python-build/TiBuild/tisdk
    
    
    cloning repo bitbake
    
    Fetching origin
    fatal: A branch named '1.40' already exists.
    Updating b690030..964958b
    Fast-forward
     lib/bb/fetch2/__init__.py                                          |    4 +-
     lib/bb/fetch2/git.py                                               |    6 +-
     lib/bb/tests/fetch-testdata/apple/cups/releases                    | 2400 +++++++++++++++++++++++++++++
     lib/bb/tests/fetch-testdata/debian/pool/main/d/db5.3/index.html    |  509 ++++++
     lib/bb/tests/fetch-testdata/downloads/enchant/1.6.0/index.html     |   15 +
     lib/bb/tests/fetch-testdata/files/v2.8/index.html                  |  774 ++++++++++
     lib/bb/tests/fetch-testdata/files/v3.0/index.html                  |  209 +++
     lib/bb/tests/fetch-testdata/files/v3.1/index.html                  |  156 ++
     lib/bb/tests/fetch-testdata/files/v3.10/index.html                 |  131 ++
     lib/bb/tests/fetch-testdata/files/v3.11/index.html                 |  131 ++
     lib/bb/tests/fetch-testdata/files/v3.12/index.html                 |  118 ++
     lib/bb/tests/fetch-testdata/files/v3.13/index.html                 |  131 ++
     lib/bb/tests/fetch-testdata/files/v3.14/index.html                 |  170 ++
     lib/bb/tests/fetch-testdata/files/v3.15/index.html                 |  157 ++
     lib/bb/tests/fetch-testdata/files/v3.16/index.html                 |   86 ++
     lib/bb/tests/fetch-testdata/files/v3.2/index.html                  |  132 ++
     lib/bb/tests/fetch-testdata/files/v3.3/index.html                  |  163 ++
     lib/bb/tests/fetch-testdata/files/v3.4/index.html                  |  127 ++
     lib/bb/tests/fetch-testdata/files/v3.5/index.html                  |  111 ++
     lib/bb/tests/fetch-testdata/files/v3.6/index.html                  |  159 ++
     lib/bb/tests/fetch-testdata/files/v3.7/index.html                  |   92 ++
     lib/bb/tests/fetch-testdata/files/v3.8/index.html                  |  105 ++
     lib/bb/tests/fetch-testdata/files/v3.9/index.html                  |  183 +++
     .../fetch-testdata/pub/linux/utils/util-linux/v2.23/index.html     |   45 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.24/index.html     |   43 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.25/index.html     |   46 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.26/index.html     |   42 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.27/index.html     |   35 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.28/index.html     |   42 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.29/index.html     |   42 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.30/index.html     |   42 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.31/index.html     |   35 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.32/index.html     |   35 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.33/index.html     |   42 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.34/index.html     |   28 +
     .../fetch-testdata/pub/linux/utils/util-linux/v2.35/index.html     |   18 +
     lib/bb/tests/fetch-testdata/releases/eglibc/index.html             |   21 +
     lib/bb/tests/fetch-testdata/releases/gnu-config/index.html         |    9 +
     lib/bb/tests/fetch-testdata/releases/individual/xserver/index.html |  609 ++++++++
     .../tests/fetch-testdata/software/pulseaudio/releases/index.html   |  383 +++++
     lib/bb/tests/fetch.py                                              |   73 +-
     lib/bb/tests/support/httpserver.py                                 |   65 +
     42 files changed, 7700 insertions(+), 24 deletions(-)
     create mode 100644 lib/bb/tests/fetch-testdata/apple/cups/releases
     create mode 100644 lib/bb/tests/fetch-testdata/debian/pool/main/d/db5.3/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/downloads/enchant/1.6.0/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v2.8/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.0/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.1/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.10/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.11/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.12/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.13/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.14/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.15/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.16/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.2/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.3/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.4/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.5/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.6/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.7/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.8/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/files/v3.9/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.23/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.24/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.25/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.26/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.27/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.28/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.29/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.30/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.31/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.32/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.33/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.34/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.35/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/releases/eglibc/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/releases/gnu-config/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/releases/individual/xserver/index.html
     create mode 100644 lib/bb/tests/fetch-testdata/software/pulseaudio/releases/index.html
     create mode 100644 lib/bb/tests/support/httpserver.py
    Previous HEAD position was 964958b... fetch/git: Handle github dropping git:// support
    HEAD is now at b690030... runqueue: fix multiconfig task dependency filtering
    
    
    cloning repo meta-processor-sdk
    
    Fetching origin
    fatal: A branch named 'master' already exists.
    Already up-to-date.
    HEAD is now at 56d9d47... linux-ti-staging: bump SRCREV for latest fix
    
    
    cloning repo meta-aws
    
    Fetching origin
    fatal: unable to access 'https://github.com/aws/meta-aws.git/': Malformed encoding found in chunked-encoding
    error: Could not fetch origin
    git failed... remaining attempts: 4    sleeping 15 seconds
    ^C
    root@athena-VirtualBox:/home/ym/python-build/TiBuild/tisdk# 

  • Wyman,

    Yes, that's true. It's all old.

    Because K2H is a legacy device with frozen SDKs with limited support.

    whatever comes as a DVD along with the K2H EVM board, that is the primary set of documents /tutorials for SDK.

    This SDK was released in 2016 and tested on Ubuntu 14.04 LTS.

    All the tutorials are made with Linux machine - Ubuntu 14.04 LTS.

    --

    Either we have to live with it or consider other new Jacinto processors in the market.

    Regards

    Shankari G