Not getting update in yocto image after changing dtsi file

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

Not getting update in yocto image after changing dtsi file

1,463件の閲覧回数
Prial_03
Contributor III

i am using i.mx6ul SOM and i am baking yocto image, in that i made changes in DTSI file i rebuild image with following commands but image is not being updated.

$ bitbake virtual/kernel -c devshell and amde changes in dts file and did

$ make dtbs / make file.dtsi & exit terminal

$bitbake virtual/kernel -f -c compile 

$bitbake virtual/kernel -f -c deploy

$ bitbake <image>

ラベル(5)
0 件の賞賛
返信
4 返答(返信)

1,430件の閲覧回数
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @Prial_03 

 

Your device tree updated correctly? (generating the dtb file)

 

Aso you can try remove the tmp folder and run again the bitbake <image> command.

 

Best regards,

Salas.

0 件の賞賛
返信

1,420件の閲覧回数
Prial_03
Contributor III

Hello @Manuel_Salas 

I already tried this but when i modify dtsi file after this again changes are not reflecting in image

0 件の賞賛
返信

1,405件の閲覧回数
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello,

 

Could you please provide to me your steps to update the device tree? 
I would like to try to modify it and recompile with your method.

 

Best regards,

Salas.

0 件の賞賛
返信

1,378件の閲覧回数
Prial_03
Contributor III

Hello @Manuel_Salas ,

Here are the steps:

$ bitbake virtual/kernel -c devshell and made changes in dts file and did

$ make dtbs / make file.dtsi & exit terminal

$bitbake virtual/kernel -f -c compile 

$bitbake virtual/kernel -f -c deploy

$ bitbake <image>

0 件の賞賛
返信