-
Couldn't load subscription status.
- Fork 1
Common Issues
A summary of common problems that can occur when flashing devices and what to do
Your device is not supported. Unfortunately we do not support all devices yet. If you would like to add support for a device then see our contribution guide for information about how you can submit a pull request.
Need to instal virtual box and service pack. You need to install VirtualBox and its Extension Pack for iotit to work.
Insufficient power supply. Make sure you are using a proper power supply according to the board manufacturer requirements (basic usage example: 5V/2A with DC Jack barrel OR thick USB cable).
Need a reliable sd card and adapter. Often iotit failure is related to SD card (bad card, bad card reader, something went wrong when burning the image).
I cannot ssh to raspberry. In recent versions of rasbian ssh is off by default. To turn it on create an empty file called ssh in the boot directory. For more information please see the official documentation from raspberry pi here
- Some USB cables are only capable of charging. Make sure the USB cable you are using is capable of carrying data also.
-
You need to make sure you can interface with edison. Iotit will try to do this automatically if you choose
Defaultwhen setting device configurations and selecting the correct interface (iotit will suggest what it thinks is the correct interface).[1] Default [2] Enter IPHowever, if you choose to enter the ip you may need to run this command first
sudo ifconfig {interface} 192.168.2.2Run
ifconfigin your terminal, there are some cases where more than one interface will have the same ip address. If this is the case then you may need to reboot your machine.
-
To avoid this on mac os install
ssh-copy-idbrew install ssh-copy-id