From 69b42a98b6917103aa1d7e12b43eb85a938e0361 Mon Sep 17 00:00:00 2001 From: aiminick Date: Sun, 23 May 2021 22:49:39 +0800 Subject: [PATCH] Update uboot.md --- docs/uboot.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/uboot.md b/docs/uboot.md index 52f3ac5..aa827b9 100644 --- a/docs/uboot.md +++ b/docs/uboot.md @@ -1,7 +1,8 @@ #### build ``` -git clone https://github.com/u-boot/u-boot +wge https://source.denx.de/u-boot/u-boot/-/archive/v2021.04/u-boot-v2021.04.tar.gz +cd u-boot-v2021.04/ make distclean make rpi_4_defconfig make -j X