TechNexion / meta-tn-imx-bsp

TechNexion BSP Layer for i.MX Yocto Project
MIT License
6 stars 11 forks source link

imx-6.1.55-2.2.0.xml / pico-imx6ul: u-boot configuration loops on Text Base (TEXT_BASE) [] #23

Open nlarealti opened 7 months ago

nlarealti commented 7 months ago

Following the readme to compile an image for the pico-imx6ul machine, with the manifest imx-6.1.55-2.2.0.xml

repo init -u https://github.com/TechNexion/tn-imx-yocto-manifest.git -b mickledore_6.1.y-next -m imx-6.1.55-2.2.0.xml
repo sync -j4
WIFI_FIRMWARE=n DISTRO=fsl-imx-fb MACHINE=pico-imx6ul BASEBOARD=pi source tn-setup-release.sh -b build
bitbake -c menuconfig u-boot -v

ends in an infinite loop on u-boot configuration, which expects an input for the TEXT_BASE configuration item.

[...]
Text Base (TEXT_BASE) [] (NEW)
Text Base (TEXT_BASE) [] (NEW)
Text Base (TEXT_BASE) [] (NEW)
Text Base (TEXT_BASE) [] (NEW)
T
Summary: There were 3 WARNING messages.
Execution was interrupted, returning a non-zero exit code.

What is the expected value for this item ?

Regards, Nelio

ray-chang commented 7 months ago

@nlarealti

Thanks for the feedback. We currently only support EDM-G-IMX8MP. We're doing our best to get all platforms to support it as well. ARM32 is not expected to be completed until the second season. If you have business concerns, please contact TechNexion FAE or Sales.

Or you can refer to the modification of PICO-IMX6. https://github.com/TechNexion/u-boot-tn-imx/commit/95499ee05cafc4ccbcff46265d28061068dbb288 https://github.com/TechNexion/u-boot-tn-imx/commit/c008d35581c725d363df0d086a43cb84b7c49ee9 https://github.com/TechNexion/u-boot-tn-imx/commit/de372c2c61390aacaef841e75b7cd4332071561a https://github.com/TechNexion/u-boot-tn-imx/commit/6e222e7c42773c6161de5baf30ec802a369991a7

BR, Ray