We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add a README.md how to use this.
For example:
Requirements: Debian Buster amd64
Steps:
sudo apt install curl debootstrap qemu-user-static qemu-utils u-boot-tools parted git clone https://github.com/mxOBS/imagebuilder.git cd imagebuilder # modify configs/sr-imx8-debian-buster.inc if you want to change anything sudo ./mktarball.sh configs/sr-imx8-debian-buster.inc sudo ./mkimage.sh sr-imx8-debian-buster.tar 1024M # see https://developer.solid-run.com/knowledge-base/i-mx8m-atf-u-boot-and-linux-kernel/ how to create a flash.bin (XXX do we need this step?) LOOPDEV="$(losetup -f)" sudo losetup -P -v $LOOPDEV sr-imx8-debian-buster.img sudo dd if=flash.bin of=/dev/loop0 bs=1024 seek=33 sudo losetup -d $LOOPDEV
See https://developer.solid-run.com/knowledge-base/flashing-an-sd-card/ how to flash the image.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please add a README.md how to use this.
For example:
Requirements: Debian Buster amd64
Steps:
See https://developer.solid-run.com/knowledge-base/flashing-an-sd-card/ how to flash the image.
The text was updated successfully, but these errors were encountered: