i.MX8 QXP MEK Yocto build won't boot

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

i.MX8 QXP MEK Yocto build won't boot

ソリューションへジャンプ
1,684件の閲覧回数
robsingle
Contributor II

I received an imx8qxpmek board last week and it boots from the SD card that was in the package. It boots 4.14-sumo Linux 4.14.98-2.3.0 build date December 20, 2019.

I am trying to follow the instructions in "i.MX Yocto Project User's Guide" L5.4.24_2.1.0 6/2020 to build a new SD card image. After finding other posts that say to install Linux kernel headers on the build machine, I was able to build three different targets: core-image-base, imx-image-core, and fsl-image-machine-test. Unfortunately, none of these boot. There are no U-Boot messages on the serial port.

I have dd'd the following images (after bzip2 -d x.bz2):

core-image-base-imx8qxpmek-20200915132143.rootfs.wic
fsl-image-machine-test-imx8qxpmek-20200915142348.rootfs.wic
imx-image-core-imx8qxpmek-20200915135008.rootfs.wic

Any suggestions how to make an image bootable?

0 件の賞賛
返信
1 解決策
1,666件の閲覧回数
robsingle
Contributor II

Solved. The documentation doesn't make it clear that there is a Yocto build difference between B0 and C0 steppings of the CPU. Instead of MACHINE=imx8qxpmek, I had to use imx8qxpc0mek.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,667件の閲覧回数
robsingle
Contributor II

Solved. The documentation doesn't make it clear that there is a Yocto build difference between B0 and C0 steppings of the CPU. Instead of MACHINE=imx8qxpmek, I had to use imx8qxpc0mek.

0 件の賞賛
返信
1,681件の閲覧回数
robsingle
Contributor II

As a follow-up, here is the command I used to generate one of the images:

DISTRO=fsl-imx-wayland MACHINE=imx8qxpmek source imx-setup-release.sh -b initial_build_dir
bitbake fsl-image-machine-test

0 件の賞賛
返信