Hi
How to upgrading firmware(NOR) or sdcard.img(SDC) by sysupgrade for LS1012AFRWY OpenWrt-19.04?
Best Regards and thanks
Paul
Solved! Go to Solution.
Command "dd" is used for writing .img file to SD card.
See below:
sudo dd if= sdcard.img of=/dev/sdb seek=8 bs=512
Have a great day,
Pavel Chubakov
Command "dd" is used for writing .img file to SD card.
See below:
sudo dd if= sdcard.img of=/dev/sdb seek=8 bs=512
Have a great day,
Pavel Chubakov
The LS1012a supports QSPI as the boot source. Use u-boot commands for upgrading firmware QSPI NOR.
Use "mmc" command of u-boot to write sdcard.img to SD card or use "dd" command on your host Linux PC for write this image to SD card.
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
For firmware.bin to QSPI NOR, how can I update mtd0 under OpenWrt Linux?
For sdcard.img to SD card, how to update mmcblk0 under OpenWrt Linux? use dd with /tmp?
Best regards,
Paul