From b9837b37a26bdb704cb61693f0f4967aa18449eb Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 22 Mar 2022 17:39:26 +0100 Subject: [PATCH] docs: update C61 build instructions C61 build has been split up from the target MACHINE=seco-imx8mm-c61 to two targets, MACHINE=seco-imx8mm-c61-2gb and MACHINE=seco-imx8mm-c61-4gb, depending on the memory on the card. Reflect that in the build instructions. Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com> Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- docs/build-flavours/linux-flavour.rst | 3 ++- flavours/linux/conf-notes.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/build-flavours/linux-flavour.rst b/docs/build-flavours/linux-flavour.rst index 87d21501..21821ab4 100644 --- a/docs/build-flavours/linux-flavour.rst +++ b/docs/build-flavours/linux-flavour.rst @@ -25,7 +25,8 @@ Supported machines (default in **bold**): * qemuarm * qemuarm64 * seco-intel-b68 (SECO SBC-B68) -* seco-imx8mm-c61 (SECO SBC-C61) +* seco-imx8mm-c61-2gb (SECO SBC-C61 2GB DRAM) +* seco-imx8mm-c61-4gb (SECO SBC-C61 4GB DRAM) Build steps example: diff --git a/flavours/linux/conf-notes.txt b/flavours/linux/conf-notes.txt index f410515c..48916abf 100644 --- a/flavours/linux/conf-notes.txt +++ b/flavours/linux/conf-notes.txt @@ -15,7 +15,8 @@ Supported machines (first is the default): - qemux86-64 - qemux86 - seco-intel-b68 (SECO SBC-B68) -- seco-imx8mm-c61 (SECO SBC-C61) +- seco-imx8mm-c61-2gb (SECO SBC-C61 2GB DRAM) +- seco-imx8mm-c61-4gb (SECO SBC-C61 4GB DRAM) - raspberrypi4-64 MACHINE variable can be set up in conf/local.conf file under build directory -- GitLab