Hi all!
I am looking for some help. I want to get my respeaker 2 hat working with my Pi Zero 2W. However, im at a loss at the instructions...
You can burn the image to your sd card with the [Raspberry Pi Imager tool](https://www.raspberrypi.com/software/). You can set wifi credentials, ssh public keys and other settings before you burn the image to your sd card. In order to use the feature where you can change the settings in the Raspberry Pi Imager >=v2.5.0 you need to set a custom image repository.
At the link, the latest version is 2.0.7. I can select a generic raspberry pi OS but cant seem to input the .json anywhere?
Also running this command:
"C:\Program Files (x86)\Raspberry Pi Imager\rpi-imager.exe" --repo https://github.com/florian-asche/PiCompose/releases/download/rpi-imager-json/rpi-imager.json doesnt work with that version and gives this error:
`At line:1 char:62
- ... Program Files\Raspberry Pi Ltd\Imager\rpi-imager.exe" --repo https:/ ...
-
Unexpected token 'repo' in expression or statement.
At line:1 char:1
- "C:\Program Files\Raspberry Pi Ltd\Imager\rpi-imager.exe" --repo htt ...
-
The '--' operator works only on variables or on properties.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken`
What am i missing here?
Hi all!
I am looking for some help. I want to get my respeaker 2 hat working with my Pi Zero 2W. However, im at a loss at the instructions...
You can burn the image to your sd card with the [Raspberry Pi Imager tool](https://www.raspberrypi.com/software/). You can set wifi credentials, ssh public keys and other settings before you burn the image to your sd card. In order to use the feature where you can change the settings in the Raspberry Pi Imager >=v2.5.0 you need to set a custom image repository.At the link, the latest version is 2.0.7. I can select a generic raspberry pi OS but cant seem to input the .json anywhere?
Also running this command:
"C:\Program Files (x86)\Raspberry Pi Imager\rpi-imager.exe" --repo https://github.com/florian-asche/PiCompose/releases/download/rpi-imager-json/rpi-imager.jsondoesnt work with that version and gives this error:`At line:1 char:62
Unexpected token 'repo' in expression or statement.
At line:1 char:1
The '--' operator works only on variables or on properties.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken`
What am i missing here?