LS1024A Flash memory ECC

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LS1024A Flash memory ECC

784 次查看
h201668
Contributor III

Hardware used LS1024A and MT29F16G08CBACAWP.

The circuit design was identical to that of the LS1024ARDB.

However, ECC is being output from the flash memory.

It is difficult to determine whether it is a hardware problem or a software problem.

I'll check it if you suggest a way to check it.

Please help me

Below is the ECC content.

 

-----------------------------------------------------------------------------------

uloader 2011.06.0 (Sep 30 2022 - 14:43:58)

Board: Mindspeed C2000
calling dus_out_of_reset:
c2k_spi_flash_probe: size : 0x04000000

Copying Barebox from NOR Flash(bootopt=7)
Image has NULL authentication
## Starting Barebox at 0x01000000 ...


U-Boot 2013.01 (Nov 30 2022 - 10:35:12)

DRAM: 512 MiB
WARNING: Caches not enabled
Flash: 64 MiB
NAND: Using default values
2048 MiB
*** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Net: cbus_baseaddr: 9c000000, ddr_baseaddr: 03800000, ddr_phys_baseaddr: 03800000
class init complete
tmu init complete
bmu1 init: done
bmu2 init: done
util init complete
GPI1 init complete
GPI2 init complete
HGPI init complete
HIF rx desc: base_va: 03e80000, base_pa: 03e80000
HIF tx desc: base_va: 03e80400, base_pa: 03e80400
HIF init complete
bmu1 enabled
bmu2 enabled
pfe_hw_init: done
pfe_firmware_init
pfe_load_elf
pfe_load_elf no of sections: 10
pfe_firmware_init: class firmware loaded
pfe_load_elf
pfe_load_elf no of sections: 10
pfe_firmware_init: tmu firmware loaded
pfe_load_elf
pfe_load_elf no of sections: 14
pfe_firmware_init: util firmware loaded
c2000_eth_board_init: Port 0 Bringing PHY out of reset
c2000_eth_board_init: Port 2 Bringing PHY out of reset
c2000_gemac2, c2000_gemac0
boot in 3 s

NAND read: device 0 offset 0x200000, size 0x400000
4194304 bytes read: OK
Is secure boot on?
Magic number is valid
Image Header key length is valid
Hash Type is valid
CRC is valid
## Booting kernel from Legacy Image at 03000000 ...
Image Name: Linux-4.1.8
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3227520 Bytes = 3.1 MiB
Load Address: 03008000
Entry Point: 03008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0x900
[ 0.000000] Linux version 4.1.8 (ypshin@ubuntu) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 unknown) ) #1 SMP Wed Nov 30 10:50:10 KST 2022
[ 0.000000] CPU: ARMv7 Processor [412fc091] revision 1 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: Comcerto 2000 MFCN EVM
[ 0.000000] cma: Reserved 32 MiB at 0x00800000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] PERCPU: Embedded 10 pages/cpu @dfbd2000 s11680 r8192 d21088 u40960
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 124928
[ 0.000000] Kernel command line: console=ttyS0,115200 init=/etc/preinit root=ubi0:rootfs ubi.mtd=6,4096 rootfstype=ubifs rw noinitrd mtdparts=comcertonand:1M(u-boot),1M(env),4M(kernel),128M(home),128M(mnt),-(rootfs) mac_addr=00:aa:bb:cc:dc:ee
[ 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: 459888K/503808K available (4763K kernel code, 211K rwdata, 1224K rodata, 188K init, 244K bss, 11152K reserved, 32768K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff30000 - 0xfffe0000 ( 704 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xfff20000 ( 503 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] modules : 0xc3000000 - 0xc4000000 ( 16 MB)
[ 0.000000] .text : 0xc4008000 - 0xc45e0e34 (5988 kB)
[ 0.000000] .init : 0xc45e1000 - 0xc4610000 ( 188 kB)
[ 0.000000] .data : 0xc4610000 - 0xc4644c60 ( 212 kB)
[ 0.000000] .bss : 0xc4644c60 - 0xc4681ee4 ( 245 kB)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:256
[ 0.000000] PLL0 running at 1800 MHz, PLL1 at 1000 MHz PLL2 running at 1500 MHz PLL3 running at 1066 MHz
[ 0.000000] clocksource timer2: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041790 ns
[ 0.000010] sched_clock: 32 bits at 250MHz, resolution 4ns, wraps every 8589934590ns
[ 0.000475] Calibrating local timer... 224.85MHz.
[ 0.060067] Calibrating delay loop... 1790.77 BogoMIPS (lpj=8953856)
[ 0.120077] pid_max: default: 32768 minimum: 301
[ 0.120304] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.120327] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.120977] CPU: Testing write buffer coherency: ok
[ 0.121258] CPU0: thread -1, cpu 0, socket 9, mpidr 80000900
[ 0.121392] Setting up static identity map for 0x40081e0 - 0x4008238
[ 0.123382] CPU1 powered up
[ 0.180024] CPU1: thread -1, cpu 1, socket 9, mpidr 80000901
[ 0.180148] Brought up 2 CPUs
[ 0.180171] SMP: Total of 2 processors activated (3581.54 BogoMIPS).
[ 0.180181] CPU: All CPU(s) started in SVC mode.
[ 0.182658] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.186334] NET: Registered protocol family 16
[ 0.226670] DMA: preallocated 16384 KiB pool for atomic coherent allocations
[ 0.227773] L2C: platform provided aux values permit register corruption.
[ 0.227799] L2C: DT/platform modifies aux control register: 0x02040000 -> 0x00c40000
[ 0.227809] L2C: DT/platform tries to modify or specify cache size
[ 0.227821] L2C-310 enabling early BRESP for Cortex-A9
[ 0.227831] L2C-310 full line of zeros enabled for Cortex-A9
[ 0.227858] L2C-310 dynamic clock gating enabled, standby mode enabled
[ 0.227880] L2C-310 cache controller enabled, 8 ways, 256 kB
[ 0.227890] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x44c40001 PREFETCH_CTRL 0x00000000
[ 0.227899] ARMv7 AUX CTRL(0): 0x4f
[ 0.227905] ARMv7 AUX CTRL(0): 0x4f
[ 0.227923] ARMv7 AUX CTRL(1): 0x41
[ 0.227936] ARMv7 AUX CTRL(1): 0x41
[ 0.229293] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.229306] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.229333] Power Management Mode Support For C2000:
[ 0.229702] PCIe: Ref clk 48Mhz
[ 0.229714] PCIe: Detected C2K RevA1 device serdes clk devider old:new=2e:6
[ 4.227433] PCIe0: Link Up Failed
[ 4.227468] PCIe: Ref clk 48Mhz
[ 4.227475] PCIe: Detected C2K RevA1 device serdes clk devider old:new=6:6
[ 8.224903] PCIe1: Link Up Failed
[ 8.266155] vgaarb: loaded
[ 8.266203] SPI core: loaded version 0.2
[ 8.266540] usbcore: registered new interface driver usbfs
[ 8.266602] usbcore: registered new interface driver hub
[ 8.266669] usbcore: registered new device driver usb
[ 8.267556] Switched to clocksource timer2
[ 8.268828] NET: Registered protocol family 2
[ 8.269526] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 8.269572] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 8.269632] TCP: Hash tables configured (established 4096 bind 4096)
[ 8.269699] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 8.269730] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 8.269962] NET: Registered protocol family 1
[ 8.270375] CPU PMU: probing PMU on CPU 0
[ 8.270407] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[ 8.270505] membuf_init: created membuf device(253, 0)
[ 8.270581] clock_frequency_set: (1:24) NTG INCR value is 422212465
[ 8.272042] futex hash table entries: 512 (order: 2, 16384 bytes)
[ 8.274567] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 8.274589] jffs2: version 2.2. (NAND) (SUMMARY) ⓒ 2001-2006 Red Hat, Inc.
[ 8.274733] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
[ 8.276143] io scheduler noop registered
[ 8.276163] io scheduler deadline registered
[ 8.276208] io scheduler cfq registered (default)
[ 8.276394] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 8.277387] console [ttyS0] disabled
[ 8.297436] serial8250.0: ttyS0 at MMIO 0x96300000 (irq = 58, base_baud = 15625000) is a 16550A
[ 8.850491] console [ttyS0] enabled
[ 8.874325] serial8250.0: ttyS1 at MMIO 0x96400000 (irq = 59, base_baud = 15625000) is a 16550A
[ 8.883533] comcerto_otp_probe.
[ 8.886745] igwled_init : IGW LED device register....
[ 8.908915] brd: module loaded
[ 8.928735] loop: module loaded
[ 8.932306] nbd: registered device at major 43
[ 8.943717] comcertoflash.0: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x00227e
[ 8.954059] Amd/Fujitsu Extended Query Table at 0x0040
[ 8.959248] Amd/Fujitsu Extended Query version 1.3.
[ 8.964319] number of CFI chips: 1
[ 8.968652] pdev->resource->start = c8300000, pdev->resource->end = c8301fff
[ 8.975755] nand_probe: comcertonand base: 0xe0838000
[ 8.980877] nand: ONFI flash detected
[ 8.984667] nand: ONFI param page 0 valid
[ 8.988764] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0x48
[ 8.995137] nand: Micron MT29F16G08CBACAWP
[ 8.999262] nand: 2048 MiB, MLC, erase size: 1024 KiB, page size: 4096, OOB size: 224
[ 9.007115] hw_syndrome correction 4096.
[ 9.011063] Using default values for hw ecc
[ 9.015269] nand: mtd->writesize 4096 ecc->size 1024 ecc->strength 24
[ 9.021742] nand: corr 96 ds_corr 96 ecc->strength 24 chip->ecc_strength_ds 24
[ 9.029801] Bad block table found at page 524032, version 0x01
[ 9.036235] Bad block table found at page 523776, version 0x01
[ 9.042695] nand_read_bbt: bad block at 0x000005a00000
[ 9.047888] nand_read_bbt: bad block at 0x000005b00000
[ 9.053223] 6 cmdlinepart partitions found on MTD device comcertonand
[ 9.059709] Creating 6 MTD partitions on "comcertonand":
[ 9.065043] 0x000000000000-0x000000100000 : "u-boot"
[ 9.070839] 0x000000100000-0x000000200000 : "env"
[ 9.076287] 0x000000200000-0x000000600000 : "kernel"
[ 9.082013] 0x000000600000-0x000008600000 : "home"
[ 9.087608] 0x000008600000-0x000010600000 : "mnt"
[ 9.093037] 0x000010600000-0x000080000000 : "rootfs"
[ 9.099165] comcerto_spi_probe: comcerto_spi_probe(0xc4627030)
[ 9.099165] pdev->resource[0].start=0x90498000
[ 9.099165] pdev->resource[0].end=0x90498fff
[ 9.099165] pdev->name=comcerto_spi
[ 9.099165] pdev->id=0
[ 9.120648] comcerto_spi_probe: pdev->id=0 spi->membase=0xf0998000
[ 9.126854] SPI core: add adapter comcerto_spi
[ 9.131699] libphy: Fixed MDIO Bus: probed
[ 9.135932] ### comcerto_start_xhci
[ 9.139494] comcerto_usb3_phy_init():: USB3.0 clock selected: internal
[ 9.149205] xhci-hcd xhci-hcd: xHCI Host Controller
[ 9.154126] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1
[ 9.162093] xhci-hcd xhci-hcd: hcc params 0x0220f044 hci version 0x100 quirks 0x00010010
[ 9.170281] xhci-hcd xhci-hcd: irq 54, io mem 0x9f000000
[ 9.175799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 9.182654] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.189923] usb usb1: Product: xHCI Host Controller
[ 9.194819] usb usb1: Manufacturer: Linux 4.1.8 xhci-hcd
[ 9.200172] usb usb1: SerialNumber: xhci-hcd
[ 9.205258] hub 1-0:1.0: USB hub found
[ 9.209108] hub 1-0:1.0: 1 port detected
[ 9.213385] xhci-hcd xhci-hcd: xHCI Host Controller
[ 9.218315] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2
[ 9.225468] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 9.233727] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 9.240557] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.247833] usb usb2: Product: xHCI Host Controller
[ 9.252728] usb usb2: Manufacturer: Linux 4.1.8 xhci-hcd
[ 9.258076] usb usb2: SerialNumber: xhci-hcd
[ 9.262855] hub 2-0:1.0: USB hub found
[ 9.266659] hub 2-0:1.0: 1 port detected
[ 9.271039] dwc_otg: version 2.94a 27-OCT-2011
[ 9.674423] dwc_otg dwc_otg.0: DWC OTG Controller
[ 9.679185] dwc_otg dwc_otg.0: new USB bus registered, assigned bus number 3
[ 9.686280] dwc_otg dwc_otg.0: irq 53, io mem 0x00000000
[ 9.691847] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 9.698675] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.705920] usb usb3: Product: DWC OTG Controller
[ 9.710653] usb usb3: Manufacturer: Linux 4.1.8 dwc_otg
[ 9.715896] usb usb3: SerialNumber: dwc_otg.0
[ 9.720826] hub 3-0:1.0: USB hub found
[ 9.724680] hub 3-0:1.0: 1 port detected
[ 9.729556] comcerto_wdt: support registered
[ 9.734595] usbcore: registered new interface driver usbhid
[ 9.740224] usbhid: USB HID core driver
[ 9.744355] etherip: Ethernet over IPv4 tunneling driver
[ 9.749700] etherip ----- is functional
[ 9.754075] Initializing XFRM netlink socket
[ 9.758696] NET: Registered protocol family 10
[ 9.764161] sit: IPv6 over IPv4 tunneling driver
[ 9.770131] ip6_gre: GRE over IPv6 tunneling driver
[ 9.776305] NET: Registered protocol family 17
[ 9.780823] NET: Registered protocol family 15
[ 9.785282] Initializing NETLINK_KEY socket
[ 9.789549] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 9.802240] Bridge firewalling registered
[ 9.806268] 8021q: 802.1Q VLAN Support v1.8
[ 9.810624] Registering SWP/SWPB emulation handler
[ 9.815445] Clocks: disabled unused uart
[ 9.819391] Clocks: disabled unused gemtx
[ 9.823413] Clocks: disabled unused ipsec_spacc
[ 9.827968] Clocks: disabled unused dpi_cie
[ 9.832164] Clocks: disabled unused dpi_decomp
[ 9.836621] Clocks: disabled unused pcie0
[ 9.840648] Clocks: disabled unused pcie1
[ 9.844668] Clocks: disabled unused sata
[ 9.848608] Clocks: disabled unused sata_oob
[ 9.852890] Clocks: disabled unused sata_pmu
[ 9.857170] Clocks: disabled unused ext_phy0
[ 9.861457] Clocks: disabled unused ext_phy1
[ 9.865739] Clocks: disabled unused ext_phy2
[ 9.870026] Clocks: disabled unused tsuntg
[ 9.874134] Clocks: disabled unused sata_occ
[ 9.878422] Clocks: disabled unused pcie_occ
[ 9.882703] Clocks: disabled unused sgmii_occ
[ 9.888523] ubi0: default fastmap pool size: 85
[ 9.893077] ubi0: default fastmap WL pool size: 42
[ 9.897919] ubi0: attaching mtd6
[ 12.052552] ubi0: scanning is finished
[ 12.066194] ubi0: attached mtd6 (name "rootfs", size 1786 MiB)
[ 12.072085] ubi0: PEB size: 1048576 bytes (1024 KiB), LEB size: 1040384 bytes
[ 12.079255] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096
[ 12.086064] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192
[ 12.093054] ubi0: good PEBs: 1778, bad PEBs: 8, corrupted PEBs: 0
[ 12.099174] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
[ 12.106419] ubi0: max/mean erase counter: 5/1, WL threshold: 4096, image sequence number: 1882653007
[ 12.115586] ubi0: available PEBs: 0, total reserved PEBs: 1778, PEBs reserved for bad PEB handling: 32
[ 12.124941] ubi0: background thread "ubi_bgt0d" started, PID 554
[ 12.125892] hctosys: unable to open rtc device (rtc0)
[ 12.137747] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 561
[ 12.440944] UBIFS (ubi0:0): recovery needed
[ 13.067407] UBIFS (ubi0:0): recovery completed
[ 13.071969] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[ 13.079404] UBIFS (ubi0:0): LEB size: 1040384 bytes (1016 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes
[ 13.089536] UBIFS (ubi0:0): FS size: 1799864320 bytes (1716 MiB, 1730 LEBs), journal size 12550144 bytes (11 MiB, 13 LEBs)
[ 13.100616] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
[ 13.106472] UBIFS (ubi0:0): media format: w4/r0 (latest is w4/r0), UUID 897B133F-86C7-4DFD-B8F8-9B172EBACBAF, small LPT model
[ 13.121867] VFS: Mounted root (ubifs filesystem) on device 0:12.
[ 13.128082] Freeing unused kernel memory: 188K (c45e1000 - c4610000)
[ 13.460569] init: Console is alive
[ 14.466334] init: - preinit -
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 17.638799] mount_root: mounting /dev/root
cp: can't stat '/home/lib/*': No such file or directory
cp: can't stat '/home/sbin2/*': No such file or directory
cp: can't stat '/home/etc/rc.d/S99zero': No such file or directory
[ 17.679694] procd: - early -
[ 18.389394] procd: - ubus -
[ 19.396553] random: ubusd urandom read with 0 bits of entropy available
[ 19.408276] procd: - init -
Please press Enter to activate this console.
[ 20.513268] pfe_module_init
[ 20.516146] pfe_platform_probe
[ 20.519635] ipsec: baseaddr :9a000000 --- e5400000
[ 20.524451] Warning : hfe_core Clock is already disabled
[ 20.530881] pfe_probe
[ 20.533163] PFE Driver version:
[ 20.533163] pfe_ctrl_14_00_4
[ 20.533163] built with pfe sources version: pfe_14_00_3
[ 20.544423] cbus_baseaddr: fc000000, ddr_baseaddr: fa000000, ddr_phys_baseaddr: 3400000, ddr_size: c00000
[ 20.554024] pfe_hw_init
[ 20.556479] CLASS version: 20
[ 20.559460] TMU version: 1011231
[ 20.562697] BMU1 version: 21
[ 20.565585] BMU2 version: 21
[ 20.568479] EMAC1 network cfg: 80000
[ 20.572063] EMAC2 network cfg: 80000
[ 20.575648] EMAC3 network cfg: 80000
[ 20.579244] EGPI1 version: 50
[ 20.582221] EGPI2 version: 50
[ 20.585196] EGPI3 version: 50
[ 20.588180] HGPI version: 50
[ 20.591069] GPT version: 0
[ 20.593782] HIF version: 10
[ 20.596583] HIF NOPCY version: 10
[ 20.599914] UTIL version: 20
[ 20.602803] bmu_init(1) done
[ 20.605691] bmu_init(2) done
[ 20.615733] class_init() done
[ 20.618718] tmu_init: mem init
[ 20.621782] tmu_init: lmem init
[ 20.624961] tmu_init() done
[ 20.627768] util_init() done
[ 20.630659] gpi_init(1) done
[ 20.633547] gpi_init(2) done
[ 20.636435] gpi_init(3) done
[ 20.639330] gpi_init(hif) done
[ 20.642392] bmu_enable(1) done
[ 20.645454] bmu_enable(2) done
[ 20.648522] pfe_hif_lib_init
[ 20.651685] pfe_hif_init
[ 20.654226] pfe_hif_alloc_descr
[ 20.657906] pfe_hif_init_buffers
[ 20.661270] pfe_firmware_init
[ 20.688939] pfe_load_elf
[ 20.691494] pe_load_ddr_section: load address(3fb0000) and elf file address(e0b4f000) rcvd
[ 20.715508] PFE binary version: pfe_14_00_3
[ 20.719730] pfe_firmware_init: class firmware loaded 0xa80 0xc3010000
[ 20.726189] pfe_load_elf
[ 20.729693] pfe_firmware_init: tmu firmware loaded 0x220
[ 20.735018] pfe_load_elf
[ 20.738740] pfe_firmware_init: util firmware loaded 0x16c0
[ 20.744273] pfe_ctrl_init
[ 20.758094] pfe_ctrl_init finished
[ 20.758099] pfe_ctrl_timer
[ 20.764228] pfe_eth_init
[ 20.768982] libphy: Comcerto MDIO Bus: probed
[ 20.907646] eth3: pfe_eth_init_one: created interface, baseaddr: fc200000
[ 21.047653] eth2: pfe_eth_init_one: created interface, baseaddr: fc220000
[ 21.187645] eth0: pfe_eth_init_one: created interface, baseaddr: fc330000
[ 21.194462] pfe_vwd_init
[ 21.197172] pfe_vwd_init: created vwd device(251, 0)
[ 21.202222] comcerto_wifi_rx_fastpath_register:34 VWD Tx function registered
[ 21.209311] pfe_pcap_init
[ 21.220246] ocf: module license 'BSD' taints kernel.
[ 21.225235] Disabling lock debugging due to kernel taint
[ 21.282286] l2tp_core: L2TP core driver, V2.0
[ 21.288225] l2tp_netlink: L2TP netlink interface
[ 22.294225] SPI core: add driver le58qldrv
[ 22.298378] SPI core: attach client to adapter comcerto_spi
[ 22.303966] le58ql_device_init: device=0
[ 22.358103] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 22.374755] i2c /dev entries driver
[ 22.423581] Ebtables v2.0 registered
[ 22.430004] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 22.453641] nf_conntrack version 0.5.0 (7700 buckets, 30800 max)
[ 22.637578] Netfilter messages via NETLINK v0.30.
[ 22.685144] xt_time: kernel timezone is -0000
[ 22.706067] ctnetlink v0.93: registering with nfnetlink.
[ 22.719874] PPP generic driver version 2.4.2
[ 22.726061] NET: Registered protocol family 24
[ 22.737447] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 24.827783] ECC: uncorrectable error 2 !!!
[ 24.831910] ECC correction failed for page 0x00000000
[ 24.837152] ECC: uncorrectable error 2 !!!
[ 24.841299] ECC correction failed for page 0x00000000
[ 24.846644] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 65 bytes from PEB 13:403200, read only 65 bytes, retry
[ 26.307587] VoIP has been started successfully
[ 26.312060] Device: 170
[ 26.314515] Revision: 0
[ 26.316969] CSPtoMSPQueuePhyaddr: 0xf051ebd0
[ 26.321285] MSPtoCSPQueuePhyaddr: 0xf051ebe0
[ 26.325569] SMRXCSPhyaddr: 0xf051ebf0
[ 26.329264] SMTXCSPhyaddr: 0xf051ebf0
[ 26.332942] DSP version: armdsp_5.8.3
[ 26.336618] VoIP version: voip_v7_01_15
[ 26.360715] eth0: pfe_eth_open
[ 26.364027] hif_process_client_req: register client_id 2
[ 26.369415] pfe_hif_client_register
[ 26.372963] hif_lib_set_rx_cpu_affinity:Client (2) and HIF Rx processing will use same cpu
[ 26.381328] eth0: pfe_gemac_init
[ 26.384075] IP Interface Driver version 1.0 10:34:40 Nov 30 2022
[ 26.404869] eth3: pfe_eth_open
[ 26.408376] hif_process_client_req: register client_id 0
[ 26.413724] pfe_hif_client_register
[ 26.417245] hif_lib_set_rx_cpu_affinity:Client (0) and HIF Rx processing will use same cpu
[ 26.425642] eth3: pfe_gemac_init
[ 26.436787] wan driver version 4.08.0.1.07 10:34:41 Nov 30 2022
[ 26.454294]
STI_INIT_ONCE(0xdd96dc00)
[ 26.527926] ECC: uncorrectable error 2 !!!
[ 26.532247] ECC correction failed for page 0x00000000
[ 26.537702] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 188 bytes from PEB 24:150464, read only 188 bytes, retry
[ 26.798029] ECC: uncorrectable error 2 !!!
[ 26.802170] ECC correction failed for page 0x00000000
[ 26.807747] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 1583 bytes from PEB 20:41704, read only 1583 bytes, retry
[ 26.867907] ECC: uncorrectable error 2 !!!
[ 26.872028] ECC correction failed for page 0x00000000
[ 26.877494] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 75 bytes from PEB 12:102968, read only 75 bytes, retry
[ 27.124347] NET: Registered protocol family 27
[ 28.557986] ECC: uncorrectable error 2 !!!
[ 28.562109] ECC correction failed for page 0x00000000
[ 28.567346] ECC: uncorrectable error 2 !!!
[ 28.571486] ECC correction failed for page 0x00000000
[ 28.576829] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 2078 bytes from PEB 19:696960, read only 2078 bytes, retry
[ 29.907653] eth3: Link is Up - 100Mbps/Full - flow control rx/tx
[ 30.697804] ECC: uncorrectable error 2 !!!
[ 30.701932] ECC correction failed for page 0x00000000
[ 30.707202] ECC: uncorrectable error 2 !!!
[ 30.711397] ECC correction failed for page 0x00000000
[ 30.716783] ubi0 warning: ubi_io_read: error -74 (ECC error) while reading 2658 bytes from PEB 20:196696, read only 2658 bytes, retry
[ 33.897599] ubi0 error: ubi_io_write: error -5 while writing 4096 bytes to PEB 606:331776, written 0 bytes
[ 33.908530] ubi0: dumping 4096 bytes of data from PEB 606, offset 331776
[ 33.916358] ubi0 warning: ubi_eba_write_leb: failed to write data to PEB 606
[ 33.923483] ubi0: recover PEB 606, move data to PEB 609
[ 34.097862] ubi0: data was successfully recovered
[ 34.097888] ubi0: run torture test for PEB 606
[ 36.219296] ubi0: PEB 606 passed torture test, do not mark it as bad

 

标记 (4)
0 项奖励
3 回复数

771 次查看
Chavira
NXP TechSupport
NXP TechSupport

Thank you for contacting NXP support!

Please install follow the guide downloading and installing the same boot of the LS1024ARDB and we can determine if its a software problem or a hardware problem

I attached the LSDK user guide and you can follow the instructions to install the same software of our boards.

https://www.nxp.com/docs/en/user-guide/LSDKUG_Rev21.08.pdf

0 项奖励

754 次查看
h201668
Contributor III

Thank you for the document

Please let me know which part to look at in detail.

Let's check that part.

The documentation is huge and I can't figure out which part to refer to.

0 项奖励

737 次查看
Chavira
NXP TechSupport
NXP TechSupport

Sorry for the misunderstanding!

The board LS1024A-RDB is not compatible with LSDK!

However, this document explains how to flash memory with different methods.

0 项奖励