Jump to content

Ucino

Members
  • Posts

    59
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thanks for your reply. I was just starting to post an issue on github and i have see that the -c has already been added Thanks to this user too to have added it there.
  2. Thanks a lot for your help guys! No problem with -c : shasum -a 256 -c Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz.sha Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz: OK So it seems it's ok, no ? If yes, do you think I can make post in github to improve the documentation (https://docs.armbian.com/User-Guide_Getting-Started/#how-to-prepare-a-sd-card ), suggesting to add this - c to check the integrity ? Or do you think in some case it can make problems ? Thanks a lot
  3. Hello, I have downloaded two times Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz and two times i have this result : shasum -a 256 -c Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz.sha Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz: OK shasum: Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz: no properly formatted SHA checksum lines found I don't know if it's ok... There is a "OK" but after it seems there is problem "no properly formatted SHA checksum lines found". Someone know if I can use it without problem ? Thanks, Best regards
  4. I'm newbie about drivers and compiling things, so becarefull of what I'm writting, it's certainly wrong. You maybe have 3 possibilities : 1) - copy and past a file (this what I have done one time : 2) - compiling the full armbian and adding to him the patch during compiling ( cf. https://docs.armbian.com/Developer-Guide_Build-Preparation/ ) 3) - or compiling inside your armbian. When we are looking in https://github.com/avafinger/gc2035 we can see at the end of the page an example of compiling for BSP, so it seems that the right way is the option 3). It seems that you will have to adapt things of the compiling step : make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j2 INSTALL_MOD_PATH=output SUBDIRS=drivers/media/video/sunxi-vfe/device modules CC [M] drivers/media/video/sunxi-vfe/device/gc2035.o Building modules, stage 2. MODPOST 40 modules CC drivers/media/video/sunxi-vfe/device/gc2035.mod.o LD [M] drivers/media/video/sunxi-vfe/device/gc2035.ko But I'm sorry, I have no idea on how you can adapt this for armbian. Maybe, after you have done a backup of your files and OS, you can give it a try, and tell us the result ?
  5. Cool if it works. Sorry I didn't remember about the content of gc2035 on github . If it's works fine for you, maybe you have nothing to do ? Why do you think you have to care about it, maybe you have some other problems with the video ?
  6. Thanks for your feedback. As olivluca suggest, I think the first step you can try to do is using the 3.X kernel : https://www.armbian.com/orange-pi-lite/ at the end of the page : https://dl.armbian.com/orangepilite/Ubuntu_xenial_default_desktop.7z I hope it will works, please tell us the result.
  7. Hello, An other way to have Firefox working easily : using synaptic we can downgrade from 61 to 45 and firefox don't crash, on OPiPC+ with Armbian_5.38_Orangepipcplus_Ubuntu_xenial_default_3.4.113_desktop
  8. Hello, Could you tell us which nano computer you are using, which version of armbian, and which camera ? thanks
  9. Hello, Have you tried to connect the ribbon differently ? For me only as this it was working : https://lightpics.net/i/PyuE
  10. Thanks a lot for your reply. As I'm using CSI camera, it seems that I need for the moment legacy. On https://dl.armbian.com/orangepipcplus/ Debian Strech next is mainline, no ? So the best choice could be Debian Jessy Default for motion eye + CSI camera ?
  11. Very nice ! Have you made some special setup of motioneye ? I'm using armbian ubuntu desktop (but without screen), maybe you use a headless version ? Or maybe it's because of I'm using wifi with an important distance ?
  12. I have made some tests. It's not with USB but with CSI camera of orange pi, on orange pipc+ + armbian ubuntu desktop (but used without screen) & using a debian laptop to connect to the opipc+ If I do : General settings > advanced settings > on Video device > Frame rate > 20 Resolution > 640 x 480 (was by default) I have a better framerate : 10 / 12 fps.
  13. Ok I think I have understood the problem : There is a difference between boot and reboot... nano /etc/rc.local is for booting but not for reboot. So if I add : sunxi-pio -m "PG11<1><0><1><1>" modprobe gc2035 modprobe vfe_v4l2 exit 0 to /etc/rc.local with root user AND I shutdown the system, it's working, If iI just reboot, it's not working after having edited /etc/rc.local , we have to shutdown and boot...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines