OpenWrt image PineCube - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PineCube (https://forum.pine64.org/forumdisplay.php?fid=149) +--- Forum: Development Discussion on PineCube (https://forum.pine64.org/forumdisplay.php?fid=151) +--- Thread: OpenWrt image PineCube (/showthread.php?tid=13158) Pages:
1
2
|
OpenWrt image PineCube - JuanEsf - 02-18-2021 Hello everyone. this is the first openwrt image for pinecube totally to test i dont think it is stable. enjoy... - kernel 5.10.16 - u-boot 2021.04-rc1 - 1GB partition github link: https://github.com/juanesf/openwrt gdrive image link: https://drive.google.com/file/d/1ttO29qZGZoRMw0Xas9R_id7g21rVIQ4-/view?usp=sharing ps: do not activate wireguard in menuconfig, it has a conflict since since kernel 5.6 wireguard is integrated in kernel and gives problems with the package in the openwrt repository. RE: OpenWrt image PineCube - tophneal - 02-18-2021 stickied! feel free to add this wiki, too! RE: OpenWrt image PineCube - TRS-80 - 02-18-2021 Hmm, seems I cannot upvote OP for some reason? So here goes: Cool! +1 etc. RE: OpenWrt image PineCube - JuanEsf - 02-21-2021 My way to get connection to the internet and to pinecube is to enter by serial and enter the following commands: uci show network uci set network.lan.proto='dhcp' uci commit service network reload ifconfig take note of the address, you can install luci with the following: opkg update && opkg install luci RE: OpenWrt image PineCube - JuanEsf - 05-04-2021 Hello everyone again. Looking for a way to create modules for the pinecube camera I found a specialized openwrt fork (ready-to-use lightweight linux distribution for single-board computer and IOT devices) which contains support for sunxi among others. I have managed to create an image with a lot of applications and utilities to use, ffmpeg, mjpg-streamer, motion and v4l2rtspserver are included although I have only managed to get ffmpeg to work. If you want to try this image here I leave them: - disk image: https://drive.google.com/file/d/1v0d7ktlvV3voOZbVGyP2EeU6dUtcyAy7/view?usp=sharing - repository: https://github.com/HandsomeMod/HandsomeMod - build system: https://github.com/juanesf/HandsomeMod-PineCube-build RE: OpenWrt image PineCube - JuanEsf - 08-05-2021 Hi to all. I have a new image with a patch in mjpg-streamer that allows to use the jpg format instead of mjpg of the ov5640 camera, entering a few lines in rc.local you can obtain the network camera with a lower processor consumption. I will upload the image and instructions soon. bye... https://github.com/juanesf/packages/blob/53c107ec2734f4bfa73faab78242b1b3745ffd7d/multimedia/mjpg-streamer/patches/mjpeg-to-jpeg-change.path RE: OpenWrt image PineCube - JuanEsf - 08-10-2021 Hello everyone, here is a short guide to configure mjpg-streamer with ov5640 in PineCube with a HandsomeMod (OpenWrt Fork) image. I am not programmed, just an hobby and excuse the English as it is translated. link to image: https://drive.google.com/file/d/1m_-j_aNu0U0571cYdEfDR8T73I_Cj0XJ/view?usp=sharing Guide in English https://drive.google.com/file/d/19UwRI5yGxA_Pk03_82OT_VF-icl38kEL/view?usp=sharing Guide in Spanish: https://drive.google.com/file/d/1ANVyM0xG5HJ9fd7unJVPtLnYBZkgWX2g/view?usp=sharing RE: OpenWrt image PineCube - zer0sig - 08-12-2021 Awesome. Will have to dig mine out and start messing with it again. RE: OpenWrt image PineCube - JuanEsf - 08-13-2021 could someone prove it? I would like to make a video but I don't have video editing skills RE: OpenWrt image PineCube - tllim - 09-24-2021 (08-10-2021, 10:53 AM)JuanEsf Wrote: Hello everyone, here is a short guide to configure mjpg-streamer with ov5640 in PineCube with a HandsomeMod (OpenWrt Fork) image. I am not programmed, just an hobby and excuse the English as it is translated. Posted at PineCube community page: https://wiki.pine64.org/wiki/PineCube#Community_Projects |