Compare commits
No commits in common. "master" and "booster-update" have entirely different histories.
master
...
booster-up
@ -21,8 +21,11 @@ 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 booster repository and opening a new shell with dfu-util (for flashing) and rustup
|
Start with cloning the stabilizer repository and opening a new shell with dfu-util (for flashing) and rustup
|
||||||
(for building).
|
(for building).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@ -79,7 +82,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 repo:
|
2. Create mosquitto config `mosquitto.conf`, or use the one from Stabilizer:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
%allow_anonymous true
|
%allow_anonymous true
|
||||||
|
@ -3,14 +3,6 @@
|
|||||||
* [Wiki](https://github.com/sinara-hw/Thermostat/wiki)
|
* [Wiki](https://github.com/sinara-hw/Thermostat/wiki)
|
||||||
* [Firmware](https://git.m-labs.hk/M-Labs/thermostat)
|
* [Firmware](https://git.m-labs.hk/M-Labs/thermostat)
|
||||||
|
|
||||||
## Hardware Configuration
|
|
||||||
|
|
||||||
For version v2.2.4 or above, you can install a 0R resistor to receive 12V Power from IDC output header(s).
|
|
||||||
|
|
||||||
For version below v2.2.4, IDC output headers 12V Power are always connected.
|
|
||||||
|
|
||||||
![](../img/thermostat_idc_hdrs_0R_resistors.png)
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
Attach Ethernet and Micro-USB cables and run:
|
Attach Ethernet and Micro-USB cables and run:
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 96 KiB |
@ -18,7 +18,6 @@ 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user