Changes

Jump to: navigation, search

Orange Pi R1

1,254 bytes removed, 10:51, 24 June 2022
Universal Software Configuration
The above illustration is using fdisk and resize2fs to modify partition and file system, you could also use gparted. Gparted has graphical interface and it could help you to re-size file system at the same time of re-sizing partition. Goarted is much easier to use and reduce the change to make mistake. For now our offial Lubuntu and Raspbian could not use it.<br>
<br>
'''8)How to use gc2035 on Linux'''<br>a.Use find command to find the location of the following files, and load it according to the specified order<br>insmod videobuf-core.ko <br>insmod videobuf-dma-contig.ko <br>insmod uvcvideo.ko<br>insmod cci.ko <br>insmod vfe_os.ko<br>insmod vfe_subdev.ko <br>insmod gc2035.ko <br>insmod vfe_v4l2.ko<br>There should be generated video0 on /dev/ after loaded. After low-level driver install, then the Andoird could be used directory.<br>b. Use camera in Linux<br>i Load up driver<br>sudo modprobe gc2035 <br>sudo modprobe vfe_v4l2<br>ii. Install motion<br>sudo apt-get install motion<br>iii. Modify configuration <br>sudo nano /etc/motion/motion.conf <br>stream_localhost off<br>iv. Create folder for images saving <br>mkdir ~/motion<br>v. Modify permission <br>chmod 777 motion<br>vi. Continue modifying configuration <br>sudo nano /etc/default/motion <br>start_motion_daemon=yes<br>vii. Boot the server <br>Sudo /etc/init.d/motion start<br>Enter the following in browser: localhost:8081 <br>You could check image output from camera.<br>Besides, you could also refer to this link:<br>http://www.cnx-software.com/2015/09/26/how-to-use-orange-pi-camera-in-l inux-with-motion/<br><br>'''9)eth0 and wlan0 static mac address setting'''
<br>
a.If the system do not use systemd, you could modify rc.local directory and add the following:<br>
Modify mac address of eth0 is same as modifying wlan0’s, just need to replace wlan0 into eth0.<br>
<br>
'''109)Orange Pi Android root'''
<br>
There is defaulted with root permission on Android pre-installed, but lacking authorization management software. The following is how to add authorization management software.<br>

Navigation menu