mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-24 07:46:39 +00:00
Add Troubleshooting guide
This guide described common Resin CLI issues and how to fix them.
This commit is contained in:
parent
ba21ddd010
commit
b0be5de83a
@ -53,7 +53,7 @@ Caveats
|
|||||||
Support
|
Support
|
||||||
-------
|
-------
|
||||||
|
|
||||||
If you're having any problem, please [raise an issue](https://github.com/resin-io/resin-cli/issues/new) on GitHub and the Resin.io team will be happy to help.
|
If you're having any problem, check our [troubleshooting guide](https://github.com/resin-io/resin-cli/blob/master/TROUBLESHOOTING.md) and if your problem is not addressed there, please [raise an issue](https://github.com/resin-io/resin-cli/issues/new) on GitHub and the Resin.io team will be happy to help.
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
15
TROUBLESHOOTING.md
Normal file
15
TROUBLESHOOTING.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Troubleshooting
|
||||||
|
===============
|
||||||
|
|
||||||
|
This document contains common issues related to the Resin CLI, and how to fix them.
|
||||||
|
|
||||||
|
### After burning to an sdcard, my device doesn't boot
|
||||||
|
|
||||||
|
- The downloaded image is not complete (download was interrupted).
|
||||||
|
|
||||||
|
Please clean the cache (`%HOME/.resin/cache` or `C:\Users\<user>\_resin\cache`) and run the command again. In the future, the CLI will check that the image is not complete and clean the cache for you.
|
||||||
|
|
||||||
|
### I get a permission error when burning to an sdcard
|
||||||
|
|
||||||
|
- The SDCard is locked.
|
||||||
|
- The burning operation is not 100% reliable in Windows 10. We're working on it at the moment.
|
Loading…
Reference in New Issue
Block a user