Signed-off-by: Florian Bezdeka <[email protected]> --- Documentation/setup-on-banana-pi-arm-board.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/setup-on-banana-pi-arm-board.md b/Documentation/setup-on-banana-pi-arm-board.md index 115ff66d..32f6c949 100644 --- a/Documentation/setup-on-banana-pi-arm-board.md +++ b/Documentation/setup-on-banana-pi-arm-board.md @@ -228,7 +228,7 @@ $ sudo checkinstall make install * Building Jailhouse (mainly for FreeRTOR as a cell) ```bash #On Compiling Machine, -$ sudo apt-get update && sudo apt-get install -y python-mako device-tree-compiler +$ sudo apt-get update && sudo apt-get install -y python3-mako device-tree-compiler $ cd ~ $ git clone https://github.com/siemens/freertos-cell $ cp -av ~/freertos-cell/jailhouse-configs/bananapi.c ~/jailhouse/configs/arm/bananapi.c -- 2.31.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20210521080211.487380-5-florian.bezdeka%40siemens.com.
