[quote user="Michel Catudal2"]I was looking thru the processors.wiki.ti.com/.../Early_Boot_and_Late_Attach There is a problem with the info Device Drivers ---> Remoteproc Drivers ---> OMAP remoteproc support [*] OMAP remoteproc support for IPU [*] Attach to already-running IPU2 (no reset/load/start) [*] OMAP remoteproc support for DSP [*] OMAP remoteproc support for IPU1 (DRA7xx only) [ ] Attach to already-running IPU1 (no reset/load/start) [*] OMAP remoteproc support for DSP2 (DRA7xx only) Actual possible setting in the kernel Device Drivers ---> Remoteproc Drivers ---> OMAP remoteproc support [*] OMAP remoteproc watchdog timer [*] Attach to already-running IPU2 (no reset/load/start) STE-Modem remoteproc support TI PRUSS remoteproc support That is with kernel 4.4.45 coming with the TI 3.02 automotive SDK[/quote] This wiki page is for old GLSDK. You can use debug hints at the end of that wiki, but linux kernel info is obsolete. omap2plus_defconfig was replaced with multi_v7_defconfig from PSDKLA 3.0 onwards, see the below wiki: And in PSDKLA 3.2 there is no need to change the linux kernel through menuconfig, late attach is configured through device tree files. See the wiki pages I have provided in my previous post. Please try these things and let me know if you have more questions on this issue. Regards, Pavel
↧
Forum Post: RE: Linux/DRA726: Early boot - late attach on DRA726
↧
Forum Post: RE: Linux: How to compile example on ARM core of the OMAPl138 SoC?
Hi, You're using an example application that is written for TI RTOS & probably running on the DSP core.... GCC cannot link the libraries & this is why you're getting these errors. You can try to overcome these errors by using the following command: gcc -o myflash -I myflash.c or gcc -o myflash -I myflash.c and use only: #include #include You may need to rewrite your app to use only linux apis (i.e mmap(), IOCTL, etc..). Another option is to compile this app as an .out binary & load it on the DSP using remoteproc. Best Regards, Yordan
↧
↧
Forum Post: RE: Linux: How to compile example on ARM core of the OMAPl138 SoC?
Right, understood. I did realise that last night and have changed the way I tackle this. Let me know if this makes sense. I am now trying to build notify example given in the IPC (ipc_1_25_03_15) using CCS v6 on Windows PC and on Linux, would like to build notify example given under syslink and use that for ARM core on Linux.
↧
Forum Post: Linux/AM3354: Ethernet connection in u-boot
Part Number: AM3354 Tool/software: Linux Hi, Refering the thread e2e.ti.com/.../181692 , we are facing a similar issue here. The RGMII2 pins have been configured for ethernet. I just can't ping the host from uboot. The custom device indicate that the link is up. After configuring the 100M connection, I measured the rxclk frequency. I got roughly 12,5 MHZ. 1. Which dpll structure should I adapt to get 25 MHZ? I assumed this is the frequency to reach. 2. How can I measure the CORE_CLOCKOUTM5 frequency? by only reading a specific register? Thanks you Kind regards
↧
Forum Post: RE: Linux/AM5728: GPIO softreset failed (out of time) in kernel on AM5728
Let me check this and I will get back to you. Best Regards, Yordan
↧
↧
Forum Post: RE: Linux: How to compile example on ARM core of the OMAPl138 SoC?
But when I am trying to build syslink examples I am not able to do that as well. following is the forum e2e.ti.com/.../612957
↧
Forum Post: Linux/PROCESSOR-SDK-AM335X: Pause During Short User Space SPI Transfer
Part Number: PROCESSOR-SDK-AM335X Tool/software: Linux Hi, I am observing a problem which occurs during a user space SPI transfer where a transfer sometimes gets held up after sending the first byte. I have tried to transfer using either a single spi_ioc_transfer struct to handle both transmit and receive or two structs, one for transmit and one for receive with the same results. The interruption does not occur often, about once every 15 min. during continuous communications. The thread has been configured to be a high priority real time thread using the FIFO policy, within a high priority process. Does anyone have any insight as to what could be causing this pause and how to reduce it? It is problematic because the slave device has a bus timeout slightly less than the pause. You can see in the attached trace it lasts for about 400uS. Thanks, Tom
↧
Forum Post: RE: Determining Wakeup Source
I would also be interested on a definitive answer on this (old) question. Looking at the Kernel Code and the TRU, it seems no possibility exists.
↧
Forum Post: RE: Linux/PROCESSOR-SDK-AM57X: UDP Throughput Queries
I believe the performance guide indicates the dual cortex a15 load, but lets wait on the factory team to confirm. Best Regards, Yordan
↧
↧
Forum Post: RE: Linux: J6-DRA7xx- Load & Booting ipu1 xem4 image from A15linux - Required Device tree (dts) changes
From the log I can infer that the driver didn't even try to load the image IPU1 device is probed but the firmware is not getting loaded. If there is any memory map conflict, The driver would thrpugh error like failed to parse resources. Check if the firmware file is properly present in the /lib/firmware (The name should be retained if overwriting with different image) Also, try to load the FW manually through sysfs. Refer to kernel documentation for manual loading of remoteprocs via sysfs Nikhil D
↧
Forum Post: RE: Linux/PROCESSOR-SDK-AM437X: Nand Error: omap2-nand 8000000.nand: uncorrectable bit-flips found
Hi, Can you verify that when you execute the sequence: Step 1: Load FPGA firmware. Step 2: Read the FPGA version register: __raw_readw(FPGA_BASE + 0x6); Step 3: nandtest /dev/mtd0 you see the GPMC clock on step 3? Reading GPMC_NAND_DATA_3 activates asynchronous read on the GPMC_CS3 memory region, which means that you don't need clock to read the data from nand correctly. Maybe you need to verify your GPMC_CONFIG_X settings against TRM recommendations. Best Regards, Yordan
↧
Forum Post: RE: Linux/PROCESSOR-SDK-AM335X: Pause During Short User Space SPI Transfer
Hi Tom, Are you using Real time Linux or not? If not the RT Linux could improve SPI transfer behaviour but in all cases the SPI transfer can be interrupted by some Linux kernel interrupts for example as you are using user space process on one core processor which you are using. BR Tsvetolin Shulev
↧
Forum Post: RE: Linux/PROCESSOR-SDK-AM57X: UDP Throughput Queries
Hi, KoT, The performance is done using iperf with the following command "iperf -c -P 2 --format m -u -b M --len -t 60" SMP Linux will distribute those 2 threads in different cores. Rex
↧
↧
Forum Post: RE: Linux/PROCESSOR-SDK-AM335X: Pause During Short User Space SPI Transfer
Hi Tsvetolin, I'm using a build of Arch Linux in distribution PD 16.2 from Phytec. I'm assuming it's a real time version of the kernel since I have access to the FIFO and Round Robbin scheduling policies. Is there a way to lockout any of those interrupts during the SPI transfer?
↧
Forum Post: RE: Linux/AM5728: Ducati gstreamer plugins error: "Could not initialize supporting library"
It's all the same result: This error appears with all ducati encoders and decoders. No, I didn't change it. I've only installed the sdk and tried to launch test pipelines from above ti-wiki link.
↧
Forum Post: RE: Linux/TCI6638K2K: 10GbE Interface using XFP Module, Link not up
Hi Yordan, We placed the serdes firmware but kernel started getting crash even , eth0-to-eth3 (1Gig ports) stopped working 1Gig block diagram as below log as below ubi0: attached mtd1 (name "mtd=2", size 510 MiB) ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 ubi0: good PEBs: 4080, bad PEBs: 4, corrupted PEBs: 0 ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 3/0, WL threshold: 4096, image sequence number: 1193073359 ubi0: available PEBs: 0, total reserved PEBs: 4080, PEBs reserved for bad PEB handling: 76 Loading file '/boot/skern-k2hk.bin' to addr 0x87000000... Done K2_BM_15.07-53-ge1f885a SoC:k2hk built:17:14:50, Jun 28 2017 ## installed monitor @ 0xc5f0000, freq [200000000], status 207552512 Loading file '/boot/zImage' to addr 0x82000000... Done Loading file '/boot/k2-fw-initrd.cpio.gz' to addr 0x88080000... Done Loading file '/boot/keystone-k2hk-evm.dtb' to addr 0x88000000... Done ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Ramdisk to 8fff3000, end 8ffff3a9 ... OK Loading Device Tree to 8ffe5000, end 8fff2aeb ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.9.28-geed43d1050 (niranjan@Niranjan-PC) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7 [ 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] 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_cma_pool@81f800000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000820000000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node dsp_common_mpm_pool@820000000, compatible id shared-dma-pool [ 0.000000] cma: Reserved 64 MiB at 0x000000087bc00000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT [ 0.000000] percpu: Embedded 13 pages/cpu @de59d000 s22144 r8192 d22912 u53248 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 358720 [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 rootfstype=ubifs root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048 [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 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: 1339612K/1441792K available (8192K kernel code, 244K rwdata, 2184K rodata, 2048K init, 288K bss, 28452K reserved, 73728) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0a00000 (10208 kB) [ 0.000000] .init : 0xc0e00000 - 0xc1000000 (2048 kB) [ 0.000000] .data : 0xc1000000 - 0xc103d180 ( 245 kB) [ 0.000000] .bss : 0xc103f000 - 0xc10872c0 ( 289 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=4 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] arm_arch_timer: Architected 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.000004] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.000012] Switching to timer-based delay loop, resolution 5ns [ 0.000188] keystone timer clock @200000000 Hz [ 0.000401] Console: colour dummy device 80x30 [ 0.000425] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000435] pid_max: default: 32768 minimum: 301 [ 0.000518] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000526] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001045] CPU: Testing write buffer coherency: ok [ 0.001248] /cpus/cpu@0 missing clock-frequency property [ 0.001275] /cpus/cpu@1 missing clock-frequency property [ 0.001299] /cpus/cpu@2 missing clock-frequency property [ 0.001324] /cpus/cpu@3 missing clock-frequency property [ 0.001333] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001345] Setting up static identity map for 0x80200000 - 0x80200138 [ 0.080125] EFI services will not be available. [ 0.174817] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.244908] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.315001] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.315102] Brought up 4 CPUs [ 0.315120] SMP: Total of 4 processors activated (1600.00 BogoMIPS). [ 0.315126] CPU: All CPU(s) started in HYP mode. [ 0.315130] CPU: Virtualization extensions available. [ 0.315582] devtmpfs: initialized [ 0.325582] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.325790] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.325804] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.327156] pinctrl core: initialized pinctrl subsystem [ 0.327761] NET: Registered protocol family 16 [ 0.328454] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.350335] cpuidle: using governor ladder [ 0.380357] cpuidle: using governor menu [ 0.380440] No ATAGs? [ 0.380459] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.380465] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.387350] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.387550] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.387742] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.387932] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.388124] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.388317] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.388510] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.388704] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.432883] vgaarb: loaded [ 0.434166] pps_core: LinuxPPS API ver. 1 registered [ 0.434173] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.434191] PTP clock support registered [ 0.434217] EDAC MC: Ver: 3.0.0 [ 0.435426] clocksource: Switched to clocksource arch_sys_counter [ 0.443154] NET: Registered protocol family 2 [ 0.443569] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.443603] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 0.443659] TCP: Hash tables configured (established 4096 bind 4096) [ 0.443693] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.443710] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.443811] NET: Registered protocol family 1 [ 0.444056] RPC: Registered named UNIX socket transport module. [ 0.444063] RPC: Registered udp transport module. [ 0.444069] RPC: Registered tcp transport module. [ 0.444074] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.444226] Trying to unpack rootfs image as initramfs... [ 0.447153] Freeing initrd memory: 52K (cfff3000 - d0000000) [ 0.447312] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.447939] platform alarmtimer: set dma_pfn_offset00780000 [ 0.448829] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 0.455049] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.455657] NFS: Registering the id_resolver key type [ 0.455675] Key type id_resolver registered [ 0.455681] Key type id_legacy registered [ 0.455714] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.456733] bounce: pool size: 64 pages [ 0.456846] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.456854] io scheduler noop registered [ 0.456860] io scheduler deadline registered [ 0.456968] io scheduler cfq registered (default) [ 0.457116] keystone_irq soc:keystone_irq@26202a0: irqchip registered, nr_irqs 28 [ 0.457344] LWS:kserdes_probe [ 0.457351] LWS:pm_runtime_enable [ 0.457933] ti,keystone-serdes 232a000.phy: init fw ks2_gbe_serdes.bin: version 3.3.0.2c [ 0.458028] LWS:KSERDES_PHY_SGMII [ 0.458036] ti,keystone-serdes 232a000.phy: LWS serdes init [ 0.458585] LWS:kserdes_probe [ 0.458592] LWS:pm_runtime_enable [ 0.459042] ti,keystone-serdes 231e000.phy: init fw ks2_xgbe_serdes.bin: version 3.3.0.2c [ 0.459148] LWS:KSERDES_PHY_XGE [ 0.459156] ti,keystone-serdes 231e000.phy: LWS serdes init [ 0.481731] keystone-navigator-qmss soc:qmss@2a40000: qmgr start queue 0, number of queues 8192 [ 0.481854] keystone-navigator-qmss soc:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek f0fa0000, reg_status f0971000,0 [ 0.481865] keystone-navigator-qmss soc:qmss@2a40000: qmgr start queue 8192, number of queues 8192 [ 0.481979] keystone-navigator-qmss soc:qmss@2a40000: added qmgr start queue 8192, num of queues 8192, reg_peek f1060000, reg_status f097740 [ 0.482129] keystone-navigator-qmss soc:qmss@2a40000: firmware file ks2_qmss_pdsp_acc48.bin downloaded for PDSP [ 0.484983] keystone-navigator-dma soc:knav_dmas@0: DMA dma_gbe registered 41 logical channels, flows 32, tx chans: 9, rx chans: 24 [ 0.485330] keystone-navigator-dma soc:knav_dmas@0: DMA dma_xgbe registered 48 logical channels, flows 32, tx chans: 16, rx chans: 16 [ 0.532000] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled [ 0.532079] platform serial8250: set dma_pfn_offset00780000 [ 0.534522] console [ttyS0] disabled [ 0.534563] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 26, base_baud = 12500000) is a TI DA8xx/66AK2x [ 1.429321] console [ttyS0] enabled [ 1.433500] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 27, base_baud = 12500000) is a TI DA8xx/66AK2x [ 1.444137] [drm] Initialized [ 1.456537] brd: module loaded [ 1.464253] loop: module loaded [ 1.468338] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write [ 1.477174] spi_davinci 21000400.spi: DMA is not supported (-19) [ 1.483817] m25p80 spi0.0: unrecognized JEDEC id bytes: 20, bb, 19 [ 1.490062] spi_davinci 21000400.spi: Controller at 0xf0fdd400 [ 1.496121] spi_davinci 21000600.spi: DMA is not supported (-19) [ 1.502469] spi_davinci 21000600.spi: Controller at 0xf101c600 [ 1.508513] spi_davinci 21000800.spi: DMA is not supported (-19) [ 1.514873] spi_davinci 21000800.spi: Controller at 0xf101e800 [ 1.521123] platform Fixed MDIO bus.0: set dma_pfn_offset00780000 [ 1.527366] LWS: phy id = ffffffff [ 1.530777] LWS: phy id = ffffffff [ 1.534186] LWS: phy id = ffffffff [ 1.537611] LWS: phy id = ffffffff [ 1.541021] LWS: phy id = ffffffff [ 1.544429] LWS: phy id = ffffffff [ 1.547851] LWS: phy id = ffffffff [ 1.551260] LWS: phy id = ffffffff [ 1.554669] LWS: phy id = ffffffff [ 1.558090] LWS: phy id = ffffffff [ 1.561499] LWS: phy id = ffffffff [ 1.564907] LWS: phy id = ffffffff [ 1.568334] LWS: phy id = ffffffff [ 1.571743] LWS: phy id = ffffffff [ 1.575152] LWS: phy id = ffffffff [ 1.578573] LWS: phy id = ffffffff [ 1.581982] LWS: phy id = ffffffff [ 1.585392] LWS: phy id = ffffffff [ 1.588813] LWS: phy id = ffffffff [ 1.592222] LWS: phy id = ffffffff [ 1.595642] LWS: phy id = ffffffff [ 1.599051] LWS: phy id = ffffffff [ 1.602459] LWS: phy id = ffffffff [ 1.605880] LWS: phy id = ffffffff [ 1.609289] LWS: phy id = ffffffff [ 1.612698] LWS: phy id = ffffffff [ 1.616118] LWS: phy id = ffffffff [ 1.619527] LWS: phy id = ffffffff [ 1.622936] LWS: phy id = ffffffff [ 1.626356] LWS: phy id = ffffffff [ 1.629765] LWS: phy id = ffffffff [ 1.633173] LWS: phy id = ffffffff [ 1.636594] libphy: Fixed MDIO Bus: probed [ 1.695450] davinci_mdio 2090300.mdio: davinci mdio revision 1.5 [ 1.701477] libphy: 2090300.mdio: probed [ 1.705537] LWS: phy id = 1410cc2 [ 1.709278] LWS: phy id = 1410cc2 [ 1.712916] LWS: phy id = 2000a231 [ 1.716658] LWS: phy id = 2000a231 [ 1.720283] davinci_mdio 2090300.mdio: phy[0]: device 2090300.mdio:00, driver Marvell 88E1111 [ 1.728858] davinci_mdio 2090300.mdio: phy[1]: device 2090300.mdio:01, driver Marvell 88E1111 [ 1.737448] davinci_mdio 2090300.mdio: phy[2]: device 2090300.mdio:02, driver TI DP83867 [ 1.745591] davinci_mdio 2090300.mdio: phy[3]: device 2090300.mdio:03, driver TI DP83867 [ 1.753890] LWS:Allocate a new NETCP device instance [ 1.759084] LWS:Initialize the NETCP device instance [ 1.764250] LWS:Add the device instance to the list [ 1.769255] LWS:netcp_probe success [ 1.772782] LWS:Allocate a new NETCP device instance [ 1.777983] LWS:Initialize the NETCP device instance [ 1.783089] LWS:Add the device instance to the list [ 1.788088] LWS:netcp_probe success [ 1.791662] init the hw stats lock [ 1.795176] LWS:netcp_txpipe_init [ 1.798587] LWS: Create network interfaces [ 1.802865] Initialize Secondary slave ports [ 1.807263] LWS: cpts create [ 1.810170] netcp-1.0 2620110.netcp: cpts: overflow check period 350 (jiffies) [ 1.817454] netcp-1.0 2620110.netcp: CPTS: ref_clk_freq:600000000 calc_mult:3579139413 calc_shift:31 error:-1 nsec/sec [ 1.828206] initialize host port [ 1.831445] netcp-1.0 2620110.netcp: initialized cpsw ale version 1.3 [ 1.837920] netcp-1.0 2620110.netcp: ALE Table size 1024 [ 1.843371] LWS: gbe_probe probed [ 1.846716] LWS:gbe_attach start [ 1.849969] LWS:gbe_attach success [ 1.853385] LWS:gbe_attach start [ 1.856653] LWS:gbe_attach success [ 1.860069] LWS:gbe_attach start [ 1.863319] LWS:gbe_attach success [ 1.866749] LWS:gbe_attach start [ 1.870001] LWS:gbe_attach success [ 1.874848] netcp-1.0 soc:netcp@2f00000: module(netcp-gbe) not used for device [ 1.882122] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device [ 1.889128] init the hw stats lock [ 1.892603] LWS:netcp_txpipe_init [ 1.895985] LWS: Create network interfaces [ 2.405427] ti,keystone-serdes 231e000.phy: init_lane_rx wait sd valid FAILED -110 [ 7.325426] ti,keystone-serdes 231e000.phy: init_lane_rx wait sd valid FAILED -110 [ 11.725969] Initialize Secondary slave ports [ 11.730344] LWS: cpts create [ 11.733249] netcp-1.0 soc:netcp@2f00000: cpts: overflow check period 350 (jiffies) [ 11.740867] netcp-1.0 soc:netcp@2f00000: CPTS: ref_clk_freq:600000000 calc_mult:3579139413 calc_shift:31 error:-1 nsec/sec [ 11.751964] initialize host port [ 11.755201] netcp-1.0 soc:netcp@2f00000: initialized cpsw ale version 9.3 [ 11.762026] netcp-1.0 soc:netcp@2f00000: ALE Table size 2048 [ 11.767810] LWS: gbe_probe probed [ 11.771142] LWS:gbe_attach start [ 11.774391] LWS:gbe_attach success [ 11.777823] LWS:gbe_attach start [ 11.781076] LWS:gbe_attach success [ 11.785657] netcp-1.0 2620110.netcp: pa_clk_rate(163840000 HZ),mult(25000),shift(12) [ 11.795031] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 on pdsp 0 [ 11.803279] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 on pdsp 1 [ 11.811527] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 on pdsp 2 [ 11.819771] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 on pdsp 3 [ 11.828012] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 on pdsp 4 [ 11.836254] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 on pdsp 5 [ 11.845027] netcp-1.0 soc:netcp@2f00000: module(netcp-pa) not used for device [ 11.852216] netcp-1.0 2620110.netcp: module(netcp-pa2) not used for device [ 11.859152] netcp-1.0 soc:netcp@2f00000: module(netcp-pa2) not used for device [ 11.866667] mousedev: PS/2 mouse device common for all mice [ 11.872487] i2c /dev entries driver [ 11.878717] ledtrig-cpu: registered to indicate activity on CPUs [ 11.886130] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac [ 11.892508] nand: Micron MT29F4G08ABBDAHC [ 11.896566] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 11.904459] Bad block table found at page 262080, version 0x01 [ 11.910850] Bad block table found at page 262016, version 0x01 [ 11.917059] 3 ofpart partitions found on MTD device 30000000.nand [ 11.923174] Creating 3 MTD partitions on "30000000.nand": [ 11.928605] 0x000000000000-0x000000100000 : "u-boot" [ 11.934499] 0x000000100000-0x000000180000 : "params" [ 11.940312] 0x000000180000-0x000020000000 : "ubifs" [ 11.949466] davinci_nand 30000000.nand: controller rev. 2.5 [ 11.955798] NET: Registered protocol family 10 [ 11.961383] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 11.967819] NET: Registered protocol family 17 [ 11.972417] Key type dns_resolver registered [ 11.976814] Registering SWP/SWPB emulation handler [ 11.985638] ubi0: attaching mtd2 [ 14.141230] ubi0: scanning is finished [ 14.155552] ubi0: attached mtd2 (name "ubifs", size 510 MiB) [ 14.161234] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 14.168152] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 14.174963] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 14.181963] ubi0: good PEBs: 4080, bad PEBs: 4, corrupted PEBs: 0 [ 14.188090] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128 [ 14.195339] ubi0: max/mean erase counter: 3/0, WL threshold: 4096, image sequence number: 1193073359 [ 14.204517] ubi0: available PEBs: 0, total reserved PEBs: 4080, PEBs reserved for bad PEB handling: 76 [ 14.213885] ubi0: background thread "ubi_bgt0d" started, PID 93 [ 14.214045] hctosys: unable to open rtc device (rtc0) [ 14.235529] UBIFS: parse sync [ 14.239156] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 94 [ 14.273883] UBIFS (ubi0:0): recovery needed [ 14.396822] UBIFS (ubi0:0): recovery completed [ 14.401345] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs" [ 14.408786] UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 14.418752] UBIFS (ubi0:0): FS size: 506507264 bytes (483 MiB, 3989 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs) [ 14.429501] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB) [ 14.435356] UBIFS (ubi0:0): media format: w4/r0 (latest is w4/r0), UUID C854A8F0-A347-4C6A-8B7C-C1EFB3B0CBCF, small LPT model [ 14.447574] VFS: Mounted root (ubifs filesystem) on device 0:14. [ 14.454712] devtmpfs: mounted [ 14.458761] Freeing unused kernel memory: 2048K (c0e00000 - c1000000) [ 14.683756] systemd[1]: System time before build time, advancing clock. [ 14.743144] random: systemd: uninitialized urandom read (16 bytes read) [ 14.769004] random: systemd: uninitialized urandom read (16 bytes read) [ 14.778949] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCR) [ 14.797928] systemd[1]: Detected architecture arm. Welcome to Arago 2017.05! [ 14.837130] systemd[1]: Set hostname to . [ 14.924719] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read) [ 14.971327] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read) [ 14.994694] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read) [ 15.064433] random: systemd: uninitialized urandom read (16 bytes read) [ 15.129179] random: systemd: uninitialized urandom read (16 bytes read) [ 15.136066] random: systemd: uninitialized urandom read (16 bytes read) [ 15.143132] random: systemd: uninitialized urandom read (16 bytes read) [ 15.203147] random: systemd: uninitialized urandom read (16 bytes read) [ 15.389756] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 15.427941] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 15.465568] systemd[1]: Listening on Syslog Socket. [ OK ] Listening on Syslog Socket. [ 15.496170] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 15.535578] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 15.576227] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 15.615640] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ OK ] Reached target Paths. [ OK ] Created slice User and Session Slice. [ OK ] Created slice System Slice. Starting Load Kernel Modules... Mounting POSIX Message Queue File System... [ 15.851134] NET: Registered protocol family 43 Starting Journal Service... [ OK ] Created slice system-getty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. Starting Remount Root and Kernel File Systems... Mounting Debug File System... Starting Create list of required st... nodes for the current kernel... Starting Setup Virtual Console... [ OK ] Reached target Slices. [ OK ] Reached target Swap. Mounting Temporary Directory... [ OK ] Listening on udev Kernel Socket. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ OK ] Mounted Debug File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Temporary Directory. [FAILED] Failed to start Load Kernel Modules. See 'systemctl status systemd-modules-load.service' for details. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Started Create list of required sta...ce nodes for the current kernel. [ OK ] Started Setup Virtual Console. [ OK ] Started Journal Service. Starting Create Static Device Nodes in /dev... Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Apply Kernel Variables... Mounting Configuration File System... [ OK ] Mounted Configuration File System. [ OK ] Started Create Static Device Nodes in /dev. [ OK ] Started Apply Kernel Variables. [ OK ] Reached target Local File Systems (Pre). Mounting /var/volatile... Mounting /media/ram... Starting udev Kernel Device Manager... [ OK ] Mounted /var/volatile. [[ 16.946008] random: fast init done OK ] Mounted /media/ram. [ 16.983260] systemd-journald[111]: Received request to flush runtime journal from PID 1 Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. [ OK ] Started udev Kernel Device Manager. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Load/Save Random Seed. [ OK ] Started udev Coldplug all Devices. [ 17.167600] keystone-rproc 10800000.dsp: assigned reserved memory node dsp_common_cma_pool@81f800000 [ 17.183687] remoteproc remoteproc0: 10800000.dsp is available Starting Create Volatile Files a[ 17.200714] keystone-rproc 11800000.dsp: assigned reserved memory node dsp_common_cma_pool@81f80000 nd Directories... [ 17.226835] remoteproc remoteproc1: 11800000.dsp is available [ 17.238781] keystone-rproc 12800000.dsp: assigned reserved memory node dsp_common_cma_pool@81f800000 [ 17.248205] remoteproc remoteproc2: 12800000.dsp is available [ OK 17.256524] keystone-rproc 13800000.dsp: assigned reserved memory node dsp_common_cma_pool@81f800000 m] Found device /dev/ttyS0. [ 17.269980] remoteproc remoteproc3: 13800000.dsp is available [ 17.290304] keystone-rproc 14800000.dsp: assigned reserved memory node dsp_common_cma_pool@81f800000 [ 17.299739] remoteproc remoteproc4: 14800000.dsp is available [ OK ] Started Create Volatile Files and Directories[ 17.311494] keystone-rproc 15800000.dsp: assigned reserved memory node dsp_common_cma0 . [ 17.321313] remoteproc remoteproc5: 15800000.dsp is available [ 17.334373] keystone-rproc 16800000.dsp: assigned reserved memory node dsp_common_cma_pool@81f800000 [ 17.346333] remoteproc remoteproc6: 16800000.dsp is available [ 17.359378] keystone-rproc 17800000.dsp: assigned reserved memory node dsp_common_cma_pool@81f800000 [ 17.371321] remoteproc remoteproc7: 17800000.dsp is available Starting Update UTMP about System Boot/Shutdown... [ 17.391099] davinci-wdt 22f0080.wdt: heartbeat 60 sec [ 17.401377] 2620738.usb_phy supply vcc not found, using dummy regulator Starting Network Time Synchronization... [ 17.503811] keystone-dsp-mem a0000000.dspmem: registered misc device dspmem [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Time Synchronization. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ OK ] Reached target System Time Synchronized. Starting Synchronize System and HW clocks... [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. [ 18.185717] platform xhci-hcd.0.auto: set dma_pfn_offset00780000 [ 18.232696] usbcore: registered new interface driver usbfs [ 18.238709] usbcore: registered new interface driver hub [ 18.244560] usbcore: registered new device driver usb [ 18.269582] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 18.275108] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 18.283887] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298f06d hci version 0x100 quirks 0x02010010 [ 18.292677] xhci-hcd xhci-hcd.0.auto: irq 34, io mem 0x02690000 [ 18.299318] hub 1-0:1.0: USB hub found [ 18.303110] hub 1-0:1.0: 1 port detected [ 18.307468] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 18.312982] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 18.320778] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 18.329494] hub 2-0:1.0: USB hub found [ 18.333281] hub 2-0:1.0: 1 port detected [ OK ] Reached target System Initialization. [ OK ] Listening on dropbear.socket. [ OK ] Listening on RPCbind Server Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Reached target Basic System. [ OK ] Started System Logger Daemon. [ OK ] Started Kernel Logging Service. Starting TI Multiproc Manager... Starting Print notice about GPLv3 packages... Starting Ethernet Bridge Filtering Tables... Starting run_srss_tc.service... Starting tiipclad-daemon.service... [ OK ] Started D-Bus System Message Bus. Starting Network Service... [ OK ] Started System Logging Service. Starting Login Service... Starting softhsm-daemon.service... Starting telnetd.service... [ OK ] Started Ethernet Bridge Filtering Tables. [ OK ] Started run_srss_tc.service. [ OK ] Started tiipclad-daemon.service. [FAILED] Failed to start TI Multiproc Manager. See 'systemctl status mpmsrv-daemon.service' for details. Starting TI MultiCore Tools Daemon... [ OK ] Started telnetd.service. [ OK ] Started Login Service. [ OK ] Started Network Service. [ OK ] Reached target Network. Starting Network Name Resolution... [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf. Starting Permit User Sessions... Starting Simple Network Management Protocol (SNMP) Daemon.... Starting Lightning Fast Webserver With Light System Requirements... [ OK ] Started Vsftpd ftp daemon. [ 20.755844] LWS:initializing gbe version 1.1 (0) GBE identification value 0x4ee3 [ 20.763966] LWS: For 10G and on NetCP 1.5, use directed to port [ 20.770896] opened TX channel xnettx: dddfb710 with to port 2, flags 1 [ 20.777837] LWS: netcp Initiate a soft reset [ 20.782144] Set the soft reset bit [ 20.785876] Wait for the bit to clear [ OK ] Started Permit User Sessions.[ 20.798016] LWS:gbe_port_reset [ 20.802736] Set the soft reset bit [ 20.809867] Wait for the bit to clear [ 20.809869] LWS:gbe_sgmii_rtreset [ 20.809871] LWS: netcp Initiate a soft reset [ 20.809873] LWS:gbe_port_config [ 20.809876] LWS:gbe_set_slave_mac [ 20.809879] enable forwarding [ 20.810738] LWS:gbe_slave_open [ 20.810751] netcp-1.0 soc:netcp@2f00000 eth5: Link is Down [ 20.816406] LWS:gbe open [ 20.821439] LWS: MCAST/BCAST [ 20.823579] LWS: UCAST/DEV [ 20.824980] LWS: MCAST/BCAST [ 20.826583] LWS: MCAST/BCAST [ 20.826714] IPv6: ADDRCONF(NETDEV_UP): eth5: link is not ready [ 20.847244] LWS:initializing gbe version 1.1 (0) GBE identification value 0x4ee3 [ 20.847248] LWS: For 10G and on NetCP 1.5, use directed to port [ 20.847266] opened TX channel xnettx: dddfb710 with to port 1, flags 1 [ 20.847269] LWS: netcp Initiate a soft reset [ 20.847273] Set the soft reset bit [ 20.847275] Wait for the bit to clear [ 20.847282] LWS:gbe_port_reset [ 20.847285] Set the soft reset bit [ 20.847287] Wait for the bit to clear [ 20.847302] LWS:gbe_sgmii_rtreset [ 20.847314] LWS: netcp Initiate a soft reset [ 20.847332] LWS:gbe_port_config [ 20.847341] LWS:gbe_set_slave_mac [ 20.847359] enable forwarding [ 20.847382] LWS:gbe_slave_open [ 20.847429] netcp-1.0 soc:netcp@2f00000 eth4: Link is Down [ 20.847435] LWS:gbe open [ 20.851141] LWS: MCAST/BCAST [ 20.853092] LWS: UCAST/DEV [ 20.853107] LWS: MCAST/BCAST [ 20.853375] LWS: MCAST/BCAST [ 20.853383] IPv6: ADDRCONF(NETDEV_UP): eth4: link is not ready [ 20.858898] LWS:initializing gbe version 1.3 (1) GBE identification value 0x4ed1 [ 20.858906] opened TX channel nettx: def4c690 with to port 4, flags 0 [ 20.858909] LWS: netcp Initiate a soft reset [ 20.858912] Set the soft reset bit [ 20.858914] Wait for the bit to clear [ 20.859885] LWS: netcp Soft reset [ 20.859888] LWS:netcp_sgmii_config [ 20.859890] LWS:interface SGMII_LINK_MAC_PHY_NO_MDIO / SGMII_LINK_MAC_PHY [ 20.859894] LWS: Wait for the SerDes pll to lock [ 20.867231] LWS:gbe_port_reset [ 20.867234] Set the soft reset bit [ 20.867236] Wait for the bit to clear [ 20.867238] LWS:gbe_sgmii_rtreset [ 20.867240] LWS: netcp Initiate a soft reset [ 20.867242] LWS:gbe_port_config [ 20.867246] LWS:gbe_set_slave_mac [ 20.867248] enable forwarding [ 20.873015] LWS: SGMII_LINK_MAC_PHY link interface and phy port is PORT_MII [ 20.874981] netcp-1.0 2620110.netcp: phy not found on slave 3 [ 20.874994] LWS: netcp Initiate a soft reset [ 20.875013] Set the soft reset bit [ 20.875022] Wait for the bit to clear [ 20.875042] LWS:gbe open error [ 20.875056] net eth3: module open failed [ 20.875068] LWS: netcp Initiate a soft reset [ 20.875075] Set the soft reset bit [ 20.875089] Wait for the bit to clear [ OK ] Started Serial Getty on ttyS0. [ OK ] Started Getty on tty1. [ OK ] Reached target Login Prompts. [ OK ] Started softhsm-daemon.service. [FAILED] Failed to start TI MultiCore Tools Daemon. See 'systemctl status ti-mct-daemon.service' for details. [ OK ] Started Lightning Fast Webserver With Light System Requirements. [ 21.159696] LWS:initializing gbe version 1.3 (1) GBE identification value 0x4ed1 [ 21.169535] opened TX channel nettx: def4c690 with to port 3, flags 0 [ 21.169547] LWS: netcp Initiate a soft reset [ 21.169569] Set the soft reset bit [ 21.169584] Wait for the bit to clear [ 21.169614] LWS: netcp Soft reset [ 21.169638] LWS:netcp_sgmii_config [ 21.169644] LWS:interface SGMII_LINK_MAC_PHY_NO_MDIO / SGMII_LINK_MAC_PHY [ 21.169648] LWS: Wait for the SerDes pll to lock [ 21.180706] LWS:gbe_port_reset [ 21.180708] Set the soft reset bit [ 21.180709] Wait for the bit to clear [ 21.180715] LWS:gbe_sgmii_rtreset [ 21.180717] LWS: netcp Initiate a soft reset [ 21.180720] LWS:gbe_port_config [ 21.180723] LWS:gbe_set_slave_mac [ 21.180725] enable forwarding [ 21.180730] LWS: SGMII_LINK_MAC_PHY link interface and phy port is PORT_MII [ 21.180940] netcp-1.0 2620110.netcp: phy not found on slave 2 [ 21.180951] LWS: netcp Initiate a soft reset [ 21.180968] Set the soft reset bit [ 21.180978] Wait for the bit to clear [ 21.180983] LWS:gbe open error [ 21.180987] net eth2: module open failed [ 21.180989] LWS: netcp Initiate a soft reset [ 21.180992] Set the soft reset bit [ 21.180994] Wait for the bit to clear Starting thttpd.service... [ 21.398775] NET: Registered protocol family 15 [ 21.492777] Initializing XFRM netlink socket [ 21.510562] LWS:initializing gbe version 1.3 (1) GBE identification value 0x4ed1 [ 21.518053] opened TX channel nettx: def4c690 with to port 2, flags 0 [ 21.518056] LWS: netcp Initiate a soft reset [ 21.518060] Set the soft reset bit [ 21.518063] Wait for the bit to clear [ 21.518069] LWS: netcp Soft reset [ 21.518072] LWS:netcp_sgmii_config [ 21.518075] LWS:interface SGMII_LINK_MAC_PHY_NO_MDIO / SGMII_LINK_MAC_PHY [ 21.518078] LWS: Wait for the SerDes pll to lock [ 21.525409] LWS:gbe_port_reset [ 21.525508] Set the soft reset bit [ 21.525510] Wait for the bit to clear [ 21.525517] LWS:gbe_sgmii_rtreset [ 21.525530] LWS: netcp Initiate a soft reset [ 21.525550] LWS:gbe_port_config [ 21.525561] LWS:gbe_set_slave_mac [ 21.525581] enable forwarding [ 21.525600] LWS: SGMII_LINK_MAC_PHY link interface and phy port is PORT_MII [ OK ] Started thttpd.service. Starting rng-tools.service... [ 21.646202] LWS:gbe_slave_open [ 21.649313] netcp-1.0 2620110.netcp eth1: Link is Down [ 21.657462] LWS:gbe open [ 21.661963] LWS: MCAST/BCAST [ 21.665732] LWS: UCAST/DEV [ 21.669536] LWS: MCAST/BCAST [ 21.674178] LWS: MCAST/BCAST [ 21.677138] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 21.688127] LWS:initializing gbe version 1.3 (1) GBE identification value 0x4ed1 [ 21.695702] opened TX channel nettx: def4c690 with to port 1, flags 0 [ 21.702170] LWS: netcp Initiate a soft reset [ 21.702172] Set the soft reset bit [ 21.702174] Wait for the bit to clear [ 21.702179] LWS: netcp Soft reset [ 21.702183] LWS:netcp_sgmii_config [ 21.702185] LWS:interface SGMII_LINK_MAC_PHY_NO_MDIO / SGMII_LINK_MAC_PHY [ 21.702187] LWS: Wait for the SerDes pll to lock [ 21.712874] LWS:gbe_port_reset [ 21.712877] Set the soft reset bit [ 21.712879] Wait for the bit to clear [ 21.712882] LWS:gbe_sgmii_rtreset [ 21.712895] LWS: netcp Initiate a soft reset [ 21.712914] LWS:gbe_port_config [ 21.712929] LWS:gbe_set_slave_mac [ 21.712940] enable forwarding [ 21.712958] LWS: SGMII_LINK_MAC_PHY link interface and phy port is PORT_MII [ 21.737433] random: crng init done [ OK ] Started rng-tools.service. Starting SYSV: The kdump script provides the support:... [ 21.806251] LWS:gbe_slave_open [ OK 21.812883] netcp-1.0 2620110.netcp eth0: Link is Down m] Started Netwo[ 21.819019] LWS:gbe open rk Name Resolution. [ 21.823929] LWS: MCAST/BCAST [ 21.827003] ------------[ cut here ]------------ [ 21.827016] WARNING: CPU: 1 PID: 495 at drivers/net/ethernet/ti/netcp_core.c:1416 netcp_set_rx_mode+0x1ec/0x254 [ 21.827070] Modules linked in: xfrm_user xfrm4_tunnel ipcomp xfrm_ipcomp esp4 ah4 af_key xfrm_algo xhci_plat_hcd xhci_hcd usbcore dwc3 extcc [ 21.827076] CPU: 1 PID: 495 Comm: systemd-network Not tainted 4.9.28-geed43d1050 #18 [ 21.827079] Hardware name: Keystone [ 21.827083] Backtrace: [ 21.827098] [ ] (dump_backtrace) from [ ] (show_stack+0x18/0x1c) [ 21.827103] r6:c0bbf4fc r5:00000000 r4:60070013 r3:00000000 [ 21.827113] [ ] (show_stack) from [ ] (dump_stack+0x88/0xa8) [ 21.827122] [ ] (dump_stack) from [ ] (__warn+0xd8/0x104) [ 21.827125] r5:00000000 r4:00000000 [ 21.827130] [ ] (__warn) from [ ] (warn_slowpath_null+0x28/0x30) [ 21.827136] r10:deeb1800 r8:ddf836d0 r7:deeb1ef8 r6:dd7b4e10 r5:deeb1ee8 r4:deeb1d00 [ 21.827142] [ ] (warn_slowpath_null) from [ ] (netcp_set_rx_mode+0x1ec/0x254) [ 21.827151] [ ] (netcp_set_rx_mode) from [ ] (__dev_set_rx_mode+0x64/0x9c) [ 21.827156] r10:dc779610 r9:ddb2ca80 r8:00000000 r7:deeb1830 r6:00000000 r5:c0a56a40 [ 21.827159] r4:deeb1800 [ 21.827165] [ ] (__dev_set_rx_mode) from [ ] (dev_set_rx_mode+0x24/0x30) [ 21.827169] r6:c0a56a40 r5:deeb1800 r4:deeb198c r3:00000002 [ 21.827177] [ ] (dev_set_rx_mode) from [ ] (__dev_open+0xc4/0x108) [ 21.827180] r5:00000000 r4:deeb1800 [ 21.827187] [ ] (__dev_open) from [ ] (__dev_change_flags+0x94/0x150) [ 21.827190] r7:00001002 r6:00000001 r5:00001003 r4:deeb1800 [ 21.827198] [ ] (__dev_change_flags) from [ ] (dev_change_flags+0x20/0x50) [ 21.827203] r8:00000000 r7:c0a56a40 r6:00001002 r5:0000014c r4:deeb1800 r3:00000001 [ 21.827212] [ ] (dev_change_flags) from [ ] (do_setlink+0x2c0/0x870) [ 21.827216] r8:c10335c0 r7:c0a56a40 r6:00000000 r5:dd77dcd0 r4:deeb1800 r3:00000001 [ 21.827222] [ ] (do_setlink) from [ ] (rtnl_setlink+0xd0/0x100) [ 21.827227] r10:00000000 r9:00000000 r8:c10335c0 r7:c107d20c r6:ddb2ca80 r5:deeb1800 [ 21.827229] r4:dc779600 [ 21.827237] [ ] (rtnl_setlink) from [ ] (rtnetlink_rcv_msg+0x164/0x208) [ 21.827241] r6:ddb2ca80 r5:00000024 r4:dc779600 [ 21.827251] [ ] (rtnetlink_rcv_msg) from [ ] (netlink_rcv_skb+0xb4/0xc8) [ 21.827256] r10:00000000 r8:dd77de24 r7:ddb2ca80 r6:c070eaf0 r5:ddb2ca80 r4:dc779600 [ 21.827263] [ ] (netlink_rcv_skb) from [ ] (rtnetlink_rcv+0x24/0x2c) [ 21.827267] r6:00000030 r5:ded13c00 r4:ddb2ca80 r3:c070c774 [ 21.827274] [ ] (rtnetlink_rcv) from [ ] (netlink_unicast+0x1a0/0x208) [ 21.827277] r4:ded94800 r3:c070c774 [ 21.827284] [ ] (netlink_unicast) from [ ] (netlink_sendmsg+0x318/0x334) [ 21.827289] r10:ddb2ca80 r8:00000000 r7:00000000 r6:00000030 r5:ded13c00 r4:dd77ded0 [ 21.827298] [ ] (netlink_sendmsg) from [ ] (sock_sendmsg+0x1c/0x2c) [ 21.827302] r10:00000000 r9:dd77c000 r8:00000000 r7:00000010 r6:bebff96c r5:de0bcfc0 [ 21.827304] r4:00000000 [ 21.827311] [ ] (sock_sendmsg) from [ ] (SyS_sendto+0xb8/0xe4) [ 21.827318] [ ] (SyS_sendto) from [ ] (ret_fast_syscall+0x0/0x34) [ 21.827323] r8:c0207e44 r7:00000122 r6:b6f2ace8 r5:00000010 r4:bebff96c [ 21.827325] ---[ end trace 44f45575993a3047 ]--- [ 21.827907] LWS: UCAST/DEV [ 21.827918] ------------[ cut here ]------------ [ 21.827929] WARNING: CPU: 1 PID: 495 at drivers/net/ethernet/ti/netcp_core.c:1416 netcp_set_rx_mode+0x1ec/0x254 [ 21.827980] Modules linked in: xfrm_user xfrm4_tunnel ipcomp xfrm_ipcomp esp4 ah4 af_key xfrm_algo xhci_plat_hcd xhci_hcd usbcore dwc3 extcc [ 21.827985] CPU: 1 PID: 495 Comm: systemd-network Tainted: G W 4.9.28-geed43d1050 #18 [ 21.827988] Hardware name: Keystone [ 21.827993] Backtrace: [ 21.828002] [ ] (dump_backtrace) from [ ] (show_stack+0x18/0x1c) [ 21.828007] r6:c0bbf4fc r5:00000000 r4:60070013 r3:00000000 [ 21.828015] [ ] (show_stack) from [ ] (dump_stack+0x88/0xa8) [ 21.828022] [ ] (dump_stack) from [ ] (__warn+0xd8/0x104) [ 21.828025] r5:00000000 r4:00000000 [ 21.828030] [ ] (__warn) from [ ] (warn_slowpath_null+0x28/0x30) [ 21.828035] r10:deeb1800 r8:ddf836d0 r7:deeb1ef8 r6:dd7b4e50 r5:deeb1ee8 r4:deeb1d00 [ 21.828041] [ ] (warn_slowpath_null) from [ ] (netcp_set_rx_mode+0x1ec/0x254) [ 21.828048] [ ] (netcp_set_rx_mode) from [ ] (__dev_set_rx_mode+0x64/0x9c) [ 21.828053] r10:dc779610 r9:ddb2ca80 r8:00000000 r7:deeb1830 r6:00000000 r5:c0a56a40 [ 21.828056] r4:deeb1800 [ 21.828069] [ ] (__dev_set_rx_mode) from [ ] (dev_set_rx_mode+0x24/0x30) [ 21.828077] r6:c0a56a40 r5:deeb1800 r4:deeb198c r3:00000002 [ 21.828085] [ ] (dev_set_rx_mode) from [ ] (__dev_open+0xc4/0x108) [ 21.828088] r5:00000000 r4:deeb1800 [ 21.828094] [ ] (__dev_open) from [ ] (__dev_change_flags+0x94/0x150) [ 21.828098] r7:00001002 r6:00000001 r5:00001003 r4:deeb1800 [ 21.828105] [ ] (__dev_change_flags) from [ ] (dev_change_flags+0x20/0x50) [ 21.828110] r8:00000000 r7:c0a56a40 r6:00001002 r5:0000014c r4:deeb1800 r3:00000001 [ 21.828117] [ ] (dev_change_flags) from [ ] (do_setlink+0x2c0/0x870) [ 21.828121] r8:c10335c0 r7:c0a56a40 r6:00000000 r5:dd77dcd0 r4:deeb1800 r3:00000001 [ 21.828128] [ ] (do_setlink) from [ ] (rtnl_setlink+0xd0/0x100) [ 21.828133] r10:00000000 r9:00000000 r8:c10335c0 r7:c107d20c r6:ddb2ca80 r5:deeb1800 [ 21.828135] r4:dc779600 [ 21.828141] [ ] (rtnl_setlink) from [ ] (rtnetlink_rcv_msg+0x164/0x208) [ 21.828145] r6:ddb2ca80 r5:00000024 r4:dc779600 [ 21.828156] [ ] (rtnetlink_rcv_msg) from [ ] (netlink_rcv_skb+0xb4/0xc8) [ 21.828166] r10:00000000 r8:dd77de24 r7:ddb2ca80 r6:c070eaf0 r5:ddb2ca80 r4:dc779600 [ 21.828177] [ ] (netlink_rcv_skb) from [ ] (rtnetlink_rcv+0x24/0x2c) [ 21.828184] r6:00000030 r5:ded13c00 r4:ddb2ca80 r3:c070c774 [ 21.828195] [ ] (rtnetlink_rcv) from [ ] (netlink_unicast+0x1a0/0x208) [ 21.828201] r4:ded94800 r3:c070c774 [ 21.828214] [ ] (netlink_unicast) from [ ] (netlink_sendmsg+0x318/0x334) [ 21.828226] r10:ddb2ca80 r8:00000000 r7:00000000 r6:00000030 r5:ded13c00 r4:dd77ded0 [ 21.828234] [ ] (netlink_sendmsg) from [ ] (sock_sendmsg+0x1c/0x2c) [ 21.828239] r10:00000000 r9:dd77c000 r8:00000000 r7:00000010 r6:bebff96c r5:de0bcfc0 [ 21.828242] r4:00000000 [ 21.828255] [ ] (sock_sendmsg) from [ ] (SyS_sendto+0xb8/0xe4) [ 21.828265] [ ] (SyS_sendto) from [ ] (ret_fast_syscall+0x0/0x34) [ 21.828270] r8:c0207e44 r7:00000122 r6:b6f2ace8 r5:00000010 r4:bebff96c [ 21.828273] ---[ end trace 44f45575993a3048 ]--- [ 21.828288] LWS: MCAST/BCAST [ 21.828293] ------------[ cut here ]------------ [ 21.828298] WARNING: CPU: 1 PID: 495 at drivers/net/ethernet/ti/netcp_core.c:1416 netcp_set_rx_mode+0x1ec/0x254 [ 21.828338] Modules linked in: xfrm_user xfrm4_tunnel ipcomp xfrm_ipcomp esp4 ah4 af_key xfrm_algo xhci_plat_hcd xhci_hcd usbcore dwc3 extcc [ 21.828342] CPU: 1 PID: 495 Comm: systemd-network Tainted: G W 4.9.28-geed43d1050 #18 [ 21.828344] Hardware name: Keystone [ 21.828348] Backtrace: [ 21.828360] [ ] (dump_backtrace) from [ ] (show_stack+0x18/0x1c) [ 21.828369] r6:c0bbf4fc r5:00000000 r4:60070013 r3:00000000 [ 21.828379] [ ] (show_stack) from [ ] (dump_stack+0x88/0xa8) [ 21.828390] [ ] (dump_stack) from [ ] (__warn+0xd8/0x104) [ 21.828393] r5:00000000 r4:00000000 [ 21.828402] [ ] (__warn) from [ ] (warn_slowpath_null+0x28/0x30) [ 21.828410] r10:deeb1800 r8:ddf836d0 r7:deeb1ef8 r6:deeb1ee4 r5:deeb1ee8 r4:deeb1d00 [ 21.828417] [ ] (warn_slowpath_null) from [ ] (netcp_set_rx_mode+0x1ec/0x254) [ 21.828426] [ ] (netcp_set_rx_mode) from [ ] (__dev_set_rx_mode+0x64/0x9c) [ 21.828437] r10:dc779610 r9:ddb2ca80 r8:00000000 r7:deeb1830 r6:00000000 r5:c0a56a40 [ 21.828441] r4:deeb1800 [ 21.828449] [ ] (__dev_set_rx_mode) from [ ] (dev_set_rx_mode+0x24/0x30) [ 21.828458] r6:c0a56a40 r5:deeb1800 r4:deeb198c r3:00000002 [ 21.828465] [ ] (dev_set_rx_mode) from [ ] (__dev_open+0xc4/0x108) [ 21.828469] r5:00000000 r4:deeb1800 [ 21.828475] [ ] (__dev_open) from [ ] (__dev_change_flags+0x94/0x150) [ 21.828479] r7:00001002 r6:00000001 r5:00001003 r4:deeb1800 [ 21.828487] [ ] (__dev_change_flags) from [ ] (dev_change_flags+0x20/0x50) [ 21.828498] r8:00000000 r7:c0a56a40 r6:00001002 r5:0000014c r4:deeb1800 r3:00000001 [ 21.828506] [ ] (dev_change_flags) from [ ] (do_setlink+0x2c0/0x870) [ 21.828511] r8:c10335c0 r7:c0a56a40 r6:00000000 r5:dd77dcd0 r4:deeb1800 r3:00000001 [ 21.828517] [ ] (do_setlink) from [ ] (rtnl_setlink+0xd0/0x100) [ 21.828522] r10:00000000 r9:00000000 r8:c10335c0 r7:c107d20c r6:ddb2ca80 r5:deeb1800 [ 21.828524] r4:dc779600 ****************[ 21.828531] [ ] (rtnl_setlink) from [ ] (rtnetlink_rcv_msg+0x164/0x208) ****************[ 21.828534] r6:ddb2ca80 r5:00000024 r4:dc779600 ****************[ 21.828542] [ ] (rtnetlink_rcv_msg) from [ ] (netlink_rcv_skb+0xb4/0xc8) [ 21.828547] r10:00000000 r8:dd77de24 r7:ddb2ca80 r6:c070eaf0 r5:ddb2ca80 r4:dc779600 ***************[ 21.828555] [ ] (netlink_rcv_skb) from [ ] (rtnetlink_rcv+0x24/0x2c) ****************[ 21.828563] r6:00000030 r5:ded13c00 r4:ddb2ca80 r3:c070c774 [ 21.828571] [ ] (rtnetlink_rcv) from [ ] (netlink_unicast+0x1a0/0x208) ****************[ 21.828573] r4:ded94800 r3:c070c774 ****************[ 21.828581] [ ] (netlink_unicast) from [ ] (netlink_sendmsg+0x318/0x334) NOTICE: This f[ 21.828586] r10:ddb2ca80 r8:00000000 r7:00000000 r6:00000030 r5:ded13c00 r4:dd77ded0 ile system conta[ 21.828593] [ ] (netlink_sendmsg) from [ ] (sock_sendmsg+0x1c/0x2c) [ 21.828598] r10:00000000 r9:dd77c000 r8:00000000 r7:00000010 r6:bebff96c r5:de0bcfc0 ins the followin[ 21.828600] r4:00000000 g GPLv3 packages[ 21.828606] [ ] (sock_sendmsg) from [ ] (SyS_sendto+0xb8/0xe4) [ 21.828612] [ ] (SyS_sendto) from [ ] (ret_fast_syscall+0x0/0x34) : autoconf b[ 21.828617] r8:c0207e44 r7:00000122 r6:b6f2ace8 r5:00000010 r4:bebff96c inutils cpp-sy[ 21.828619] ---[ end trace 44f45575993a3049 ]--- mlinks cpp [ 21.838044] LWS: MCAST/BCAST [ 21.838051] ------------[ cut here ]------------ dosfstools[ 21.838060] WARNING: CPU: 1 PID: 495 at drivers/net/ethernet/ti/netcp_core.c:1416 netcp_set_rx_mode+0x1ec/0x254 [ 21.838109] Modules linked in: xfrm_user xfrm4_tunnel ipcomp xfrm_ipcomp esp4 ah4 af_key xfrm_algo xhci_plat_hcd xhci_hcd usbcore dwc3 extcc [ 21.838116] CPU: 1 PID: 495 Comm: systemd-network Tainted: G W 4.9.28-geed43d1050 #18 [ 21.838118] Hardware name: Keystone g++-symlinks[ 21.838122] Backtrace: [ 21.838134] [ ] (dump_backtrace) from [ ] (show_stack+0x18/0x1c) [ 21.838139] r6:c0bbf4fc r5:00000000 r4:600f0013 r3:00000000 [ 21.838148] [ ] (show_stack) from [ ] (dump_stack+0x88/0xa8) [ 21.838154] [ ] (dump_stack) from [ ] (__warn+0xd8/0x104) g++[ 21.838158] r5:00000000 r4:00000000 [ 21.838164] [ ] (__warn) from [ ] (warn_slowpath_null+0x28/0x30) [ 21.838169] r10:deeb1800 r8:ddf836d0 r7:deeb1ef8 r6:deeb1ee4 r5:deeb1ee8 r4:deeb1d00 gawk[ 21.838175] [ ] (warn_slowpath_null) from [ ] (netcp_set_rx_mode+0x1ec/0x254) [ 21.838184] [ ] (netcp_set_rx_mode) from [ ] (__dev_set_rx_mode+0x64/0x9c) [ 21.838189] r10:dc779610 r9:ddb2ca80 r8:00000001 r7:00000000 r6:00000000 r5:c0a56a40 [ 21.838192] r4:deeb1800 gcc-symlinks[ 21.838201] [ ] (__dev_set_rx_mode) from [ ] (__dev_mc_add+0x5c/0x70) [ 21.838205] r6:00000000 r5:deeb198c r4:deeb1800 r3:00000005 gcc gdb [ 21.838213] [ ] (__dev_mc_add) from [ ] (dev_mc_add+0x14/0x18) gdbc6x[ 21.838218] r7:deeb1800 r6:c10335c0 r5:ddf75100 r4:ddb02280 [ 21.838227] [ ] (dev_mc_add) from [ ] (igmp_group_added+0x140/0x158) [ 21.838232] [ ] (igmp_group_added) from [ ] (ip_mc_inc_group+0x14c/0x22c) gdbserver[ 21.838236] r7:c106ac08 r6:c10335c0 r5:ddb02280 r4:ddf75100 [ 21.838241] [ ] (ip_mc_inc_group) from [ ] (ip_mc_up+0x3c/0x8c) libgmp10[ 21.838246] r7:dd77dbe4 r6:ddf75100 r5:ddf75100 r4:c10335c0 [ 21.838255] [ ] (ip_mc_up) from [ ] (inetdev_event+0xd0/0x4c4) [ 21.838258] r5:00000001 r4:deeb1800 [ 21.838265] [ ] (inetdev_event) from [ ] (notifier_call_chain+0x4c/0x8c) libmpc3[ 21.838270] r10:dc779610 r9:ddb2ca80 r8:00000001 r7:dd77dbe4 r6:c10366c8 r5:00000000 [ 21.838272] r4:fffffffc [ 21.838278] [ ] (notifier_call_chain) from [ ] (__raw_notifier_call_chain+0x1c/0x24) libmpfr4[ 21.838283] r8:00000000 r7:00000000 r6:deeb1800 r5:00000001 r4:dd77dbe4 r3:ffffffff [ 21.838288] [ ] (__raw_notifier_call_chain) from [ ] (raw_notifier_call_chain+0x20/0x28) [ 21.838294] [ ] (raw_notifier_call_chain) from [ ] (call_netdevice_notifiers_info+0x38/0x60) [ 21.838300] [ ] (call_netdevice_notifiers_info) from [ ] (call_netdevice_notifiers+0x18/0x20) libreadline6[ 21.838304] r6:00001002 r5:00000001 r4:deeb1800 r3:00001003 [ 21.838311] [ ] (call_netdevice_notifiers) from [ ] (__dev_notify_flags+0x40/0x9c) [ 21.838318] [ ] (__dev_notify_flags) from [ ] (dev_change_flags+0x48/0x50) m4[ 21.838321] r5:0000014c r4:deeb1800 [ 21.838329] [ ] (dev_change_flags) from [ ] (do_setlink+0x2c0/0x870) [ 21.838334] r8:c10335c0 r7:c0a56a40 r6:00000000 r5:dd77dcd0 r4:deeb1800 r3:00000001 make[ 21.838340] [ ] (do_setlink) from [ ] (rtnl_setlink+0xd0/0x100) [ 21.838345] r10:00000000 r9:00000000 r8:c10335c0 r7:c107d20c r6:ddb2ca80 r5:deeb1800 [ 21.838347] r4:dc779600 [ 21.838354] [ ] (rtnl_setlink) from [ ] (rtnetlink_rcv_msg+0x164/0x208) [ 21.838357] r6:ddb2ca80 r5:00000024 r4:dc779600 If you do not wi[ 21.838365] [ ] (rtnetlink_rcv_msg) from [ ] (netlink_rcv_skb+0xb4/0xc8) sh to distribute[ 21.838370] r10:00000000 r8:dd77de24 r7:ddb2ca80 r6:c070eaf0 r5:ddb2ca80 r4:dc779600 GPLv3 component[ 21.838377] [ ] (netlink_rcv_skb) from [ ] (rtnetlink_rcv+0x24/0x2c) [ 21.838381] r6:00000030 r5:ded13c00 r4:ddb2ca80 r3:c070c774 [ 21.838388] [ ] (rtnetlink_rcv) from [ ] (netlink_unicast+0x1a0/0x208) the above packa[ 21.838391] r4:ded94800 r3:c070c774 ges prior to dis[ 21.838398] [ ] (netlink_unicast) from [ ] (netlink_sendmsg+0x318/0x334) tribution. This[ 21.838403] r10:ddb2ca80 r8:00000000 r7:00000000 r6:00000030 r5:ded13c00 r4:dd77ded0 can be done usi[ 21.838411] [ ] (netlink_sendmsg) from [ ] (sock_sendmsg+0x1c/0x2c) [ 21.838416] r10:00000000 r9:dd77c000 r8:00000000 r7:00000010 r6:bebff96c r5:de0bcfc0 ng the opkg rem[ 21.838418] r4:00000000 ove command. i.[ 21.838425] [ ] (sock_sendmsg) from [ ] (SyS_sendto+0xb8/0xe4) e.: opkg re[ 21.838432] [ ] (SyS_sendto) from [ ] (ret_fast_syscall+0x0/0x34) move [ 21.838436] r8:c0207e44 r7:00000122 r6:b6f2ace8 r5:00000010 r4:bebff96c Where [ 21.838439] ---[ end trace 44f45575993a304a ]--- is the name prin[ 21.838449] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready ted 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 *************************************************************** *************************************************************** [FAILED] Failed to start SYSV: The kdump script provides the support:. See 'systemctl status kdump.service' for details. [ OK ] Started Print notice about GPLv3 packages. [ OK ] Started Simple Network Management Protocol (SNMP) Daemon.. Starting gdbserverproxy.service... [ OK ] Started gdbserverproxy.service. Starting matrix-gui-2.0.service... [ OK ] Started matrix-gui-2.0.service. Starting parse-ip.service... Starting thermal-zone-init.service... [ OK ] Started thermal-zone-init.service. #>>>>> LCD 12 IP Address: [ 24.965810] netcp-1.0 2620110.netcp eth0: Link is Up - 100Mbps/Full - flow control off [ 24.973780] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 24.980900] LWS: MCAST/BCAST [ 24.983839] ------------[ cut here ]------------ [ 24.988532] WARNING: CPU: 2 PID: 511 at drivers/net/ethernet/ti/netcp_core.c:1416 netcp_set_rx_mode+0x1ec/0x254 [ 24.998691] Modules linked in: xfrm_user xfrm4_tunnel ipcomp xfrm_ipcomp esp4 ah4 af_key xfrm_algo xhci_plat_hcd xhci_hcd usbcore dwc3 extc8 [ 24.998749] Hardware name: Keystone [ 24.998761] Workqueue: ipv6_addrconf addrconf_dad_work [ 24.998765] Backtrace: [ 24.998779] [ ] (dump_backtrace) from [ ] (show_stack+0x18/0x1c) [ 24.998784] r6:c0bbf4fc r5:00000000 r4:600e0013 r3:ddb04000 [ 24.998793] [ ] (show_stack) from [ ] (dump_stack+0x88/0xa8) [ 24.998801] [ ] (dump_stack) from [ ] (__warn+0xd8/0x104) [ 24.998804] r5:00000000 r4:00000000 [ 24.998810] [ ] (__warn) from [ ] (warn_slowpath_null+0x28/0x30) [ 24.998815] r10:deeb1800 r8:ddf836d0 r7:deeb1ef8 r6:deeb1ee4 r5:deeb1ee8 r4:deeb1d00 [ 24.998822] [ ] (warn_slowpath_null) from [ ] (netcp_set_rx_mode+0x1ec/0x254) [ 24.998830] [ ] (netcp_set_rx_mode) from [ ] (__dev_set_rx_mode+0x64/0x9c) [ 24.998836] r10:ff820fff r9:01000000 r8:00000000 r7:00000000 r6:00000000 r5:c0a56a40 [ 24.998838] r4:deeb1800 [ 24.998847] [ ] (__dev_set_rx_mode) from [ ] (__dev_mc_add+0x5c/0x70) [ 24.998850] r6:00000000 r5:deeb198c r4:deeb1800 r3:00000005 [ 24.998858] [ ] (__dev_mc_add) from [ ] (dev_mc_add+0x14/0x18) [ 24.998862] r7:dd838478 r6:dd401d54 r5:deeb1800 r4:dd401d00 [ 24.998871] [ ] (dev_mc_add) from [ ] (igmp6_group_added+0x168/0x1b4) [ 24.998879] [ ] (igmp6_group_added) from [ ] (ipv6_dev_mc_inc+0x1d4/0x324) [ 24.998883] r8:00000000 r7:dd838478 r6:ffff9491 r5:dd838400 r4:dd401d00 [ 24.998891] [ ] (ipv6_dev_mc_inc) from [ ] (addrconf_join_solict+0x4c/0x50) [ 24.998896] r10:deeb1800 r9:de5bb5c0 r8:dd838400 r7:dd68be40 r6:dd838478 r5:dd68be60 [ 24.998898] r4:dd68be78 [ 24.998905] [ ] (addrconf_join_solict) from [ ] (addrconf_dad_work+0x60/0x44c) [ 24.998912] [ ] (addrconf_dad_work) from [ ] (process_one_work+0x128/0x320) [ 24.998917] r10:00000000 r9:de5bb5c0 r8:00000000 r7:ff7e7200 r6:de5bb5c0 r5:dd68be78 [ 24.998919] r4:dda4d180 [ 24.998924] [ ] (process_one_work) from [ ] (worker_thread+0x30/0x4c8) [ 24.998929] r10:c1002d00 r9:de5bb5c0 r8:de5bb5c0 r7:00000008 r6:dda4d198 r5:de5bb5d8 [ 24.998930] r4:dda4d180 [ 24.998937] [ ] (worker_thread) from [ ] (kthread+0x100/0x11c) [ 24.998942] r10:00000000 r9:00000000 r8:00000000 r7:c0233ae4 r6:dda4d180 r5:00000000 [ 24.998943] r4:dd6aac40 [ 24.998951] [ ] (kthread) from [ ] (ret_from_fork+0x14/0x2c) [ 24.998954] r7:00000000 r6:00000000 r5:c0239418 r4:dd6aac40 [ 24.998957] ---[ end trace 44f45575993a304b ]--- dwc3_keystone davinci_wdt keystone_remoteproc uio sch_fq_codel rpmsg_proto virtio_rpmsg_bus rpmsg_core remoteproc [ 26.811751] LWS: MCAST/BCAST [ 26.814647] ------------[ cut here ]------------ [ 26.819314] WARNING: CPU: 0 PID: 521 at drivers/net/ethernet/ti/netcp_core.c:1416 netcp_set_rx_mode+0x1ec/0x254 [ 26.829465] Modules linked in: xfrm_user xfrm4_tunnel ipcomp xfrm_ipcomp esp4 ah4 af_key xfrm_algo xhci_plat_hcd xhci_hcd usbcore dwc3 extc8 [ 26.829521] Hardware name: Keystone [ 26.829523] Backtrace: [ 26.829537] [ ] (dump_backtrace) from [ ] (show_stack+0x18/0x1c) [ 26.829543] r6:c0bbf4fc r5:00000000 r4:60000013 r3:00000000 [ 26.829552] [ ] (show_stack) from [ ] (dump_stack+0x88/0xa8) [ 26.829559] [ ] (dump_stack) from [ ] (__warn+0xd8/0x104) _____ [ 26.829562] r5:00000000 r4:00000000 __[ 26.829568] [ ] (__warn) from [ ] (warn_slowpath_null+0x28/0x30) ___ _ [ 26.829574] r10:deeb1800 r8:ddf836d0 r7:deeb1ef8 r6:deeb1ee4 r5:deeb1ee8 r4:deeb1d00 [ 26.829580] [ ] (warn_slowpath_null) from [ ] (netcp_set_rx_mode+0x1ec/0x254) _ [ 26.829589] [ ] (netcp_set_rx_mode) from [ ] (__dev_set_rx_mode+0x64/0x9c) [ 26.829594] r10:02000100 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0a56a40 [ 26.829597] r4:deeb1800 [ 26.829605] [ ] (__dev_set_rx_mode) from [ ] (__dev_mc_add+0x5c/0x70) [ 26.829609] r6:00000000 r5:deeb198c r4:deeb1800 r3:00000005 [ 26.829617] [ ] (__dev_mc_add) from [ ] (dev_mc_add+0x14/0x18) [ 26.829620] r7:dd838478 r6:dd485cd4 r5:deeb1800 r4:dd485c80 [ 26.829633] [ ] (dev_mc_add) from [ ] (igmp6_group_added+0x168/0x1b4) | _ |___ ___ ___ ___ | [ 26.829641] [ ] (igmp6_group_added) from [ ] (ipv6_dev_mc_inc+0x1d4/0x324) _ |___ ___ |_|[ 26.829645] r8:00000000 r7:dd838478 r6:ffff9548 r5:dd838400 r4:dd485c80 ___ ___| |_ | [ 26.829654] [ ] (ipv6_dev_mc_inc) from [ ] (ipv6_sock_mc_join+0x178/0x1e8) | _| .'| . [ 26.829659] r10:dc72e200 r9:00000013 r8:c10335c0 r7:dd825ca0 r6:dd825a00 r5:deeb1800 | . | | __| [ 26.829661] r4:dd547de0 _| . | | | -_| [ 26.829668] [ ] (ipv6_sock_mc_join) from [ ] (do_ipv6_setsockopt+0x120c/0x13c4) _| _| |__|__|_[ 26.829673] r10:bee28a38 r8:00000001 r7:dd547de0 r6:00000014 r5:00000001 r4:dd825a00 | |__,|_ |___| [ 26.829679] [ ] (do_ipv6_setsockopt) from [ ] (ipv6_setsockopt+0x70/0xd0) |[ 26.829684] r10:00000000 r9:dd546000 r8:bee28a38 r7:bee28a38 r6:dd825a00 r5:00000014 _[ 26.829686] r4:00000014 [ 26.829692] [ ] (ipv6_setsockopt) from [ ] (udpv6_setsockopt+0x28/0x44) _[ 26.829696] r7:00000014 r6:dd0db880 r5:00000029 r4:00000014 [ 26.829705] [ ] (udpv6_setsockopt) from [ ] (sock_common_setsockopt+0x28/0x30) |[ 26.829713] [ ] (sock_common_setsockopt) from [ ] (SyS_setsockopt+0x68/0xb4) [ 26.829721] [ ] (SyS_setsockopt) from [ ] (ret_fast_syscall+0x0/0x34) [ 26.829725] r8:c0207e44 r7:00000126 r6:b6f2ace8 r5:0000000e r4:00000014 [ 26.829728] ---[ end trace 44f45575993a304c ]--- keystone_dsp_mem phy_keystone phy_generic dwc3_keystone davinci_wdt keystone_remoteproc uio sch_fq_codel rpmsg_proto virtio_rpmsg_bus rpmsg_cc |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org k2hk-evm ttyS0 Arago 2017.05 k2hk-evm ttyS0 k2hk-evm login: root root@k2hk-evm:~# ifoc -sh: ifoc: command not found root@k2hk-evm:~# ifconfig eth0 Link encap:Ethernet HWaddr C8:FD:19:0F:82:FE inet6 addr: fe80::cafd:19ff:fe0f:82fe%763860/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:22 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:2970 (2.9 KiB) eth1 Link encap:Ethernet HWaddr 02:18:31:7E:3E:6F UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) eth4 Link encap:Ethernet HWaddr 3E:DB:94:F6:4D:4A UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) eth5 Link encap:Ethernet HWaddr 42:46:F4:20:46:DA UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1%763860/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:171 errors:0 dropped:0 overruns:0 frame:0 TX packets:171 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:13010 (12.7 KiB) TX bytes:13010 (12.7 KiB) root@k2hk-evm:~# root@k2hk-evm:~# ifconfig eth0 192.168.10.131 up root@k2hk-evm:~#[ 1637.038819] LWS: MCAST/BCAST [ 1637.042851] ------------[ cut here ]------------ [ 1637.047590] WARNING: CPU: 1 PID: 521 at drivers/net/ethernet/ti/netcp_core.c:1416 netcp_set_rx_mode+0x1ec/0x254 [ 1637.057741] Modules linked in: xfrm_user xfrm4_tunnel ipcomp[ 1637.057796] CPU: 1 PID: 521 Comm: systemd-resolve Tainted: G W 8 [ 1637.057798] Hardware name: Keystone [ 1637.057800] Backtrace: [ 1637.057818] [ ] (dump_backtrace) from [ ] (show_stack+0x18/0x1c) [ 1637.057824] r6:c0bbf4fc r5:00000000 r4:60000013 r3:00000000 [ 1637.057834] [ ] (show_stack) from [ ] (dump_stack+0x88/0xa8) [ 1637.057841] [ ] (dump_stack) from [ ] (__warn+0xd8/0x104) [ 1637.057844] r5:00000000 r4:00000000 [ 1637.057850] [ ] (__warn) from [ ] (warn_slowpath_null+0x28/0x30) [ 1637.057855] r10:deeb1800 r8:ddf836d0 r7:deeb1ef8 r6:deeb1ee4 r5:deeb1ee8 r4:deeb1d00 [ 1637.057861] [ ] (warn_slowpath_null) from [ ] (netcp_set_rx_mode+0x1ec/0x254) [ 1637.057871] [ ] (netcp_set_rx_mode) from [ ] (__dev_set_rx_mode+0x64/0x9c) [ 1637.057876] r10:bee28a34 r9:c10335c0 r8:ddf75100 r7:00000000 r6:00000000 r5:c0a56a40 [ 1637.057879] r4:deeb1800 [ 1637.057887] [ ] (__dev_set_rx_mode) from [ ] (__dev_mc_add+0x5c/0x70) [ 1637.057891] r6:00000000 r5:deeb198c r4:deeb1800 r3:00000005 [ 1637.057899] [ ] (__dev_mc_add) from [ ] (dev_mc_add+0x14/0x18) [ 1637.057903] r7:deeb1800 r6:c10335c0 r5:ddf75100 r4:dc1dd280 [ 1637.057912] [ ] (dev_mc_add) from [ ] (igmp_group_added+0x140/0x158) [ 1637.057917] [ ] (igmp_group_added) from [ ] (ip_mc_inc_group+0x14c/0x22c) [ 1637.057920] r7:c106ac08 r6:c10335c0 r5:dc1dd280 r4:ddf75100 [ 1637.057925] [ ] (ip_mc_inc_group) from [ ] (ip_mc_join_group+0x10c/0x13c) [ 1637.057929] r7:00000000 r6:dee7b9c0 r5:dd547ddc r4:fc0000e0 [ 1637.057937] [ ] (ip_mc_join_group) from [ ] (do_ip_setsockopt+0x678/0x10cc) [ 1637.057942] r8:00000000 r7:00000023 r6:00000001 r5:dd547ddc r4:dee7b9c0 r3:00000000 [ 1637.057949] [ ] (do_ip_setsockopt) from [ ] (ip_setsockopt+0x30/0x9c) [ 1637.057953] r10:00000000 r9:dd546000 r8:bee28a34 r7:dee7b9c0 r6:0000000c r5:00000023 [ 1637.057955] r4:0000000c [ 1637.057963] [ ] (ip_setsockopt) from [ ] (udp_setsockopt+0x28/0x44) [ 1637.057968] r10:00000000 r8:bee28a34 r7:00000023 r6:dd0dbc00 r5:00000000 r4:0000000c [ 1637.057976] [ ] (udp_setsockopt) from [ ] (sock_common_setsockopt+0x28/0x30) [ 1637.057983] [ ] (sock_common_setsockopt) from [ ] (SyS_setsockopt+0x68/0xb4) [ 1637.057991] [ ] (SyS_setsockopt) from [ ] (ret_fast_syscall+0x0/0x34) [ 1637.057995] r8:c0207e44 r7:00000126 r6:b6f2ace8 r5:0000000c r4:0000000c [ 1637.057999] ---[ end trace 44f45575993a304d ]--- 2017 Jul 26 13:35:00 k2hk-evm [ 1637.038819] LWS: MCAST/BCAST 2 xfrm_ipcomp esp4 ah4 af_key xfrm_algo xhci_plat_hcd xhci_hcd usbcore dwc3 extcon_core udc_core usb_common keystone_dsp_mem phy_keystone phy_c 017 Jul 26 13:35:00 k2hk-evm [ 1637.057741] Modules linked in: xfrm_user xfrm4_tunnel ipcomp xfrm_ipcomp esp4 ah4 af_key xfrm_algo xhci_plat_hc 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057796] CPU: 1 PID: 521 Comm: systemd-resolve Tainted: G W 4.9.28-geed43d1050 #18 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057798] Hardware name: Keystone 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057800] Backtrace: 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057818] [ ] (dump_backtrace) from [ ] (show_stack+0x18/0x1c) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057824] r6:c0bbf4fc r5:00000000 r4:60000013 r3:00000000 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057834] [ ] (show_stack) from [ ] (dump_stack+0x88/0xa8) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057841] [ ] (dump_stack) from [ ] (__warn+0xd8/0x104) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057844] r5:00000000 r4:00000000 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057850] [ ] (__warn) from [ ] (warn_slowpath_null+0x28/0x30) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057855] r10:deeb1800 r8:ddf836d0 r7:deeb1ef8 r6:deeb1ee4 r5:deeb1ee8 r4:deeb1d00 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057861] [ ] (warn_slowpath_null) from [ ] (netcp_set_rx_mode+0x1ec/0x254) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057871] [ ] (netcp_set_rx_mode) from [ ] (__dev_set_rx_mode+0x64/0x9c) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057876] r10:bee28a34 r9:c10335c0 r8:ddf75100 r7:00000000 r6:00000000 r5:c0a56a40 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057879] r4:deeb1800 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057887] [ ] (__dev_set_rx_mode) from [ ] (__dev_mc_add+0x5c/0x70) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057891] r6:00000000 r5:deeb198c r4:deeb1800 r3:00000005 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057899] [ ] (__dev_mc_add) from [ ] (dev_mc_add+0x14/0x18) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057903] r7:deeb1800 r6:c10335c0 r5:ddf75100 r4:dc1dd280 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057912] [ ] (dev_mc_add) from [ ] (igmp_group_added+0x140/0x158) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057917] [ ] (igmp_group_added) from [ ] (ip_mc_inc_group+0x14c/0x22c) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057920] r7:c106ac08 r6:c10335c0 r5:dc1dd280 r4:ddf75100 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057925] [ ] (ip_mc_inc_group) from [ ] (ip_mc_join_group+0x10c/0x13c) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057929] r7:00000000 r6:dee7b9c0 r5:dd547ddc r4:fc0000e0 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057937] [ ] (ip_mc_join_group) from [ ] (do_ip_setsockopt+0x678/0x10cc) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057942] r8:00000000 r7:00000023 r6:00000001 r5:dd547ddc r4:dee7b9c0 r3:00000000 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057949] [ ] (do_ip_setsockopt) from [ ] (ip_setsockopt+0x30/0x9c) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057953] r10:00000000 r9:dd546000 r8:bee28a34 r7:dee7b9c0 r6:0000000c r5:00000023 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057955] r4:0000000c 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057963] [ ] (ip_setsockopt) from [ ] (udp_setsockopt+0x28/0x44) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057968] r10:00000000 r8:bee28a34 r7:00000023 r6:dd0dbc00 r5:00000000 r4:0000000c 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057976] [ ] (udp_setsockopt) from [ ] (sock_common_setsockopt+0x28/0x30) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057983] [ ] (sock_common_setsockopt) from [ ] (SyS_setsockopt+0x68/0xb4) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057991] [ ] (SyS_setsockopt) from [ ] (ret_fast_syscall+0x0/0x34) 2017 Jul 26 13:35:00 k2hk-evm [ 1637.057995] r8:c0207e44 r7:00000126 r6:b6f2ace8 r5:0000000c r4:0000000c root@k2hk-evm:~# ifconfig eth4 10.1.1.1 up root@k2hk-evm:~# ifconfig eth5 10.1.1.2 up root@k2hk-evm:~# ping -I eth4 10.1.1.2 PING 10.1.1.2 (10.1.1.2): 56 data bytes ^C --- 10.1.1.2 ping statistics --- 4 packets transmitted, 0 packets received, 100% packet loss root@k2hk-evm:~# Regards, Gireesh Hiremath
↧
Forum Post: RE: Linux/AM5728: Ducatijpegdec GStreamer Plugin adds 8 extra lines of decoded image, produces incompatibility issue with VPE
[quote]I asked only to try with yuy2 yuyv only for the tests. In this case you could connect the vpe to the fakesink element.[/quote] Yep, this is what I've been doing. Good suggestion [quote]Could you try to remove multicast-iface property and give a try?[/quote] Unfortunately this had no effect.
↧
↧
Forum Post: Linux/AM3352: Ethernet compliance testing
Part Number: AM3352 Tool/software: Linux Ethernet compliance testing: For Ethernet compliance testing we need to configure PHY in a mode that makes the output continuously transmit of stream of bits (Scrambled Idles) allowing for consistent compliance results. We are using LAN8710 & KSZ9031RNX PHYs. The KSZ9031RNX and LAN8710 can generate the necessary 100BASE-TX transmitted signals for the IEEE compliance tests without the link partner, but we need to write following PHY registers to generate the the necessary signals: KSZ9031RNX: • Disable Auto-crossover : Register 1Ch, bit [6] = 1 • Select MDI or MDI-X : Register 1Ch, bit [7] = 1 for MDI, 0 for MDI-X • Disable auto-negotiation : Register 0h, bit [12] = 0 • Select 100Mbps speed : Register 0h, bits [6, 13] = 0, 1 LAN8710: • Disable Auto-crossover: Special Control/Status Indications Register, bit [15] = 1 • Select MDI or MDI-X: Special Control/Status Indications Register, bit [13] = 0 for MDI, 1 for MDI-X • Disable auto-negotiation : PHY Special Control/Status Register, bit [12] = 0 • Select 100Mbps speed : PHY Special Control/Status Register, bits [4, 2] =1, 0, 1 I wanted to know if there is any method to read/write the PHY registers directly from the user-space? For AM335x can we directly read/write PHY registers from user space, so that we can generate necessary signals for compliance testing? I am using TI SDK7.
↧
Forum Post: Linux: Possible to flash NAND from Linux userspace?
Tool/software: Linux Hello, Looking at this wiki for the BeagleBoard Black, I noticed a comment which said both u-boot stages could only be flashed via u-boot. Does this mean they could not be flashed via Linux userspace? I'm able to successfully flash NAND from u-boot, but I'm looking at moving this process to be done at Linux userspace and now I'm wondering if it's possible. My hardware is a custom board with the AM3352 . Kernel While X-Loader and U-Boot can be written only by U-Boot, for kernel and file system there are two ways to write them to NAND: Either by U-Boot (similar way as for X-Loader and U-Boot above) or from running kernel (e.g. booted from MMC card). Thanks.
↧
Forum Post: Linux/AM5728: U-Boot Debug fails at GPT/MBR partitioning
Part Number: AM5728 Tool/software: Linux Hello, we're working on bringing up our AM5728-based custom board, and I've run into an issue following the u-boot debug guide in order to get the relocaddr value for the u-boot debugger symbols: I reach the stage where I load u-boot proper after reaching the end of the SPL with the Hang message: U-Boot SPL 2016.05-00323-g1ddff7 (Jul 26 2017 - 13:41:10) DRA752-GP ES2.0 SPL:failed to boot from all boot devices ### ERROR ### Please RESET the board ### However, after loading U-Boot proper, once I step into the program (even just one step into a breakpoint at the start point of the disassembly for U-Boot) the program fails at write_mbr_and_gpt_partitions(struct blk_desc *, void *) And nothing appears on the UART debug output as specified in the lab. My guess was that this is caused by trying to run U-Boot without a boot media attached in a MMC controller (our boot order is SD/eMMC, where we have a physical SD card), but I'm more leaning towards an improperly configured MMC or another subsystem. Attempting to boot by the SD card with the full SDK linux image, and with just the boot partition populated (with u-boot.img and MLO) predictably fails and only a few gibberish characters are printed to the screen. Are these clues hinting at some kind of misconfiguration for our board? The major differences between our board and the EVM are that we're only using 1GB of RAM (on EMIF2) and our SD card boots off of MMC3. UART3 is still used for console debugging.
↧