08-29-2019, 05:39 PM
(08-23-2019, 02:28 AM)rocksa Wrote: I remember that file boot.cmd has a comment to not edit it manually
Code:# DO NOT EDIT THIS FILE
#
# Please edit /boot/armbianEnv.txt to set supported parameters
#
setenv load_addr "0x39000000"
setenv rootdev "/dev/mmcblk0p1"
armbianEnv.txt
Code:rootdev=UUID=e6f2ace3-a9fd-4cb6-a5f5-c69dec4583d4
armbianEnv.txt (END)
Hello rocksa,
Does you checked if '/dev/mmcblk0p1' its your root partition, and if its UUID is 'e6f2ace3-a9fd-4cb6-a5f5-c69dec4583d4' ?
Code:
blkid -l --match-token UUID=e6f2ace3-a9fd-4cb6-a5f5-c69dec4583d4
I think 'armbianEnv.txt' acts, as uENV.txt