From e9a471bec9a7da3b4de46f3d61bf6f3afeb24937 Mon Sep 17 00:00:00 2001 From: Ilia Sergachev Date: Mon, 1 Feb 2021 23:38:41 +0100 Subject: [PATCH] readme: fix source path and binary names --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ee69f2..4244484 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## Limitations/TODOs * 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 * 100Base-T only * 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`) * Connect to the Micro USB connector below the RJ45 * 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` -* `dfu-util -a 0 -s 0x08000000:leave -D 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 dual-iir.bin` ### 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 -* copy `stabilizer.bin` to the `NODE_H743ZI` USB disk +* copy `dual-iir.bin` to the `NODE_H743ZI` USB disk ## Protocol