yep, i know. but i guess firefly hasnt updated their 3.14 repo yet with latest commits, is it?
actually I have some more patches (about 25) in store to push for their 3.14 repo as i now have mali r12p0 running, with vpu support (both native linux and using machybris - all but hevc) and also rga support, all on 16.04. i ported most patches from the rockchip repos.
is this ubuntu 16.04 release based on kernel 3.14?
and if so, is your github kernel 3.14 repo now up to date or do you still need to push some commits?
if 3.14 repo is uptodate then i can push some more commits to add rga and vpu.
is this ubuntu 16.04 release based on kernel 3.14?
In the Chinese Firefly forum they said the kernel used was that 3.14 one I posted above.
I think you should push your commits to it then they can merge it.
Oh , our mistakes, for ubuntu 16.04 use systemd instead of upstart. userspace firmware loading not support now. so we need to add brcmfmac firmware into kernel.
this bug is fixed https://github.com/T-Firefly/firefly-3.14-kernel
ujerry Posted at 9/12/2016 10:57
Oh , our mistakes, for ubuntu 16.04 use systemd instead of upstart. userspace firmware loading not …
hi thanks, i’ll compile a new kernel from your source to get wifi working again.
I’ve also noticed that i seem to get keyboard input lag and errors with typing, tried several keyboards as well and all present this issue.
another thing i noticed was that ubuntu seems to be having crashes causing error messages every now and then
peba Posted at 9/20/2016 01:15
You could also try the Debian 8 image for the MiQi SBC on the Firefly board.
The current OS image f …
hi peba, this looks very interesting as id like to be running mainline kernel on this board, can you confirm what hardware is working after flashing this MiQi firmware. for example does bluetooth and wifi work at all?
Hi Aussie John, I do not know what will work on the firefly when you flash the miqi image on it. I do not own a firefly board so I can’t test. Why not also buy a MiQi board ? It should not take too long until the firefly developers will provide an updated image with all drivers needed for the firefly board. Rockchip has decided to actively support Linux Distributions (Debian from linaro) on its SOC’s like the RK3288. Read about the Rockchip toolbox here: http://www.bitkistl.com/2016/09/the-rockchip-toolbox.html https://forum.mqmaker.com/
I know it’s an beta version, but I flashed the image on my Firefly RK3288 Plus and I got this two issues:
The HDMI signal turns off and on randlomly in such a way that the monitor turns off and on for about a second (it does not matter if I have X running or not).
There is clearly something wrong with the graphics, I get this line often: “[drm:drm_mode_legacy_fb_format] ERROR bad bpp, assuming x8r8g8b8 pixel format”, if it has to do with my setup (e.g. the TV I have connected the HDMI to, or anything else I don’t know)
Hi
the HDMI problem : please post the X11 log :“cat /var/log/Xorg.0.log” after the HDMI turn off and on.
the keyboard problem: connect the keyboard after the os is ready. then post the kernel log .
and use the cmd “lsusb” to see the usb devices.
Hi
I find this from your Xorg.0,log
[ 14.025] (EE) ARMSOC(0): Output HDMI-1 enabled but has no modes
[ 14.025] (EE) ARMSOC(0): ERROR: xf86 Initial Configuration failed
[ 14.025] (EE) ARMSOC(0): ERROR: Cannot get KMS resources
It is so strange ,we have never met before.
so ,as i think, the os try to find the best mode in your monitor by turn off and on.