Core-image-base for imx6ulevk

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

Core-image-base for imx6ulevk

跳至解决方案
2,924 次查看
chandraevolute
Contributor V

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

标签 (3)
1 解答
2,334 次查看
Yuri
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
11 回复数
1,668 次查看
rajesh-d
Contributor I

can we build rootfs using (core-image-rt-sdk)as image recipe in yocto toaster for imx6ull

0 项奖励
2,334 次查看
vijayaragavansr
Contributor II

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?

0 项奖励
2,335 次查看
Yuri
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
2,334 次查看
chandraevolute
Contributor V

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

0 项奖励
2,334 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  Please use  Linux 4.1.15_1.1.0

i.MX 6 Series Software and Development Tool|NXP

Regards,

Yuri.

0 项奖励
2,334 次查看
chandraevolute
Contributor V

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

2,334 次查看
evgenyerlihman
Contributor IV

Hey Chandra,

Could you please share the build configurations for building core-image-base?

Thanks,

Evgeny

0 项奖励
2,334 次查看
chandraevolute
Contributor V

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 "

~

~

2,334 次查看
evgenyerlihman
Contributor IV

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

0 项奖励
2,334 次查看
chandraevolute
Contributor V

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

2,334 次查看
evgenyerlihman
Contributor IV

And the one before that? :smileyhappy: , where you set the DISTRO etc?

0 项奖励