Build and run sato-sdk on qemu x86 from nfs
build:
I want to have my rootfs nfs exported so I can customize it.
extract rootfs:
You might want to install an nfs server and a tftp server as well so you have everything you need for running the stuff on a real target instead of qemu.
run:
poky-image-sato-sdk
bitbake meta-ide-support
I want to have my rootfs nfs exported so I can customize it.
extract rootfs:
mkdir -p ${POKY_BUILD_NAME}-rootfs
poky-extract-sdk tmp/deploy/images/poky-image-sato-sdk-qemux86.tar.bz2 ${POKY_BUILD_NAME}-rootfs
You might want to install an nfs server and a tftp server as well so you have everything you need for running the stuff on a real target instead of qemu.
run:
poky-qemu qemux86 ${POKY_BUILD_NAME}-rootfs
Comments
Post a Comment