mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
Remove outdated troubleshooting information
This commit is contained in:
parent
e9147f0f6f
commit
ad1e68427c
@ -12,7 +12,6 @@ Please clean the cache (`%HOME/.resin/cache` or `C:\Users\<user>\_resin\cache`)
|
||||
### 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.
|
||||
|
||||
### I get EINVAL errors on Cygwin
|
||||
|
||||
@ -32,11 +31,3 @@ Error: EINVAL, invalid argument
|
||||
```
|
||||
|
||||
- Some interactive widgets don't work on `Cygwin`. If you're running Windows, it's preferrable that you use `cmd.exe`, as `Cygwin` is [not official supported by Node.js](https://github.com/chjj/blessed/issues/56#issuecomment-42671945).
|
||||
|
||||
### I get EBUSY errors after initializing a device even as administrator on Windows.
|
||||
|
||||
`resin device init` finishes successfully, however it still throws an `EBUSY` error at the end.
|
||||
|
||||
- This is because the Resin CLI creates temporary files during configuration and initialization, and attempts to remove them at the end, however it's known that some anti virus software keep a handle on certain files for a while, preventing us from removing them.
|
||||
|
||||
See https://github.com/Medium/phantomjs/issues/19#issuecomment-13995639.
|
||||
|
Loading…
Reference in New Issue
Block a user