From 79676a783da871b828b91d8567ed27d0f7044005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eystein=20M=C3=A5l=C3=B8y=20Stenberg?= Date: Wed, 14 Nov 2018 15:10:46 -0800 Subject: [PATCH] Note about BBB conversion warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: None Signed-off-by: Eystein Måløy Stenberg --- docker/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/README.md b/docker/README.md index bcb1583..1071a34 100644 --- a/docker/README.md +++ b/docker/README.md @@ -76,3 +76,7 @@ Conversion will take 10-15 minutes, depending on your storage and resources avai You can watch `output/build.log` for progress and diagnostics information. After it finishes, you can find your images in the `output` directory on your host machine! + + +## Known issues +* BeagleBone images might not convert properly using this docker envirnoment due to permission issues: `mount: /mender-convert/output/embedded/rootfs: WARNING: device write-protected, mounted read-only.` \ No newline at end of file