I have a fleet where I’ve updated the default device configuration with a variable am not seeing the update appear on the device. Is my understanding correct that device configuration variables prefixed with BALENA_HOST_CONFIG_are applied to the config.txt automatically (i.e. setting BALENA_HOST_CONFIG_isolcpus to 3 should add an entry into the config.txt with isolcpus=3)?
I am trying to set the isolcpus, trying both RESIN_HOST_CONFIG_isolcpus and BALENA_HOST_CONFIG_isolcpus. I’ve tried to reboot via the console and power cycling. The fleet has 3 devices, all are identical Raspberry Pi 5s running the latest Host OS (balenaOS 6.9.4+rev2). 1 device is in development mode, the other 2 are in production, but all are experiencing the same issue.
On the development device, if I manually update the /resin-boot/config.txt with the value, it works as expected.