Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim3:troubleshooting:vim3-v14

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:vim3:troubleshooting:vim3-v14 [2023/09/07 00:12]
hyphop [Write U-Boot to SPI flash]
products:sbc:vim3:troubleshooting:vim3-v14 [2023/09/07 02:48] (current)
hyphop [Compatible images for any hw revisions]
Line 17: Line 17:
 This issue happens  This issue happens 
  
-  * After writing old images into internal eMMC storage for new board rev ''v14''+  * After writing old U-Boot into internal eMMC storage for new board rev ''v14''
   * or latest U-Boot images for SPI-flash   * or latest U-Boot images for SPI-flash
  
-easiest way to fix it just re-flash the device with Amlogic burn tool by suitable U-Boot image to restore it+easiest way to fix it just re-flash the device with Amlogic burn tool by suitable eMMC U-Boot image to restore it
  
 +https://github.com/khadas/khadas-uboot/releases/download/0.16.4/VIM3.uboot-mainline.emmc.aml.img
  
 +```sh restore-vim3-device-uboot.sh
 +curl -OjkL https://github.com/khadas/khadas-uboot/releases/download/0.16.4/VIM3.uboot-mainline.emmc.aml.img
 +## reset device into usb-burn-mode
 +aml-burn-tool -b VIM3 -i VIM3.uboot-mainline.emmc.aml.img
 +## reboot 
 +```
 ===== Write U-Boot to SPI flash ===== ===== Write U-Boot to SPI flash =====
  
 <WRAP important > <WRAP important >
   * revision board v12 works   * revision board v12 works
-  * revision board v14 works WIP:...+  * can works for some revision board v14 - some boards have different DDR
 </WRAP> </WRAP>
  
Line 339: Line 346:
 ====== Compatible images for any hw revisions ====== ====== Compatible images for any hw revisions ======
  
 +  * https://github.com/khadas/khadas-uboot/releases
   * https://dl.khadas.com/products/vim3/firmware/uboot/mainline/   * https://dl.khadas.com/products/vim3/firmware/uboot/mainline/
   * https://dl.khadas.com/products/vim3l/firmware/uboot/mainline/   * https://dl.khadas.com/products/vim3l/firmware/uboot/mainline/
Last modified: 2023/09/07 00:12 by hyphop