This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
subsystem:agl-sota:ostree [2020/09/02 16:44] jsmoeller |
subsystem:agl-sota:ostree [2020/09/02 16:44] (current) jsmoeller [Building] |
||
---|---|---|---|
Line 37: | Line 37: | ||
- Live bootstrap image with the commited tree as the only [[https://ostree.readthedocs.io/en/latest/manual/deployment/|OSTree deployment]] ('*.otaimg' file). | - Live bootstrap image with the commited tree as the only [[https://ostree.readthedocs.io/en/latest/manual/deployment/|OSTree deployment]] ('*.otaimg' file). | ||
To boot into the resulting image, provided you've built it for QEMU run | To boot into the resulting image, provided you've built it for QEMU run | ||
- | ../meta-agl-extra/meta-sota/scripts/runqemu qemuparams="-vga std" tmp/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.otaimg | + | qemu-system-x86_64 -bios tmp/deploy/images/qemux86-64/u-boot-qemux86-64.rom -drive file=tmp/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.ota-ext4,if=ide,format=raw,snapshot=on -serial stdio -m 2G -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng-pci,rng=rng0 -net user,hostfwd=tcp:0.0.0.0:2222-:22,restrict=off -net nic,macaddr=ca:fe:85:b2:7b:b9 -usb -device usb-tablet -show-cursor -vnc :0 -cpu host -enable-kvm |
runqemu script from poky upstream is not able to work with OTA images at the moment. | runqemu script from poky upstream is not able to work with OTA images at the moment. | ||