8,367
edits
Changes
→Initialize settings for your Linux system
=== '''Initialize settings for your Linux system''' ===
<br>
You need to make some basic settings when it is you first time to use Linux on Orange Pi i962G-IOT, like wifi setting, audio setting, user setting. <br>
<br>
'''1)Wifi setting on serial port'''<br>
<br>
sudo orangepi_config<br>
> wifi settings<br>
<br>
You need to use two cellphones if you want to use this function. Please refer to this: <br>
Orange Pi i96 2G-IOT is defaulted to connect the hotspot of orangepi, the password is orangepi. Use another cellphone’s hotspot function, setting the hot spot name as orangepi, password as orangepi. It will connect to orangepi hotspot default after booting the system. After that, use another cellphone to connect the hotspot, and use “wifi assistant” to check the IP of Orange Pi i962G-IOT.<br> After getting the IP of Orange Pi i962G-IOT, you could use SSH remote login in Linux PC or Windows PC. Command as following: <br>
ssh <span style="color:#42b3ee;">[email protected]</span><br>
Password: orangepi<br>
After enter the system via ssh, run the following command to connect to router: sudo orangepi_config<br>
<br>
=== '''Write Android into Nand''' ===
<br>