Compare commits

..

2 Commits

Author SHA1 Message Date
e1dfa15623 Add to common network issues
Signed-off-by: Egor Savkin <es@m-labs.hk>
2025-02-06 10:33:04 +08:00
3bdba96e51 booster: fix yoinked instructions from stabilizer 2025-01-23 11:19:00 +08:00
2 changed files with 3 additions and 5 deletions

View File

@ -21,11 +21,8 @@ dfu-util -a 0 -s 0x08000000:leave --download booster-release.bin
#### Building from source (optional) #### Building from source (optional)
Please keep in mind that the firmware from the official Quartiq repository does not include support for Pounder in MQTT,
you may need to use a fork for that. But if the stabilizer is without a Pounder, it's also a valid option.
There is no Nix Flake support to make things easier, so you need to set up rust and cargo manually. There is no Nix Flake support to make things easier, so you need to set up rust and cargo manually.
Start with cloning the stabilizer repository and opening a new shell with dfu-util (for flashing) and rustup Start with cloning the booster repository and opening a new shell with dfu-util (for flashing) and rustup
(for building). (for building).
```shell ```shell
@ -82,7 +79,7 @@ In case someone sets some setting wrongly, or updates the firmware and suddenly
### Basic setup via USB ### Basic setup via USB
1. `nix-shell -p cutecom mosquitto appimage-run` 1. `nix-shell -p cutecom mosquitto appimage-run`
2. Create mosquitto config `mosquitto.conf`, or use the one from Stabilizer: 2. Create mosquitto config `mosquitto.conf`, or use the one from Stabilizer repo:
```text ```text
%allow_anonymous true %allow_anonymous true

View File

@ -18,6 +18,7 @@ a-la `I can't connect, please help`.
8. Running configured for external reference Kasli without external reference clock signal 8. Running configured for external reference Kasli without external reference clock signal
9. Using legacy firmware with newer hardware. ARTIQ-6 doesn't support Kasli v2.0.2 (at least without the patch mentioned in the [legacy](artiq_legacy.md) article) 9. Using legacy firmware with newer hardware. ARTIQ-6 doesn't support Kasli v2.0.2 (at least without the patch mentioned in the [legacy](artiq_legacy.md) article)
10. Some other device in your network already reserved the configured IP address. 10. Some other device in your network already reserved the configured IP address.
11. For Kasli only: the SFP adapter is inserted into the slot other than SFP0 (only upper left is supported).
## Ways to diagnose ## Ways to diagnose