How to boot with SDK in the Parallel NOR

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

How to boot with SDK in the Parallel NOR

494 Views
erickang
Contributor II

Hi All,

I want to know how to boot with SDK in the NOR.

My development environment is like as below,

- AP / Board : i.MX6Q-SabreAI

- Linux : L 3.0.35

- SDK : Platform SDK for the i.MX6 Series, Version 1.1

- Storage : SD-Card, Parallel in the board

Firstly I confirmed the booting with L 3.0.35 in the Parallel NOR.

And then I confirmed the booting with SDK in the SD-Card.

For this, I built the SDK with the below comands,

~$ ./build_sdk -t mx6sdl -b smart_device -v b

But I could not confirm the the SDK booting with Parallel NOR.

Could you tell me any guidance to boot with Parallel NOR for the SDK?

Best Regards,

Eric.

Labels (2)
0 Kudos
1 Reply

419 Views
igorpadykov
NXP Employee
NXP Employee

HI Eric

if you managed to boot Linux from Parallel Nor,

then you know how program uboot to Parallel Nor.

Then you can rename sdk_unit_test_ALL.bin to uboot**.bin

and program it to Parallel Nor as you did with Linux.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos