Power & Source of Big Ideas

4 others: Don't use nanopi-duo2_sd_friendlycore-xenial_4.14_armhf_20181218.img Python scripts are missing.
As you can see... I'm root and there is no such directory:
pi@NanoPi-Duo2:~$ sudo su -
root@NanoPi-Duo2:~# ls -d ~/*/
/root/malitest/ /root/mjpg-streamer/ /root/Music/ /root/watchdog/
root@NanoPi-Duo2:~# pwd
/root
root@NanoPi-Duo2:~# id
uid=0(root) gid=0(root) groups=0(root)
to turn on the gsm, u need to install wiringNP then use the following: sudo gpio mode 16 out sudo gpio write 16 1 I'm allready installed wiringNP #> sudo su - #> gpio mode 16 out #> gpio write 16 1 Same as before. Commands accepted (no error=0) but GSM and light are dead. for the sim800c-test.py fi...
http://wiki.friendlyarm.com/wiki/index.php/GSM/GPRS By default the FriendlyCore system FriendlyElec provides has a Python demo for testing SIM800C. I searched for *sim800c* and... nothing found. And I haven't found any download link for the test python scripts or lib... GSM can be connect at /dev/t...
You could try to expand eth0 in /etc/network/interfaces: auto eth0 allow-hotplug eth0 no-auto-down eth0 iface eth0 inet dhcp Entries added + Reboot = Same as before :/ how about: dmesg|grep -i eth0 #> dmesg | grep -i eth0 (I'm blind) [ 11.582881] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management...
did you try "sudo ifconfig -a" if there is any eth0-device? Yes. With AND without carrier-board eth0 Link encap:Ethernet HWaddr 02:81:26:9e:2d:ee UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:...
Hello, which port (UART/WiFI/Ethernet?) do you use for the console? - UART and WiFi works as expected Did you insert the Duo2 the right way to the box-board? - YES Do you power the box board via MicroUSB-Port? - Yes, 2A (is the Duo2 powered from the box-board?) - Yes Did you switch on the box-board?...
Hello, I want to use my NanoPi Duo2 with the NanoPi Duo2 IoT-Box , but nothing on the board works... Power on... Power LED (red): on LAN LEDs flicker only for a short periode and then off On the console: >> sudo ifconfig eth0 down >> sudo ifconfig eth0 up Shows no error (0) Short: No USB No LAN (No ...