From b01c2234ab9db04c332a68a5d1a666b5eb7ad5f1 Mon Sep 17 00:00:00 2001 From: Owen Carter Date: Wed, 4 Sep 2024 17:49:44 +0200 Subject: [PATCH] Better notes for files --- files/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/files/README.md b/files/README.md index e249d79..4ac50b3 100644 --- a/files/README.md +++ b/files/README.md @@ -1,12 +1,14 @@ # Setup files for MQ Pro on ubuntu -1. `55_net.cfg` - - Place in `/etc/cloud/cloud.cfg.d/` on the SD card and edit before first boot to preconfigure a wifi network. - - see comments in file -2. `rtl_bt/*` +### [`55_net.cfg`](./55_net.cfg) + - Place in `/etc/cloud/cloud.cfg.d/` on the SD card *and edit with your network details* before first boot to preconfigure a wifi network. + - After the first boot this file will appear (renamed and with some comments at the top) in `/etc/netplan/`, named (by defaut) `50-cloud-init.yaml` + - You can edit the file there to modify or correct the config. + - Use `netplan try` to test your modifications. Read the Docs. +### [`rtl_bt/*`](./rtl_bt/) - Bluetooth firmware files, place in `/usr/lib/firmware/rtl_bt/`. - Also install `bluez` to use via `bluetoothctl` - Requires a reboot -3. `mqpro-status-led.service` +### [`mqpro-status-led.service`](./mqpro-status-led.service) - Place in `/etc/systemd/system/` - Run `sudo systemctl daemon-reload` - Then `sudo systemctl enable --now mqpro-status-led.service`