PINE64

Full Version: OpenWrt image PineCube
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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/1ttO29qZ...sp=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.
stickied! feel free to add this wiki, too!
Hmm, seems I cannot upvote OP for some reason?

So here goes:  Cool!  +1  etc.  Smile
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
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/1v0d7ktl...sp=sharing
- repository: https://github.com/HandsomeMod/HandsomeMod
- build system: https://github.com/juanesf/HandsomeMod-PineCube-build
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...hange.path
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_aN...sp=sharing

Guide in English
https://drive.google.com/file/d/19UwRI5y...sp=sharing

Guide in Spanish:
https://drive.google.com/file/d/1ANVyM0x...sp=sharing
Awesome. Will have to dig mine out and start messing with it again.
could someone prove it? I would like to make a video but I don't have video editing skills
(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.

link to image:
https://drive.google.com/file/d/1m_-j_aN...sp=sharing

Guide in English
https://drive.google.com/file/d/19UwRI5y...sp=sharing

Guide in Spanish:
https://drive.google.com/file/d/1ANVyM0x...sp=sharing

Posted at PineCube community page: https://wiki.pine64.org/wiki/PineCube#Co...y_Projects
Pages: 1 2