Tool/software:
Hi Team,
I am working on the J722S platform with 10.00.00.08 SDK using the pre-built binaries, I have tested the NOR flash using dd and flashcp commands.
While doing so, I observed random read failures on the subsequent reads in the NOR flash.
Below I have attached the log for the read failures using the dd commands.
root@j722s-evm:~# flash_erase /dev/mtd2 0 0 Erasing 4096 Kibyte @ 0 -- 100 % complete root@j722s-evm:~# dd if=4M_file of=/dev/mtd2 bs=4M count=1 1+0 records in 1+0 records out 4194304 bytes (4.2 MB, 4.0 MiB) copied, 11.8557 s, 354 kB/s root@j722s-evm:~# dd if=/dev/mtd2 of=4M_file_read bs=4M count=1 1+0 records in 1+0 records out 4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.0319966 s, 131 MB/s root@j722s-evm:~# cmp 4M_file 4M_file_read 4M_file 4M_file_read differ: char 2097153, line 299594
Attached the read failure log when using the flashcp command
root@j722s-evm:~# flash_erase /dev/mtd1 0 0 Erasing 2048 Kibyte @ 0 -- 100 % complete root@j722s-evm:~# flashcp -v 128K_file /dev/mtd1 Erasing blocks: 1/1 (100%) Writing data: 128k/128k (100%) Verifying data: 128k/128k (100%)File does not seem to match flash data. First mismatch at 0x00000000-0x00020000
Could you kindly assist me in resolving this issue?
Thanks & Regards,
Vishnupriya J