From fedcc1368536180f935393eb54b1cb793b90a0c5 Mon Sep 17 00:00:00 2001 From: Joakim Bech <joakim.bech@linaro.org> Date: Mon, 11 Jun 2018 21:34:22 +0200 Subject: [PATCH] rpi3: update rootfs information in the docs Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> --- docs/rpi3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rpi3.md b/docs/rpi3.md index fd41345..c28d752 100644 --- a/docs/rpi3.md +++ b/docs/rpi3.md @@ -195,12 +195,12 @@ lrwxrwxrwx 1 jbech jbech 90 Sep 13 11:19 bcm2710-rpi-3-b.dtb -> /home/ ### 5.3.2 The root FS We are now going to put the root fs on the location we prepared in the previous -section (5.2). The path to the `filesystem.cpio.gz` will differ on your machine, +section (5.2). The path to the `rootfs.cpio.gz` will differ on your machine, so update accordingly. ```bash $ cd /srv/nfs/rpi -$ sudo gunzip -cd /home/jbech/devel/optee_projects/rpi3/build/../gen_rootfs/filesystem.cpio.gz | sudo cpio -idmv +$ sudo gunzip -cd /home/jbech/devel/optee_projects/rpi3/out-br/images/rootfs.cpio.gz | sudo cpio -idmv $ sudo rm -rf /srv/nfs/rpi/boot/* ``` -- GitLab