
On 20/03/2023 13:23, Christian Hewitt wrote:
On 20 Mar 2023, at 4:13 pm, Neil Armstrong neil.armstrong@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@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).
Ack, so no changes needed then !
Christian