This release is for banana pi M3 board which is based on Allwinner A83T, We release three Images, Ubuntu 16.04 Desktop & Server is based on kernel 3.4, Debian Jessie 9 is also based on kernel 3.4.
thx.
i had tried 4.M3 Debian Jessie 9 with 7 LCD (bpi-bootsel /usr/lib/u-boot/bananapi/bpi-m3/BPI_M3_LCD7.img.gz) and touch screen not working. i ll try modprobe ft5x_ts and it does not helps me to solve problem. may be you know why?
I had triyed all 3 images and at Ubuntu Big and Debian Jesse touch is not working. at Ubuntu Lite after i had install Xserver touchscreen is working. i will try to assambly what i need at Ubuntu Server(Ubuntu lite) version. Thank you for you Great work.
Dear all,
good work
The debian image works now very well for me. ubuntu doesn’t upgade proper - so debian is now my candidate. Some things I had to fix - might be also interesting for others:
pulseaudio is always unhappy with the old kernel:
“shared memfd open() failed: Function not implemented”
=> add “enable-memfd=no” to /etc/pulse/client.conf
Linking error when running own compiled binaries:
“error while loading shared libraries: /usr/lib/arm-linux-gnueabihf/libc.so: invalid ELF header” => cd /lib/arm-linux-gnueabihf/libc => sudo ln -s libc.so.6 libc.so => sudo ldconfig
set performance mode, specify the governor to use at boot. Edit /etc/default/cpufrequtils (you might need to create it if it doesn’t exist). Specify the governor with the GOVERNOR variable:
valid values: userspace conservative powersave ondemand performance
get them from cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors:=> GOVERNOR=performance
Hi, How can I stream usb camera video? I’m using Logitech c930e (which with guvcview cooperate fine, device is listed in lsusb etc…). I was trying to use mjpg-streamer but it failied unfortunatelly. Currently I have installed M3 Ubuntu 16.04 Mate Desktop (which seeams to work stable with my new emmc memory). I need video streaming for my 3d printer (software for Octoprint I have installed and it runs ok, just camera problem only left). Please advice any solution for live streaming.
Hi I’m facing a problem with touch module (HC070TG38035). I have tried this module with BPI M1 and M64 boards, touch is detected but not corrected calibrated. I have used ubuntu desktop 16.04 image in both cases, getting the same result. Could you help me with this issue?