Gemstone System Build Kit
Download SDK
git clone
on UbuntuInstall Requirements
setup.sh
script to install building requirementsCreate Image
Use QEMU
Docker
and Devbox
. The included setup.sh
script will automatically handle
these installations after cloning the SDK project.
git clone
:
cd sdk
and run the setup.sh
script:
task fetch
command below to download all source codes needed by the SDK during building. You can
examine these projects in the sdk/repos.yml
file.
⚠️ First time user password setup ⚠️
to set a password
for your distrobox environment. You can choose a 1-character password different from your computer password to
help distinguish which console you’re working in during building. When you see 🚀 distrobox:workdir>
, you’re
ready for Yocto and Image building!
intel-corei7-64
for
your Ubuntu computer to directly run the resulting image files on your own machine. The compilation below is done
for intel-corei7-64
architecture, explaining how to boot these images directly on your computer using QEMU
virtualization.
Running Gemstone image with QEMU.