commit | c5b36ed362404fabed730f1c0b7bacc844de9066 | [log] [tgz] |
---|---|---|
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Thu Jun 27 10:33:34 2019 +0200 |
committer | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Thu Jun 27 10:33:34 2019 +0200 |
tree | 870a48d80e20b0c0daa8d380dc296620d071b9e7 | |
parent | 838c5f2796055c9d410967cfa4e8699768a2e1ce [diff] |
dragonboard845c: switch default rootfs on /dev/sda1, e.g. 'rootfs' New bootloader package is now available from Linaro, and the default ptable is to leave /dev/sda (e.g. LUN0 or HLOS LUN) with a single partition that occupies the entire space. The default name for this partition is 'rootfs'. Change-Id: Ia7c7be58a0b169e4aff14d4e2aa33e0d21897682 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Usage example on arm64 host:
sudo modprobe loop docker run --privileged -v $(pwd):/work --rm -it linaro/arm64-fai /bin/bash cd /work git clone http://git.linaro.org/ci/fai.git fai-diskimage -v --cspace $(pwd)/fai --hostname linaro-test -S 3G --class BUSTER,DEBIAN,DEVELOPER,LINARO,QCOM,DB410C,RAW linaro.raw 2>&1|tee fai.log
Gotchas: