Azure IoTEdge on iMX8

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

Azure IoTEdge on iMX8

1,398件の閲覧回数
davidvescovi
Contributor V

Please be advised while NXP has an Azure IoTEdge example implementation that builds for yocto zeus on different i.MX platforms but you will probably sooner or later run into a permission bug that will cause your edge module to error out.

I do not believe NXP did a very good job testing their port.

The problem is that default kernel build for various NXP linux bsp releases do NOT enable security on the file system which is required for iotedge. See issue description here.

To correct make sure kernel has "CONFIG_EXT4_FS_SECURITY=y" or "CONFIG_EXT3_FS_SECURITY" set.

@JunZhu 

タグ(4)
0 件の賞賛
返信
1 返信

1,381件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello david,

 

Yes, the Linux BSP has the option to enable the XATTR and SECURITY, this will be enable when select Azure IotEdge on distro you are using, it is planned to have in next release of the BSP, in meantime you can select.

 

Regards

 

0 件の賞賛
返信