I'm new to this, so I tried (and of course failed) to install a normal desktop Ubuntu on the tinker board, and now I no longer have the U-boot on the flash, so I can't access it from my computer (a windows 10 laptop).
I tried to compile a new U-boot to put on an sd card with the tinker os, and then apparently I should be able to see the flash on the computer(according to the official tutorial on the wiki)
The thing is, when I do the make CROSS_COMPILE=arm-linux-gnueabihf- O=miniarm-rk3288 tinker-rk3288_defconfig all -j4
on Ubuntu, on a virtual machine, i get this:
Is there an already compiled U-boot I can use? If not, then why doesn't this work, is it because it's a virtual machine and not an actual computer?