From d007ecdc782f309e71b555615d34f77e8f18e365 Mon Sep 17 00:00:00 2001 From: reemo3dp <150130755+reemo3dp@users.noreply.github.com> Date: Sat, 13 Jan 2024 20:17:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 175ce2d..6c67673 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ $ ./compile.sh BOARD=mellowflygeminipi BRANCH=legacy RELEASE=jammy BUILD_MINIMAL # M2WE Use `nand-sata-install` to copy the system to the eMMC. Don't reboot, but follow -https://linux-sunxi.org/Bootable_eMMC#Installation_from_Linux to make the boot partitions bootable (eMMC should be `mmcblk2`). `u-boot-sunxi-with-spl.bin` should be somewhere in `/usr`. +https://linux-sunxi.org/Bootable_eMMC#Installation_from_Linux to make the boot partitions bootable (eMMC should be `mmcblk2`). `u-boot-sunxi-with-spl.bin` should be in `/usr/lib/linux-u-boot-current-mellowflygeminipi/u-boot-sunxi-with-spl.bin`. Power off, remove sdcard, boot again. Mainline kernel comes with a kernel for the wifi chipset (`rtw88_8821cs`) that can fail to initialize on boot. if that happens, blacklist the module and modprobe it later during boot. `options rtw88_core disable_lps_deep=y` might also help.