On Tue, Oct 7, 2014 at 3:15 PM, <[email protected]> wrote: > Robert, > > This is what i see from the "printenv". It loads the > "fdtfile=am335x-boneblack.dtb" device tree file. > > Can I create a new .dtb and replace the "am335x-boneblack.dtb" to load my > new .dtb? Or how to create an uEnv.txt ? >
echo "fdtfile=am335x-custom.dtb" > ./uEnv.txt Just have it in the directory/partition u-boot is looking for.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
