From fbd271f3aab106edab29f783168c0239ff6f9a56 Mon Sep 17 00:00:00 2001 From: Andrea D'Intino Date: Mon, 11 Nov 2019 15:59:47 +0100 Subject: [PATCH] Added board list https://git.devuan.org/sdk/arm-sdk/blob/master/sdk --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d549bbb..92b7508 100644 --- a/README.md +++ b/README.md @@ -117,10 +117,11 @@ git pull origin master && git submodule update --init --recursive --checkout ``` cd arm-sdk # (or vm-sdk or live-sdk depending from your target) source sdk -load devuan sunxi decode # (specific to the arm-sdk) +load devuan raspi3 decode # (replace "raspi3" with the board name you want to build, from this list https://git.devuan.org/sdk/arm-sdk/blob/master/sdk ) bootstrap_complete_base ``` + ### Building for VM targets