Nitrogen6x boot problem with fsl-community-bsp-platform

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Nitrogen6x boot problem with fsl-community-bsp-platform

Jump to solution
626 Views
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

Labels (3)
0 Kudos
1 Solution
430 Views
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...

View solution in original post

0 Kudos
1 Reply
431 Views
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 Kudos