Nitrogen6x boot problem with fsl-community-bsp-platform

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Nitrogen6x boot problem with fsl-community-bsp-platform

跳至解决方案
1,433 次查看
mathisfoerst
Contributor I

Hello,

I created an image using the fsl-community-bsp-platform with bitbake and deployed it to a SD-card following these instructions:

O.S. Systems

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

标签 (3)
0 项奖励
回复
1 解答
1,237 次查看
EricNelson
Senior Contributor II

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:

     https://github.com/boundarydevices/u-boot-imx6/blob/production/board/boundary/nitrogen6x/6x_bootscri...

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,238 次查看
EricNelson
Senior Contributor II

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:

     https://github.com/boundarydevices/u-boot-imx6/blob/production/board/boundary/nitrogen6x/6x_bootscri...

0 项奖励
回复