[VIM3] u-boot.bin was missing

Which Khadas SBC do you use?

khadas VIM3 v14

Which system do you use? Android, Ubuntu, OOWOW or others?

Ubuntu

Which version of system do you use? Khadas official images, self built images, or others?

Not start Yet.

Please describe your issue below:

While try to build bootable TF card, the boot.bin was missing from web link

Post a console log of your issue below:

I follow the instruction below to build a boot tf card for VIM3
https://docs.khadas.com/products/sbc/vim3/development/create-bootable-tf-card

But

  1. The download link is to VIM2
    dl.khadas.com - Index of /products/vim2/firmware/

  2. The u-boot.bin/u-boot.bin.sd.bin were missing

Hello @LxNick

Can you check this one ?

Thanks. I got it. But it not boom from sd.

I format the TF card, and flash it , flash Ubuntu image. But it still boot Android from emmc

Should I erase emmc or modify boot-strap or jump pin to boot from sd ?

If you want to boot from SD card, we suggest you to erase the Android image on eMMC.

I will try to erase emmc later, after I download the image.

BTW, I found the problem is missing /boot.ini . Is it possible to make it read from SD card, instead of emmc ?

Hit Enter or space or Ctrl+C key to stop autoboot – : 0
cfgload: start …
cfgload: reading /boot.ini from mmc 0:1 …
card in
co-phase 0x2, tx-dly 0, clock 400000
co-phase 0x2, tx-dly 0, clock 400000
co-phase 0x2, tx-dly 0, clock 400000
co-phase 0x2, tx-dly 0, clock 400000
co-phase 0x2, tx-dly 0, clock 40000000
[set_emmc_calc_fixed_adj][875]find fixed adj_delay=20
init_part() 282: PART_TYPE_DOS
[mmc_init] mmc init success
** File not found /boot.ini **
cfgload: no /boot.ini or empty file on mmc 0:1
cfgload: reading /boot.ini from mmc 1:1 …
Failed to mount ext2 filesystem…
** Unrecognized filesystem type **
cfgload: no /boot.ini or empty file on mmc 1:1
cfgload: reading /boot/boot.ini from mmc 1:5 …
Failed to mount ext2 filesystem…
** Unrecognized filesystem type **
cfgload: no /boot/boot.ini or empty file on mmc 1:5
cfgload: failed to read boot.ini on all partitions!
CONFIG_SYSTEM_AS_ROOT: systemroot
system_mode: 1
active_slot: normal

Hello @LxNick

If you want to boot from SD card , just try this:

https://docs.khadas.com/products/sbc/vim3/install-os/install-os-into-external-storage

Hi sir

Thanks for your help. After erase emmc, it boots from SD card properly.