The supplied uEnv.txt does a few things -- first, it depends on U-Boot to read it, run the "loaduimage" command, and it must have "board=am335x" in the environment.
If you get a U-Boot prompt, try interrupting the countdown and running the following commands:
fatload mmc 0 82000000 bbone.ub bootm 82000000 root=ld0a On Mon, 22 Jun 2015, Martin Husemann wrote:
On Mon, Jun 22, 2015 at 04:02:50PM +0100, Sevan / Venture37 wrote:Theres not even a u-boot binary on the fat partition of the image.No, the u-boot typically goes at some fixed offset in the image, and you have to prepare it specially for the device, so you won't find it in the fat partition. And since the u-boot version needs to match the device, we do not distribute any of them with the image itself. Martin