[PATCH 30/33] doc: boards: amlogic: add documentation for BananaPi CM4IO
Christian Hewitt
christianshewitt at gmail.com
Mon Mar 20 13:23:47 CET 2023
> On 20 Mar 2023, at 4:13 pm, Neil Armstrong <neil.armstrong at linaro.org> wrote:
>
> 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.
https://github.com/LibreELEC/amlogic-boot-fip/tree/master/bananapi-cm4io
^ It’s the same FIPs that were submitted for M2S but for packaging
reasons I cloned them (users struggle to find images not explicitly
named for their board). I’ll submit patches for the M2S and M2-Pro
boards once this series is accepted (hopefully).
Christian
More information about the U-Boot
mailing list