From 7a133701c510fd721a6badf639bcd6d052a0db82 Mon Sep 17 00:00:00 2001 From: paspo Date: Mon, 4 Nov 2019 21:16:47 +0100 Subject: [PATCH] docs improvements --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad28973..72fb8fd 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ More info on that procedure [here](https://github.com/arendst/Tasmota/wiki/Sonof * we now have a new tasmotized friend! (you can remove the jumper now) +## what to do next +As stated [here](https://github.com/arendst/Tasmota/wiki/Sonoff-DIY) we use the "sonoff-basic.bin" firmware (6.7.1) and it's mandatory to issue a "reset 5" and flash the complete firmware (I usually flash the "sonoff-minimal.bin" and then the "sonoff.bin"). + ## more info You can use your PC to power the raspberry, through the OTG port. If you do that, you have an emulated USB ethernet, with an IP address different from that on the wireless side. @@ -70,3 +73,6 @@ You can find a log of the flashing script in **/root/flasher.log** Everything is cleared at each reboot as the whole system is running from RAM. If you want to keep some modifications (e.g. an authorized_keys for ssh autologin) take a look at how it's done [here](https://wiki.alpinelinux.org/wiki/Alpine_local_backup) +## current limitations +As of today, this is a very basic script. It has never been tested with two sonoff-mini at the same time, for example (and I'm very confident that this condition is not working). Maybe this works with Sonoff Basic R3 or Sonoff RF R3, it has never been tested. +This tool is designed to work without internet connection so it hasn't got access to different firmwares than the 6.7.1 that is loaded onboard. \ No newline at end of file