From 15f9179d66538ae392fafa1bd1453f5c8085244e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bremv=C3=A5g?= Date: Sun, 8 Sep 2019 22:12:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df162de..75dc647 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ sudo apt-get install linux-headers-`uname -r` sudo apt-get install bc raspberrypi-kernel-headers ``` -Then run this step to change platform in Makefile, For RPI 1/2/3: +Then run this step to change platform in Makefile, For RPI 1/2/3/ & 0/Zero: ``` $ sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile $ sed -i 's/CONFIG_PLATFORM_ARM_RPI = n/CONFIG_PLATFORM_ARM_RPI = y/g' Makefile