LLDP create own machine based on LX2160 platform

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

LLDP create own machine based on LX2160 platform

ソリューションへジャンプ
873件の閲覧回数
jackho
Contributor IV

Hi,

We have multi HW version custom boards based on LX2160ARDB platform, which means firmware and linux kernel need to be customized for each HW version,  so we need to create our layer and machines on yocto, do you have any example or document info let us refer to how to do this?

Thanks.

BR,

Jack

1 解決策
843件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

You need to create new configuration files similar as the following:

meta-qoriq/conf/machine/lx2160ardb-rev2.conf

meta-nxp-desktop/conf/machine/lx2160ardb-rev2distro.conf

meta-nxp-desktop/recipes-bsp/composite-firmware/qoriq-composite-firmware/lx2160ardb-rev2.manifest

meta-qoriq/recipes-bsp/secure-boot/secure-boot-qoriq/lx2160ardb-rev2.manifest

 

You need to modify recipes as the following to support your platform.

meta-nxp-desktop/recipes-bsp/u-boot/u-boot-script-distroboot_2020.04.bb

meta-qoriq/recipes-bsp/secure-boot/secure-boot-qoriq/create_secure_boot_image.sh

meta-qoriq/recipes-bsp/atf/qoriq-atf_2.6.bb

meta-qoriq/recipes-bsp/rcw/rcw_git.bbappend

meta-qoriq/recipes-fsl/images/fsl-image-kernelitb/kernel-arm64.its

元の投稿で解決策を見る

1 返信
844件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

You need to create new configuration files similar as the following:

meta-qoriq/conf/machine/lx2160ardb-rev2.conf

meta-nxp-desktop/conf/machine/lx2160ardb-rev2distro.conf

meta-nxp-desktop/recipes-bsp/composite-firmware/qoriq-composite-firmware/lx2160ardb-rev2.manifest

meta-qoriq/recipes-bsp/secure-boot/secure-boot-qoriq/lx2160ardb-rev2.manifest

 

You need to modify recipes as the following to support your platform.

meta-nxp-desktop/recipes-bsp/u-boot/u-boot-script-distroboot_2020.04.bb

meta-qoriq/recipes-bsp/secure-boot/secure-boot-qoriq/create_secure_boot_image.sh

meta-qoriq/recipes-bsp/atf/qoriq-atf_2.6.bb

meta-qoriq/recipes-bsp/rcw/rcw_git.bbappend

meta-qoriq/recipes-fsl/images/fsl-image-kernelitb/kernel-arm64.its