BananaPi BPI-M3 New Image (New Emmc) Ubuntu16.04 & Debian9 Release 2018-07-18

Dear all, good work :sunny: 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

Cheers, Uwe

1 Like

Hello i have a question how ai can change display mode in image burning on mmc ?

Hello,Please see Here: http://wiki.banana-pi.org/M3_Image_Map#Ubuntu_16.04

image

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.

hello, please try this shell : ./usr/local/bin/cameratest.sh

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?

I have opened a new post: BPI M1 and BPI LCD 7" (HC070TG38035)

Did you have other board? Both M1 and M64 have this problem right?

Hi Jack.

Yes both have this problem. I don’t have another board.

Thank you.

Hi.

LCD module finally works with BPI M64 board!!! We updated drivers from https://github.com/BPI-SINOVOIP/BPI-M64-bsp and used gt9xxnew_ts.

Thanks for your help.

2 Likes

Can somebody help, Im using mipi display is it enough to connect only 4 mipi data lines(positive and negative) and clock line(positive and negative). I dont need touch interface. Display is hsd088ipw1-a. I have all voltages necessary for display.

Hi all, I got trouble to use the M3 as an NFS 4 client with the recent debian image. I always get a null pointer dereference. Does anybody know how to solve this?

[   54.333510] Unable to handle kernel NULL pointer dereference at virtual address 00000000
[   54.333551] pgd = e35c8000
[   54.333574] [00000000] *pgd=00000000
[   54.333622] Internal error: Oops: 5 [#1] PREEMPT SMP ARM
[   54.343109] Modules linked in: bcmdhd ft5x_ts sunxi_ir_rx vfe_v4l2 videobuf_dma_contig videobuf_core ov5640 cci vfe_subdev vfe_os pvrsrvkm(O) option usb_wwan spidev ip_tables x_tables
[   54.343109] CPU: 0    Tainted: G           O  (3.4.39-BPI-M3-Kernel #3)
[   54.343109] PC is at nfs4_init_client+0xd8/0x124
[   54.343109] LR is at nfs_idmap_new+0xf4/0x11c

Thank You Very Much

Chromium not worked!!

How to run mysql or mariaDB on BPI M3 Debian?

I’m angry!!! :face_with_symbols_over_mouth:

It seems that this is not possible!

This is the worst board!

This is the worst core!

This is rubbish!

1 Like

I also did not solve this problem :frowning:

1 Like

sorry for this, let me check please.

if possible, please make a debian server. Many do not need a desktop

3 month BPI M3 works. And now this:

Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/mmcblk1p1 does not exist. Dropping to a shell!
Rebooting automatically due to panic= boot argument

image

sorry for late reply, I will release one soon.

hello, could you please descrip more detail for this?

Where is your wiki ? I wanna build Kernel 5.0.X for Banana Pi M3 …