Ok... I found out how to force my nano pi to go back to booting from sd instead of emmc. You can change back to the original default U-Boot environment variables by simply doing:
In case it helps anybody!
Code: Select all
env default -f -a
saveenv
In case it helps anybody!