03-22-2018, 07:07 PM
(03-22-2018, 02:29 AM)darthyoh Wrote: Just a question (for testing flashing again an os thru the network with the jumper method) : I flashed the uboot onto the spi. Can I use the method of the jumper with the uboot on spi ?
AFAIK that should work fine... boot order is eMMC -> SPI -> SD, so by putting the jumper on you are making it skip straight from eMMC to SPI. And uboot should be looking to boot from the SD card, USB and the network.
I'm not convinced the eMMC isn't still the culprit. Try downloading and running this work-in-progress script to install a clean image to eMMC after you've booted from the SD card (if your rock64 has network access, that is)... curl -LO https://raw.githubusercontent.com/jravet...to_emmc.sh and then make it executable and run it with sudo. Probably use the xenial-minimal variant for now, so sudo ./rock64_install_to_emmc.sh xenial-minimal It will download the latest 'stable' version, and write to the eMMC. Power down the rock64, remove the SD card, power it up, and see what happens.