*.md - Update remaining references from run_detach/flash to tuya-cloudcutter.

This commit is contained in:
Cossid
2023-01-11 10:47:17 -06:00
parent de9fd2641c
commit be2f9b2901
3 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ managed=true
6. Install git `sudo apt install git`
7. Clone tuya-cloudcutter repo `git clone https://github.com/tuya-cloudcutter/tuya-cloudcutter`
8. (Optional as independent step) In the cloudcutter directory, build the docker image `sudo docker build --network=host -t cloudcutter .`
9. Run cloudcutter with `sudo ./run_detach.sh -r ...` (refer to [usage instructions](./INSTRUCTIONS.md))
9. Run cloudcutter with `sudo ./tuya-cloudcutter.sh -r ...` (refer to [usage instructions](./INSTRUCTIONS.md))
## Pi Zero 2W with SSH over USB
@@ -73,4 +73,4 @@ unmanaged-devices=interface-name:usb*
9. Install git `sudo apt install git`
10. Clone tuya-cloudcutter repo `git clone https://github.com/tuya-cloudcutter/tuya-cloudcutter`
11. (Optional as independent step) In the cloudcutter directory, build the docker image `sudo docker build --network=host -t cloudcutter .`
12. Run cloudcutter with `sudo ./run_detach.sh -r ...` (refer to [usage instructions](./INSTRUCTIONS.md))
12. Run cloudcutter with `sudo ./tuya-cloudcutter.sh -r ...` (refer to [usage instructions](./INSTRUCTIONS.md))

View File

@@ -22,7 +22,7 @@ If you don't know the exact device model, or your device does not have any avail
- choose "Device Update"
- note the "Main Module" version number
Knowing this, you can run `./run_detach.sh` without any parameters. Then, use the `By firmware version and name` option and choose the version you found.
Knowing this, you can run `./tuya-cloudcutter.sh` without any parameters. Then, use the `By firmware version and name` option and choose the version you found.
### Running the toolchain
* Download or git clone this repository

View File

@@ -24,4 +24,4 @@ device-profiles/
│ ├─ oem-bk7231n-dctrl-switch-1.1.0-sdk-2.3.1-40.00.json
```
and run `./run_flash.sh -p your-device-name` or `./run_detach.sh -p your-device-name`.
and run `./tuya-cloudcutter.sh -p your-device-name`.