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 <christianshew...@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>