On Tue, 23 May 2023 at 11:06, <qianfangui...@163.com> wrote: > > From: qianfan Zhao <qianfangui...@163.com> > > Add documents for Banana Pi M2U > > Signed-off-by: qianfan Zhao <qianfangui...@163.com> > Reviewed-by: Niek Linnenbank <nieklinnenb...@gmail.com>
The docs here turned out to have a couple of minor formatting issues which meant they didn't build. I've fixed them up with this extra change: diff --git a/docs/system/arm/bananapi_m2u.rst b/docs/system/arm/bananapi_m2u.rst index ae7194a9df4..b09ba5c5486 100644 --- a/docs/system/arm/bananapi_m2u.rst +++ b/docs/system/arm/bananapi_m2u.rst @@ -121,10 +121,11 @@ Let's create an bootable disk image: And then boot it. .. code-block:: bash + $ qemu-system-arm -M bpim2u -nographic -sd sd.img Banana Pi M2U integration tests -"""""""""""""""""""""""""""""" +""""""""""""""""""""""""""""""" The Banana Pi M2U machine has several integration tests included. To run the whole set of tests, build QEMU from source and simply diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst index 91ebc26c6db..a12b6bca051 100644 --- a/docs/system/target-arm.rst +++ b/docs/system/target-arm.rst @@ -83,6 +83,7 @@ undocumented; you can get a complete list by running arm/versatile arm/vexpress arm/aspeed + arm/bananapi_m2u.rst arm/sabrelite arm/digic arm/cubieboard thanks -- PMM