Core-image-base for imx6ulevk

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Core-image-base for imx6ulevk

ソリューションへジャンプ
4,595件の閲覧回数
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 解決策
4,005件の閲覧回数
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 返答(返信)
3,339件の閲覧回数
rajesh-d
Contributor I

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

0 件の賞賛
返信
4,005件の閲覧回数
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 件の賞賛
返信
4,006件の閲覧回数
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 件の賞賛
返信
4,005件の閲覧回数
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 件の賞賛
返信
4,005件の閲覧回数
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 件の賞賛
返信
4,005件の閲覧回数
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

4,005件の閲覧回数
evgenyerlihman
Contributor IV

Hey Chandra,

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

Thanks,

Evgeny

0 件の賞賛
返信
4,005件の閲覧回数
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 "

~

~

4,005件の閲覧回数
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 件の賞賛
返信
4,005件の閲覧回数
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

4,005件の閲覧回数
evgenyerlihman
Contributor IV

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

0 件の賞賛
返信