Browse Source

Merge pull request #105 from mkozjak/patch-1

docs/device-image-shell: add qemu-user-static requirement info
1.2.x
oleorhagen 6 years ago
committed by GitHub
parent
commit
b0cfea80a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      device-image-shell/README.md

2
device-image-shell/README.md

@ -31,7 +31,7 @@ This will create a container image `device-image-shell`.
The also assumes your device is based on the ARM architecture, which is the most common (e.g. Raspberry Pi, BeagleBoard, etc.). The also assumes your device is based on the ARM architecture, which is the most common (e.g. Raspberry Pi, BeagleBoard, etc.).
You need a root file system image (usually with .ext4 extension) for your device as a starting point, such as one output by [mender-convert](https://github.com/mendersoftware/mender-convert). You need a root file system image (usually with .ext4 extension) for your device as a starting point, such as one output by [mender-convert](https://github.com/mendersoftware/mender-convert). Make sure to have `qemu-user-static` installed on a host machine.
You can now enter a shell in your device root file system image by running `docker-device-image-shell` with the desired arguments: You can now enter a shell in your device root file system image by running `docker-device-image-shell` with the desired arguments:

Loading…
Cancel
Save