Hello,
I am following below steps to flash OpenWRT images to EMMC,
Here, BPI-R2 board is up with SD card and EMMC.img is copied.
-
dd if=mtk-bpi-r2-EMMC.img of=/dev/mmcblk0
-
echo 0 > /sys/block/mmcblk0boot0/force_ro
-
dd if=mtk-bpi-r2-EMMC.img of=/dev/mmcblk0boot0 bs=1M count=1
-
reboot and run emmc pconf 48 on u-boot prompt
-
power off/ remove SD card and power on
But, I am observing the following issues,
-
Continuous observing below logs, jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x23b50004: 0x2000 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x23b50008: 0x74cc instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x23b5000c: 0xaad5 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x23b50010: 0x49d5 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x23b50018: 0x0002 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x23b5001c: 0x0002 instead jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x23b50020: 0x8000 instead
-
Still observing old data in EMMC card, EMMC is not updated with new data.
Please let me know if observed similar issue and fixed it.
Thanks in advance.
Regards, Ashok