From 912f9e0ee8303384e42bbe9626cf5a2684143696 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 26 Aug 2019 01:29:37 +0800 Subject: [PATCH] update linux kernel to 4.19.56-linux4sam-6.1, which support Kernel crypto userspace API and NXP PN5180 BAL driver, update rootfs to compatible with it, update ReadMe files --- tools/setup_env.sh | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/tools/setup_env.sh b/tools/setup_env.sh index f3b1dd7..32748a8 100755 --- a/tools/setup_env.sh +++ b/tools/setup_env.sh @@ -124,6 +124,10 @@ install_systools +# u-boot must use arm-linux-gcc 4.9 +install_crosstool + +# bootstrap and linux kernel use arm-linux-gcc 7.4.0 in buildroot install_buildroot exit; -- Gitblit v1.9.1