|
Edited by nopnop2002 at 2016-6-2 22:32
If you don't have a HDMI monitor, It's necessary to install Armbian and update package useing OPI-ONE.
It's possible to find an IP address of OPI-ONE using netdiscover installed in other RPI.
- $ sudo apt-get install netdiscover
- $ sudo netdiscover -r 192.168.1.0/24
Copy code
You can login via SerialConsole with this step.
The following operation is performed by the root user.
(1) Backup of boot.cmd
- # cp -p /boot/boot.cmd /boot/boot.cmd.org
Copy code
(2) Edit boot.cmd
before
- setenv bootargs "console=tty1 root=/dev/mmcblk0p1 rootwait ......
Copy code
after
- setenv bootargs "console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait
Copy code
(3) build in boot.scr
- # mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr
- Image Name:
- Created: Wed Jun 1 14:42:43 2016
- Image Type: ARM Linux Script (uncompressed)
- Data Size: 2388 Bytes = 2.33 kB = 0.00 MB
- Load Address: 00000000
- Entry Point: 00000000
- Contents:
- Image 0: 2380 Bytes = 2.32 kB = 0.00 MB
Copy code
And reboot.
You can log in useing SerialConsole.
After this, you move SD - CARD from OPI-ONE to OPI-Lite.
You can login via SerialConsole in OPI-Lite.
and do a setup of wifi useing OPI-Lite.
|
|