TechNexion / edm-yocto-bsp

(Archived, please change to use tn-imx-yocto-manifest) Yocto Project manifests
17 stars 18 forks source link

pico-imx6ul support - wrong device tree #16

Open Admdebian opened 5 years ago

Admdebian commented 5 years ago

I'm building an image for my pico-imx6ul. The result is an image running without the right device tree.

For example, the board can't load any wifi card.

This is my build configuration:

    Build Configuration:
    BB_VERSION           = "1.36.0"
    BUILD_SYS            = "x86_64-linux"
    NATIVELSBSTRING      = "ubuntu-18.04"
    TARGET_SYS           = "arm-poky-linux-gnueabi"
    MACHINE              = "pico-imx6ul-itl"
    DISTRO               = "fsl-imx-fb"
    DISTRO_VERSION       = "4.9.88-2.0.0"
    TUNE_FEATURES        = "arm armv7ve vfp neon callconvention-hard cortexa7"
    TARGET_FPU           = "hard"
    meta
    meta-poky            = "HEAD:0ec241873367e18f5371a3ad9aca1e2801dcd4ee"
    meta-oe
    meta-multimedia      = "HEAD:dacfa2b1920e285531bec55cd2f08743390aaf57"
    meta-freescale       = "HEAD:49ac225a38f6d84519798e3264f2e4d19b84f70a"
    meta-freescale-3rdparty = "HEAD:1d6d5961dbf82624b28bb318b4950a64abc31d12"
    meta-freescale-distro = "HEAD:0ec6d7e206705702b5b534611754de0787f92b72"
    meta-bsp
    meta-sdk             = "HEAD:d65692ecb3a4136fc1cc137152634e8633ddb3c6"
    meta-browser         = "HEAD:d6f9aed41c73b75a97d71bff060b03a66ee087b1"
    meta-gnome
    meta-networking
    meta-python
    meta-filesystems     = "HEAD:dacfa2b1920e285531bec55cd2f08743390aaf57"
    meta-qt5             = "HEAD:32bb7d18a08d1c48873d7ab6332d4cc3815a4dff"
    meta-edm-bsp-release = "added-wifi-drivers:10f5373fedd09c19ffb1a393272e3f3ed83b643a"

At the moment I use dd to flash the content of this archive:

    core-image-base-pico-imx6ul.sdcard.bz2

u-boot is using this device tree:

    imx6ul-pico-qca_pi.dts

But I want this one:

    imx6ul-pico_pi.dtb

Should I use a new Yocto version to correct this?