From de0108298949924569bde0f5980add1ee9ffd13d Mon Sep 17 00:00:00 2001 From: aiminick Date: Mon, 9 Aug 2021 00:46:52 +0800 Subject: [PATCH] Update box64.md --- docs/notes/box64.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/notes/box64.md b/docs/notes/box64.md index 29196dc..167b4a1 100644 --- a/docs/notes/box64.md +++ b/docs/notes/box64.md @@ -47,3 +47,6 @@ make install ``` apt install libgcc1-i386-cross libc6-i386-cross +dpkg --add-architecture armhf +apt install gcc-8-base:armhf libc6:armhf libgcc1:armhf +