From cdb848d548180160e148efeb348a11f2acf1c367 Mon Sep 17 00:00:00 2001 From: Christian B Date: Fri, 28 Dec 2018 02:30:55 +0100 Subject: [PATCH] README.md: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6390bfa..15ef4e2 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ $ sudo modprobe 88XXau then run this step to change platform in Makefile, For RPI 2/3: ``` $ 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' Makefil +$ sed -i 's/CONFIG_PLATFORM_ARM_RPI = n/CONFIG_PLATFORM_ARM_RPI = y/g' Makefile ``` But for RPI 3 B+ you will need to run those below which builds the ARM64 arch driver: