Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions simpleimage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This script builds a bootable disk image usable to boot a Pine64 to Linux in
aarch64 mode.

## Dependencies
`qemu-user-static` is needed for creating and configuring the rootfs image. Failure to have this package installed will most likely result in a `cp: cannot stat '/usr/bin/qemu-aarch64-static': No such file or directory` type error.

## Minimal base image

The simpleimage format is only a minimal disk with partition table, bootloader
Expand Down