Power & Source of Big Ideas

Can you power the NanoPi Duo2 with the 5V In/Out pin and a ground instead of using the USB input? Thanks, Bob Sure, this is working. If you use the IoT-Board, then you have there a Network-Connection and two USB Connections on this board. The +5V are supplied not over the micro-USB socket of the Na...
I have the same problem. If I try to change the seial-Pin (UART0 / debug) to ordinary I/O-Pins (PWM-Pin) I get this message in the terminal: pi@NanoPi-Duo2:~$ sudo npi-config Couldn't open blob from '/sys/firmware/fdt': No such file or directory Couldn't open blob from '/sys/firmware/fdt': No such f...
With "sudo" it is working. pi@NanoPi-Duo2:~$ sudo ffmpeg -t 30 -f v4l2 -channel 0 -video_size 1280x720 -i /dev/video0 -pix_fmt nv12 -r 30 -b:v 512k -c:v cedrus264 test.mp4 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers built on Sep 6 2016 11:47:46 with gcc 5.2.1 (Ubun...
I have connected the "NanoPi Duo2" with the Camera "OV5640" and try to stream a video over the network or simply create a video-file for testing. (The OV5640 is the matching 5MP Camera Module for the NanoPi Duo2.) In the Wiki I got the information to use the Linux-3.4 image to ha...