Adds pauls ssh key in provisioning and updates bumblecast repo link to new URL.
This commit is contained in:
21
README.md
21
README.md
@@ -2,7 +2,7 @@
|
||||
- use base-image that was created with pi-gen_auracaster
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
|
||||
git clone https://gitea.pstruebi.xyz/auracaster/bumble-auracast
|
||||
git clone https://gitea.summitwave.work/auracaster/bumble-auracast
|
||||
|
||||
sudo apt install -y pipewire wireplumber pipewire-audio-client-libraries rtkit cpufrequtils
|
||||
|
||||
@@ -65,3 +65,22 @@ git clone https://github.com/raspberrypi/usbboot
|
||||
bash gen-secure-msd-sig.sh
|
||||
bash rpi-boot-secure.sh
|
||||
|
||||
|
||||
|
||||
# Step by step instructions to provision one device
|
||||
|
||||
- bridge flash jumper
|
||||
- connect cm rpi board
|
||||
- connect usb to rpi4 USE A USB2 PORT!
|
||||
- connect the outer network port to switch (BUT WITHOUT POE) with rpi4 and laptop in same network
|
||||
- access the webinterface with ssh -L 3141:127.0.0.1:3142 pi@192.168.178.52
|
||||
- run provision.py from rpi4 (to ensure ssh key)
|
||||
```
|
||||
poetry run python src/provision.py 10.11.0.59 --name <device_name>
|
||||
```
|
||||
|
||||
Give it a new <device_name> and input in the manufacturing/devices.ods
|
||||
|
||||
|
||||
- flash radio firmware
|
||||
- hci uart repo
|
||||
Reference in New Issue
Block a user