Merge pull request #254 from sergachev/master
readme: fix source path and binary names
This commit is contained in:
commit
6b02e84a5d
10
README.md
10
README.md
|
@ -22,7 +22,7 @@
|
||||||
## Limitations/TODOs
|
## Limitations/TODOs
|
||||||
|
|
||||||
* Fixed AFE gains
|
* Fixed AFE gains
|
||||||
* The IP and MAC address are [hardcoded](src/main.rs)
|
* The IP and MAC address are [hardcoded](src/hardware/configuration.rs)
|
||||||
* Expose configurable limits
|
* Expose configurable limits
|
||||||
* 100Base-T only
|
* 100Base-T only
|
||||||
* Digital IO, GPIO header, AFE header, EEM header are not handled
|
* Digital IO, GPIO header, AFE header, EEM header are not handled
|
||||||
|
@ -64,14 +64,14 @@ See https://github.com/sinara-hw/Stabilizer
|
||||||
* Install the DFU USB tool (`dfu-util`)
|
* Install the DFU USB tool (`dfu-util`)
|
||||||
* Connect to the Micro USB connector below the RJ45
|
* Connect to the Micro USB connector below the RJ45
|
||||||
* Short JC2/BOOT
|
* Short JC2/BOOT
|
||||||
* `cargo objcopy --release --bin stabilizer -- -O binary stabilizer.bin` or `arm-none-eabi-objcopy -O binary target/thumbv7em-none-eabihf/release/stabilizer stabilizer.bin`
|
* `cargo objcopy --release --bin dual-iir -- -O binary dual-iir.bin` or `arm-none-eabi-objcopy -O binary target/thumbv7em-none-eabihf/release/dual-iir dual-iir.bin`
|
||||||
* `dfu-util -a 0 -s 0x08000000:leave -D stabilizer.bin`
|
* `dfu-util -a 0 -s 0x08000000:leave -D dual-iir.bin`
|
||||||
|
|
||||||
### Using ST-Link virtual mass storage
|
### Using ST-Link virtual mass storage
|
||||||
|
|
||||||
* `cargo objcopy --release --bin stabilizer -- -O binary stabilizer.bin` or `arm-none-eabi-objcopy -O binary target/thumbv7em-none-eabihf/release/stabilizer stabilizer.bin`
|
* `cargo objcopy --release --bin dual-iir -- -O binary dual-iir.bin` or `arm-none-eabi-objcopy -O binary target/thumbv7em-none-eabihf/release/dual-iir dual-iir.bin`
|
||||||
* Connect the ST-Link debugger
|
* Connect the ST-Link debugger
|
||||||
* copy `stabilizer.bin` to the `NODE_H743ZI` USB disk
|
* copy `dual-iir.bin` to the `NODE_H743ZI` USB disk
|
||||||
|
|
||||||
## Protocol
|
## Protocol
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue