Hello,
I created an image using the fsl-community-bsp-platform with bitbake and deployed it to a SD-card following these instructions:
Instead of the dylan-branch I selected the master-branch to get the newest code.
When I try to boot up the board, I just see the uBoot-Bootscreen with the message:
6x_bootscript not found
I checked the boot-partition of my SD-card and there is a 6x_bootscript file present.
Does anybody has an idea why it's not working.
Best regards
Mathis
已解决! 转到解答。
Hello Mathis,
It's hard to say, but you probably need to upgrade U-Boot to include support for the "board" and "cpu" environment variables in U-Boot.
The latest version is here:
http://boundarydevices.com/u-boot-2014-01/
The boot script uses these variables to produce a file name for the device tree (.dtb) as shown here:
Hello Mathis,
It's hard to say, but you probably need to upgrade U-Boot to include support for the "board" and "cpu" environment variables in U-Boot.
The latest version is here:
http://boundarydevices.com/u-boot-2014-01/
The boot script uses these variables to produce a file name for the device tree (.dtb) as shown here: