Linux imx6

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Linux imx6

1,152件の閲覧回数
ailtonlopes
Contributor III

Hi, 

Id like to ask if there's a way to have a linux bin that doesn't require the .dtb file. 
Basically i want to include the linux .bin file on my code using .incbin and then jump to the linux image after executing my program. 

The flow i want its like this

Startup code ----> main of my program ------> linux 

im using the imx6quad sd

kind regards, 

Ailton Lopes

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 返信

1,040件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello Ailton Lopes,

The current linux kernels require the .dtb file for hardware information so the information has to be loaded by the kernel, either from a separate .dtb file or as an append to the kernel.

The ROM code looks for the bootloader, you could run a script from the bootloader and then load the kernel; or alternatively you could run a plugin image and later run the booloader.

I hope this information helps!

Regards,

0 件の賞賛
返信