Hi, I am looking for a uEnv.txt file which allow me to boot a uImage with a BBM .dtb file.
I use this one : mmc rescan ; fatload mmc 0 82000000 uImage;fatload mmc 0 80000000 > am335x-boneblack.dtb > mmcargs=setenv bootargs 'console=ttyO0,115200n8 mem=256M > root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait init=/init ' > fdt addr 80000000; fdt resize; bootm 82000000 - 80000000 ; run mmcargs But I can't boot!! I don't have serial cable, but I have a HDMI screen; So what's i need to add in my uEnv.txt in order to have u-boot trace in my HDMI screen? best! -- 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/groups/opt_out.
