다음 사이트를 보고 따라했다.


환경설정을 마치고 


Build Configuration:

BB_VERSION        = "1.26.0"

BUILD_SYS         = "x86_64-linux"

NATIVELSBSTRING   = "Ubuntu-14.04"

TARGET_SYS        = "arm-poky-linux-gnueabi"

MACHINE           = "raspberrypi2"

DISTRO            = "poky"

DISTRO_VERSION    = "1.8.1"

TUNE_FEATURES     = "arm armv7a vfp thumb neon callconvention-hard vfpv4 cortexa7"

TARGET_FPU        = "vfp-vfpv4-neon"

meta-embarcados   

meta-rpi          = "fido:dfb2e27bf26b109fc6ccb3bc91924fb3bb24f655"

meta-qt5          = "fido:90919b9d86988e7da01fa2c0a07246b5b5600a5d"

meta-raspberrypi  = "fido:b896a7da70dd7a16ba7ffd664f7747cb37e1d142"

meta-oe           

meta-ruby         = "fido:df2f700d66bace65f5d802225232d01cf511fe81"

meta              

meta-yocto        = "fido:51246bfae3b0012a5940ce744816de70ccbf1292"




sdcard 

sudo umount /dev/sdb*
sudo dd if=~/yocto/build-fido/tmp/deploy/images/raspberrypi2/qt5-image-demo-raspberrypi2.rpi-sdimg of=/dev/sdb; sync



./meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb

./meta-raspberrypi/recipes-core/images/rpi-basic-image.bb

./meta-raspberrypi/recipes-core/images/rpi-test-image.bb

./meta-openembedded/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb

./meta-openembedded/meta-initramfs/recipes-bsp/images/initramfs-debug-image.bb

./meta-openembedded/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb




raspberry pi 2 with QT5 using yocto


'Yocto' 카테고리의 다른 글

libstdc++.so.6: cannot open shared object file  (0) 2015.12.01
Pre-Built (buildtools) Tarbll  (0) 2015.11.27
rpi image  (0) 2015.11.27
EGLFS란  (0) 2015.11.27
Bitbake 에서 Hello World출력하기  (0) 2015.11.25

+ Recent posts