Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8041

Troubleshooting • Re: Raspberry Pi Zero 2 WH Not Booting (No Matter What I Do)

$
0
0
Mainly for the attention of Raspberry Pi Mods, Engineers and Developers. Not aimed a @polycaman who is an apparently innocent victim of this bug.


I don't think this Forum is the right place to discuss this. But it is what was requested by an Imager developer.


I have no idea what the format of a .qml file should be, but I note that in the source code on the Raspberry Pi GH repo https://github.com/raspberrypi/rpi-imager the following appears in /src/OptionsPopup.qml

In respect of Country Code -

Code:

 addFirstRun("   /usr/lib/raspberrypi-sys-mods/imager_custom set_wlan "                        +(generalTab.chkWifiSSIDHidden.checked ? " -h " : "")                        +escapeshellarg(generalTab.fieldWifiSSID.text)+" "+escapeshellarg(cryptedPsk)+" "+escapeshellarg(generalTab.fieldWifiCountry.editText))
and in respect of Keyboard Map -

Code:

addFirstRun("   /usr/lib/raspberrypi-sys-mods/imager_custom set_keymap "+escapeshellarg(generalTab.fieldKeyboardLayout.editText))            addFirstRun("   /usr/lib/raspberrypi-sys-mods/imager_custom set_timezone "+escapeshellarg(generalTab.fieldTimezone.editText))

In both instances there is no terminating double-quote - " - character at the end of the string.

Corresponding with what users have observed to be the error in firstrun.sh in the contributions to the two related open Issues on GH.



I also observe that around the time of the release of Imager v1.9.4 there was some change in the source code relating to the use of File Caching by the Imager application. Maybe there has been an unanticipated interaction with that change?

Statistics: Posted by B.Goode — Fri Jul 11, 2025 10:31 am



Viewing all articles
Browse latest Browse all 8041

Trending Articles