Mistake in instructions
See original GitHub issueHi!
Took me ages to figure out why my vacuum wouldn’t flash, as I kept getting “No such command” for update firmware. Turns out there is a typo in the instructions:
mirobo --ip 192.168.8.1 --token XXXXXXXXXXXXXXXX update-firmware image/output/v11_001768.fullos.pkg
Should be:
mirobo --ip 192.168.8.1 --token XXXXXXXXXXXXXXXX update_firmware image/output/v11_001768.fullos.pkg
For the other Linux newbies out there, it might help to fix this 😃
Issue Analytics
- State:
- Created 4 years ago
- Comments:34 (3 by maintainers)
Top Results From Across the Web
Top 4 Most Common Writer Instruction Mistakes - Zerys
Mistake #1: Too Much Detail. Providing overly complicated and too detailed instructions can result in confusion. Mistake #2: Too Little Detail.
Read more >4 common errors in giving instructions
Giving too many instructions at one time. Failing to make sure that instructions are understood.
Read more >7 Mistakes You are Making In Your Writing Instruction and ...
If you've made this mistake… it's ok! And honestly, it's so simple to fix! Just delay formal writing instruction (where you're grading, editing,...
Read more >5 Mistakes People Make When Giving Instructions - LinkedIn
You don't give enough instruction. Because you can clearly see what needs to happen, it's easy to miss important details. Remember another ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just as you wrote, I also found
service valetudo start
which worked. Yeah it doesn’t seem to autostart at least. Thank you so much for helping me through this, I apologize for my lack of skills to solve this myself.Anything I need to know about going forward in relation to this? Will I keep loosing valetudo and have to start it myself? AFAIK the robot reboots every night.
Wrt underscore vs. dashes in command names for mirobo, this depends on your click version (https://github.com/pallets/click/issues/1123). The new click versions (7+) will use the dash instead of underscore.