You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beagl...@googlegroups.com
I've been looking for a little while to find the smallest thing I can type into the u-boot prompt to boot when I put the wrong value into "dtb=" within the uEnv.txt file.
Here's what I decided so far:
setenv uname_boot_bak "${uname_boot}" setenv uname_boot "setenv fdtfile am335x-boneblack.dtb; run uname_boot_bak"