[PATCH 30/33] doc: boards: amlogic: add documentation for BananaPi CM4IO
Neil Armstrong
neil.armstrong at linaro.org
Mon Mar 20 13:13:05 CET 2023
On 20/03/2023 12:46, Christian Hewitt wrote:
> Add build instructions for the BananaPi BPI-CM4IO carrier board with
> BPI-CM4 module.
>
> Signed-off-by: Christian Hewitt <christianshewitt at gmail.com>
> ---
> board/amlogic/u200/MAINTAINERS | 1 -
> board/amlogic/w400/MAINTAINERS | 2 +
> doc/board/amlogic/bananapi-cm4io.rst | 152 +++++++++++++++++++++++++++
> doc/board/amlogic/index.rst | 1 +
> 4 files changed, 155 insertions(+), 1 deletion(-)
> create mode 100644 doc/board/amlogic/bananapi-cm4io.rst
>
<snip>
> +
> +U-Boot Signing with Pre-Built FIP repo
> +--------------------------------------
> +
> +.. code-block:: bash
> + $ git clone https://github.com/LibreELEC/amlogic-boot-fip --depth=1
> + $ cd amlogic-boot-fip
> + $ mkdir my-output-dir
> + $ ./build-fip.sh bananapi-cm4io /path/to/u-boot/u-boot.bin my-output-dir
This should be bananapi-m2s since the same is used, or we should duplicate it for cm4io/cm4.
Neil
<snip>
More information about the U-Boot
mailing list