From baf68783929e5d6ac111a39dc62388cd24133da6 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:20:10 +0000 Subject: [PATCH] docs: Readme fix raspberry pi cmdline.txt location changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0502198..5821eba 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Tested, and fully working on pi zero w, running Raspberry Pi OS 32 bit, the init cross build --target arm-unknown-linux-musleabihf --release ``` -If no memory information available, try appending ```/boot/cmdline.txt``` with +If no memory information available, try appending either ```/boot/cmdline.txt``` or ```/boot/firmware/cmdline.txt``` with ```cgroup_enable=cpuset cgroup_enable=memory```