Hi,
I’ve been trying to flash the Ubuntu image onto the eMMC flash of my VIM2 Pro since I got it yesterday. But I haven’t managed to figure out how to do so from a Linux machine.
The guide to flash using USB only mention how to do it using Windows. So I tried to create a so-called “Burning card” from my Linux machine.
However the firmware page only lists U-boot with “Nougat” in the name for the Vim2, and not a regular U-boot. I tried using this one and wrote it to the SD card with the dd
commands before copying over the update.img
file like the docs tell me to do. But the VIM2 won’t flash this when I do the “Power (Hold) -> Reset (Press) -> Power (keep holding 2-3s) -> Release”, it just gets stuck on a “Khadas” logo.
I also tried to just dd if=update.img of=/dev/<sd card>
and boot that, but it wouldn’t boot that either.
Does anyone know how to flash the Ubuntu server image to eMMC from a Linux machine? Or at least how to make it boot from the SD card?