TEDサポートウェブ
>
NXP Semiconductors
>
i.MX
>
【NXP:i.MX】 imx-linux yocto eSDK クロスコンパイラ環境のインストールについて
戻る
No : 11345
公開日時 : 2022/04/10 15:57
更新日時 : 2023/08/24 19:26
印刷
【NXP:i.MX】 imx-linux yocto eSDK クロスコンパイラ環境のインストールについて
IMX_PORTING_GUIDEの手順に従ってインストール(bitbake -c populate_sdk)しましたが
/opt下にenvironment-setupスクリプトがありませんでした。何か忘れているのでしょうか。
カテゴリー :
TEDサポートウェブ
>
NXP Semiconductors
>
i.MX
回答
ビルドが正常終了してtmp下イメージの/optへのインストールが未完の状態でしたら、最後に.sh実行の一手間が必要です。
インストールに便利な.shファイルがtmp/deploy/sdkに生成されますので、実行すれば/opt下にインストールされます。
(参照先)
IMX_PORTING_GUIDE
p9
1.
DISTRO=Target-Distro MACHINE=Target-Machine bitbake core-image-minimal -c populate_sdk
2. From the build directory where the bitbake was run in, copy the .sh file from tmp/deploy/sdk to the host machine to build on and execute the script to install the SDK. The default location is /opt but can be placed anywhere on the host machine