Skip to content
Snippets Groups Projects
Verified Commit 53c2c525 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

README.md: update with new usage information of mkimage.sh

parent 247c9ba8
Branches
Tags
No related merge requests found
......@@ -31,9 +31,18 @@ sudo resize2fs /dev/sdx2
Building the images requires considerable disk space and CPU resources, it is generally only required if you want to contribute to the development of the system images.
To start the process, use `./mkimage.sh`. To start over, execute `./cleanup.sh` to delete the existing userland and image.
To create a system image for all platforms, run this:
The resulting file is `reform-system.img`.
./mkimage.sh
To only create the image for a specific platform, choose one out of imx8mq,
a311d and ls1028a like so:
./mkimage.sh imx8mq
The resulting file is named `reform-system-${PLATFORM}.img` where `${PLATFORM}`
is the name of the platform the image was built for (one of imx8mq, a311d or
ls1028a).
## License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment