U boot is not loaded on IMX6Q board.

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

U boot is not loaded on IMX6Q board.

Jump to solution
997 Views
johnturnur
Contributor III

Hello,

We are using custom BSP which is based on I.MX53. I am modifying BSP  to work on IMX6Q-SABRESD. We required the file board/freescale/mx6q_sabresd/imximage.cfg which is not available with U boot code of freescale. Can any one guide what short of changes required to port this BSP and make u-boot working for imx6Q?  where we can get imximage.cfg file for mx6q_sabresd?

Thanks

J.

Labels (1)
0 Kudos
1 Solution
663 Views
fabio_estevam
NXP Employee
NXP Employee

The cfg file for mx6qsabresd can be found in mainline U-boot at:

board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg

In FSL U-boot there is no .cfg file. There is a board/freescale/mx6q_sabresd/flash_header.S instead.

View solution in original post

0 Kudos
1 Reply
664 Views
fabio_estevam
NXP Employee
NXP Employee

The cfg file for mx6qsabresd can be found in mainline U-boot at:

board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg

In FSL U-boot there is no .cfg file. There is a board/freescale/mx6q_sabresd/flash_header.S instead.

0 Kudos