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:14]
hyphop [Broken boot-loader stuck in loop]
products:sbc:vim3:troubleshooting:vim3-v14 [2023/09/07 02:48] (current)
hyphop [Compatible images for any hw revisions]
Line 24: Line 24:
 https://github.com/khadas/khadas-uboot/releases/download/0.16.4/VIM3.uboot-mainline.emmc.aml.img 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 342: 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:14 by hyphop