Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

products:sbc:vim3:troubleshooting:vim3-v14

This is an old revision of the document!


VIM3 and VIM3L v14

VIM3 and VIM3L start from revision v14 have another DRAM configuration.

Un-bootable images

Some images and OS distros still can use old boot-loaders blobs which not compatible with new hardware revisions v14.

Solution:

  • rewrite/update boot-loader
  • WIP:

Broken boot-loader stuck in loop

This can get after writing old images into internal eMMC storage for new board rev v14

In this situation easiest way is re-flash device by right image for restore it.

Write U-Boot to SPI flash

only for old revisions board v12

oowow-shell-write-uboot-to-spi-flash.sh
curl -OjkL https://github.com/khadas/khadas-uboot/releases/download/0.16.4/VIM3.u-boot.spi.bin
spi_update < VIM3.u-boot.spi.bin
mmc_boot_erase
kbi bootmode spi
kbi poweroff

Compatible images for any hw revisions

Last modified: 2023/09/06 23:46 by hyphop