will the git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.38-6UL_ga version support core-image-base for IMX6ULEVK board if not what are the version that support core-image-base for imx6ulevk
Solved! Go to Solution.
Hello,
Yes, minimal configuration is supported for i.MX6 UL ; Qt 5 images are only
supported for i.MX SoC with hardware graphics. They are not supported on the
i.MX 6UltraLite
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
can we build rootfs using (core-image-rt-sdk)as image recipe in yocto toaster for imx6ull
Hi,
i built core-image-base and succesffully flashed onto SD Card and booted as root.
but i am unable to execute reboot,poweroff,shutdown commands.
below my terminal log
root@melange:~# poweroff
poweroff: must be superuser.
root@melange:~# reboot
reboot: must be superuser.
root@melange:~# shutdown -r now
shutdown: warning: cannot open /var/run/shutdown.pid
shutdown: /dev/initctl: Permission denied
init: must be superuser.
root@melange:~#
am surprised that when i logged in as root i do not have have full permission? something wrong with the bitbake?
Hello,
Yes, minimal configuration is supported for i.MX6 UL ; Qt 5 images are only
supported for i.MX SoC with hardware graphics. They are not supported on the
i.MX 6UltraLite
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thank you Yuri
When I do bitbake core-image-minimal .sdcard images are not generating instead .cpio images are generating. How to build .sdcard images out of .cpio
finally i have built core-image-base and the rootfs is around 72 MB. This is fine with us. I used imx-3.14.38-6UL_ga version. We are not using any GUI related stuff. Thank you Yuri
Hey Chandra,
Could you please share the build configurations for building core-image-base?
Thanks,
Evgeny
this is my bblayer.conf file
LCONF_VERSION = "6"
BBPATH = "${TOPDIR}"
BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"
BBFILES ?= ""
BBLAYERS = " \
${BSPDIR}/sources/poky/meta \
${BSPDIR}/sources/poky/meta-yocto \
\
${BSPDIR}/sources/meta-openembedded/meta-oe \
${BSPDIR}/sources/meta-openembedded/meta-multimedia \
\
${BSPDIR}/sources/meta-fsl-arm \
${BSPDIR}/sources/meta-fsl-arm-extra \
${BSPDIR}/sources/meta-fsl-demos \
"
##Freescale Yocto Release layer
BBLAYERS += " ${BSPDIR}/sources/meta-fsl-bsp-release/imx/meta-bsp "
BBLAYERS += " ${BSPDIR}/sources/meta-fsl-bsp-release/imx/meta-sdk "
BBLAYERS += " ${BSPDIR}/sources/meta-browser "
BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-gnome "
BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-networking "
BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-python "
BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-ruby "
BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-filesystems "
BBLAYERS += " ${BSPDIR}/sources/meta-qt5 "
~
~
Thank you so much for the answer!
Can you please share the command lines you used as well? I am also looking to build the base version without any GUI but with all the other functionality (pingpong code for example).
And if possible the procedure you use to loading the image, SD or directly.
Thanks,
Evgeny
bitbake core-image-base is the command that I gave. I am using imx-3.14.38-6UL_ga bsp version. I am using SD card.
Thanks
chandra
And the one before that? :smileyhappy: , where you set the DISTRO etc?