03-13-2016, 09:34 PM
(03-12-2016, 10:39 AM)longsleep Wrote: I pushed another Kernel build where media stuff is enabled, including cedar so people can do some experiments with the video capabilities of the SoC. Some USB camera drivers were added (including UVC) and i enabled also various RC stuff which might be helpful for someone.Apologies if you mentioned this - I didn't see it in the thread. Are you running headless? My primary concern has been "full-blown" Linux support, and I've seen you and others making significant progress. I'm no kernel developer, but I'm growing in comfort around Linux environments, and if you're running headless with a developer build, it will greatly assuage my concerns.
Get 3.10.65-2-pine64-longsleep-43 from https://www.stdin.xyz/downloads/people/l...ges/linux/
I have added gear to easily update U-Boot and Kernel. Update like this (as root) on any of my images:
Code:bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)
Thanks for the great [dev] work.