From 3aec777673209a27e93a005c44bd07b6dada3942 Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Sat, 25 Jan 2020 13:02:21 +0200 Subject: [PATCH] Mention that devicetree needs to be disabled for old kernel --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd6da2d..4fb1335 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,10 @@ If you want to switch back to sunxi versions for some reasons (no device tree av - change the file conf/machine/include/sunxi.inc to include the following block - edit your conf/local.conf to add the following block - PREFERRED_PROVIDER_u-boot="u-boot-sunxi" - PREFERRED_PROVIDER_virtual/bootloader="u-boot-sunxi" - PREFERRED_PROVIDER_virtual/kernel="linux-sunxi" + PREFERRED_PROVIDER_u-boot="u-boot-sunxi" + PREFERRED_PROVIDER_virtual/bootloader="u-boot-sunxi" + PREFERRED_PROVIDER_virtual/kernel="linux-sunxi" + KERNEL_DEVICETREE = "" If you already have built the mainline versions it might be necessary to reset the build directories with: