imx6qdlsabresd / thud : cannot boot generated wic image

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

imx6qdlsabresd / thud : cannot boot generated wic image

1,353 次查看
jean-michael_ce
Contributor I

Hello,

I have done the following procedure to try to build an image for my i.MX6 :

- get the fsl-community-bsp repository on branch thud

- run setup-environment like this :

    MACHINE=imx6qdlsabresd DISTRO=fslc-framebuffer ./setup-environment build

- bitbake core-image-minimal

- put the built image on a sd card with wic

The sdcard goes to uboot, but isn't able to boot the linux kernel afterwards (it hangs at "Decompressing kernel..." from what I can see).

I also tried with fsl-image-machine-test with the same result.

Would anyone know what is going wrong ? The card boots fine with the official freescale BSP.

标签 (2)
标记 (2)
0 项奖励
回复
2 回复数

1,099 次查看
art
NXP Employee
NXP Employee

Try to follow exactly the procedure, described in the attached documents. First, refer to the i.MX Yocto Project User's Guide document. Then, follow the i.MX Linux User's Guide document, especially, its "Booting Linux OS" section.

Best Regards,

Artur

0 项奖励
回复

1,099 次查看
jean-michael_ce
Contributor I

For more information, here are my variables :

Build Configuration:

BB_VERSION = "1.40.0"

BUILD_SYS = "x86_64-linux"

NATIVELSBSTRING = "universal"

TARGET_SYS = "arm-fslc-linux-gnueabi"

MACHINE = "imx6qdlsabresd"

DISTRO = "fslc-framebuffer"

DISTRO_VERSION = "2.6"

TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"

TARGET_FPU = "hard"

meta meta-poky = "HEAD:f5a57e939e626a5b7c6de5b51799ca602ed355ed"

meta-oe meta-multimedia = "HEAD:6ef9657068492d4644079c88f2adee9c3cac9543"

meta-freescale = "HEAD:6a43f14bce556189cb8e7338148b777ca6f6141a"

meta-freescale-3rdparty = "HEAD:815df63f9b8997623fe9e23c78de736c25f0a4fd"

meta-freescale-distro = "HEAD:ef7e7ec8141c5099ba87c766108f698b9cc2e9a0"

0 项奖励
回复