📜 ⬆️ ⬇️

Orange pi one

Could not resist and ordered for $ 9.9 single-board PC.



Very, very interesting piece of hardware. The size is slightly smaller than a credit card.

')

Specifications



Delivery to the Russian Federation quickly passed, but in the Russian Federation itself the picture is different.

OS


The image of the system took from here .

Copy the image to the USB flash drive:
sudo dd if=image_name.img of=/dev/sdX bs=1M oflag=direct 

Connect via serial port to the serial console of the single-board device and connect the power:
 U-Boot SPL 2017.01-armbian (Feb 02 2017 - 02:59:11) DRAM: 512 MiB Trying to boot from MMC1 U-Boot 2017.01-armbian (Feb 02 2017 - 02:59:11 +0100) Allwinner Technology CPU: Allwinner H3 (SUN8I 1680) Model: Xunlong Orange Pi One DRAM: 512 MiB MMC: SUNXI SD/MMC: 0 

There is a contact.

Now you can connect the network and pick up via SSH:
 [gazpar@localhost ~]$ ssh opigaz@192.168.100.10 opigaz@192.168.100.10's password: ___ ____ _ ___ / _ \ _ __ __ _ _ __ __ _ ___ | _ \(_) / _ \ _ __ ___ | | | | '__/ _` | '_ \ / _` |/ _ \ | |_) | | | | | | '_ \ / _ \ | |_| | | | (_| | | | | (_| | __/ | __/| | | |_| | | | | __/ \___/|_| \__,_|_| |_|\__, |\___| |_| |_| \___/|_| |_|\___| |___/ Welcome to ARMBIAN 5.25 stable Ubuntu 16.04.2 LTS 3.4.113-sun8i System load: 0.15 Up time: 2 min Memory usage: 8 % of 494Mb IP: 192.168.100.10 CPU temp: 29°C Usage of /: 32% of 7.2G 0 packages can be updated. 0 updates are security updates. Last login: Sun Mar 26 04:53:53 2017 from 192.168.100.5 opigaz@orangepione:~$ 

It struck me that everything started with a half kick.

Monitoring


Install RPI-monitor
 sudo apt-get install rpimonitor 

Now you can look at the status of the board from the browser at this address http://192.168.100.10:8888/ :



Remote Desktop


First you need to install DE. I installed XFCE.
 opigaz@orangepione:~$ vnc4server -geometry 1920x1080 

Connect from host:


Works!

I really liked the shawl. Already tried to connect the camera and stream video from it. Everything works, the software takes off, as it should.

Last time with such cards I was picking a year ago - the quality was worse. By the way, now they are not heated as much as before.

And, of course, the price is such that even a student cannot afford it.

Source: https://habr.com/ru/post/325686/


All Articles