Hi!, is there any way to clone a rom image (im currently using the eflasher_3.4.39_20170819) with all the installed programs to then put it on an SD and copy it to another nanopi?
You can try running sudo npi-config. In that program you will find Advanced Options -> Serial -> serial2 Enable/Disable By default it is disabled, so this may be causing your error. Thanks!, I tried it but it did not work (for testing i downloaded minicom, did a shortcut between TX and RX of UART 2...
Hi!, Im trying to use the UART 2 in the new image of the NanoPi neo but i have this problem: echo hello > /dev/ttyS2 bash: echo: write error: Input/output error I have used the /dev/ttyS1 and it works fine. I already tried to export the GPIO manually (echo 0 > /sys/class/gpio export) and assign the ...
I have the same problem, In my case: lsusb ... Bus 007 Device 002: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO) ... and $ uname -r 4.11.2 One clue could be that i could not find the library ftdi_sio modprobe ftdi_sio modprobe: FATAL: Module ftdi_sio not found i...