Linux DTB compilation failed - imx6ull

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

Linux DTB compilation failed - imx6ull

1,628件の閲覧回数
pankajjoshi
Contributor I

While I do the Linux build using Yocto for imx6ull, I get the following error while Device Tree is built. 

Error: /home/lem/kernel_silex_migration/tb-lem-release/linux-fslc/arch/arm/boot/dts/mackinac.dts:477.1-13 Label or path iomuxc_snvs not found
| FATAL ERROR: Syntax error parsing input tree

However the same Label is present in old Linux kernel and building fine. Is it because of DTC version? Any pointer is helpful.

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

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

Hello Pankaj Joshi,

Did Kunal’s suggestions worked? These are a good starting point if you are not making changes to the BSP Release.

If you are porting or editing the device tree it would be good to make sure that the required files can be located, for example in this case the iomux_snvs include.

Regards,

0 件の賞賛
返信

1,489件の閲覧回数
kunalkotecha1
Senior Contributor II

Hi pankajjoshi ,

Please follow "i.MX Yocto Project User's Guide" to compile various components. To compile device tree for linux you can use below two commands:

  1. bitbake -c compile linux-imx -f
  2. bitbake -c deploy linux-imx

Please download the "i.MX Yocto Project User's Guide" from this link.

Regards,

Kunal