Jump to content

Tido

Members
  • Posts

    1539
  • Joined

  • Last visited

Everything posted by Tido

  1. Hi APD, It is a PHP application, chances are not too shabby. If you search for "simpnas github" you will find it.
  2. Jesus Igor, you are in your 7th year of this journey and still write back to such posts. You didn't learn to focus your time in all those years to the ones who are worth it and have some canned replies for all the others. Shame on you.
  3. @guidol, @sfx2000, more to tweak. The HISTIGNORE sounds fantastic https://cyb.org.uk/2021/05/03/bash-productivity.html
  4. Whereas Python is an interpreter language too, right? Apart from that, I read on below Github: Cross platform MMIO GPIO that doesn't require one off code for each board. Only a simple property file is required to map registers. Sounds to me like do it once for me and the armbian community (sending in your findings), but I may be totally wrong. https://github.com/sgjava/java-periphery
  5. All your post may need more formatting changes. Tips: use spoiler when adding a long text
  6. Tido

    Security cameras

    I would like to have audio too (a bird cam), but if you only want picture and don't mind using RPi and the corresponding camera (no audio): https://github.com/kclyu/rpi-webrtc-streamer Motion Detection feature provided by Rpi-WebRTC-Streamer uses Inline Motion Vector which is generated during video encoding. And use this to get the approximate Motion Detection function while using minimal CPU resources. I spent hours trying to get a Logitech c310 USB UVC compatible camera running, but UVC helps, but is not the solution to everything. IP-Camera may help or solve a lot? or the original: https://github.com/mpromonet/webrtc-streamer almost at the end of the readme.md: Object detection using tensorflow.js Where are you with your project by now?
  7. The Forum Default Theme, is missing the logo in the left hand corner.
  8. As it is a Python SW I guess it can run everywhere. USBimager is written in C and runs everywhere, has a nice PDF manual in the repo. I am happy with USBimager
  9. IIRC, this is now the case. Please test on your Windows box and report. Thank you.
  10. @Ash Martin @Werner @guidol You do know that this thread is about a BETTER software than Etcher, right? And you do know we recommend USBimager OVER Etcher, right? If not, I recommend to read the first couple posts of this thread. Instead of misleading people @Ash Martin just be quiet. It is not as if you had to comment every post.
  11. Well, systemd offers some diagnose options: systemd-analyze time systemd-analyze plot > RockPi_boottime-$(date +%Y%m%d_%H%M%S).svg systemctl list-jobs to see active jobs Please take a fresh install to do the test - not to miss any improvements.
  12. If you are, then follow @Heisath The current step is advancing the firmware so it is possible to select which SD card to mux where via USB or I2C. You can check the state on the github https://github.com/armbian/mpads
  13. I don't know how to understand that. However, I am more than happy with USBImager I read in the PDF manual about adding my user its group and now not even sudo is necessary to launch it. By the way, new release and this time with the .deb image https://gitlab.com/bztsrc/usbimager/-/releases and if you run man usbimager you see some switches for more functions.
  14. @Heisath is this the latest news on the hardware front or is there another thread? https://forum.armbian.com/topic/11022-serial-console-mux-with-pwr-switch-hat-ordering-thread
  15. Looks like 'old news' in the same thread 1,5 years ago https://forum.armbian.com/topic/10841-the-testing-thread/?do=findComment&comment=83029
  16. Hello again, any progress on that front? You won't believe it but Paperless-NG (a thing I thought about it myself) is born: https://github.com/jonaswinkler/paperless-ng and it sounds promising: https://github.com/the-paperless-project/paperless/issues/711 Apart from that, this large PR has finally received approval and the author wrote me that your problem should be fixed within as well: https://github.com/the-paperless-project/paperless/pull/652 You think this is enough, no!! there is more: https://github.com/eikek/docspell a new project (around 12-14 months) but sounds interesting too, Scala 41.8% Elm 41.7% programing language. Last but not least, I haven't looked further into https://github.com/ciur/papermerge he wrote once he is working full-time on it, but if he doesn't make any money from it and there is no active community around it I guess it will sooner or later go down the same road as paperless.
  17. Sorry, read it on the mobile - had an answer in my mind, but wanted to write on the PC and forgot it Well, both are no longer supported. So, when you change an SBC from Supported to Not-Supported - it doesn't matter for the user whether you call it EOS or CSC - to this person it is the same. No supported images. As soon as someone steps in and want to support it again - its status would change to "supported". As it is anyway on best effort - there is no difference at all. The EOS/CSC never made any sense.
  18. are you kidding me - this is as easy as it gets. Download a file from here: https://yadi.sk/d/_rQgn_FosYuW0g/20.09/20200911 flash your SDcard. Once finished, put the SDcard into your PC-Cardreader and adjust this to your needs: The file "/extlinux/extlinux.conf" All Amlogic models now look for the "u-boot.ext" file. For your device make sure you rename this file: => For s905x and s912 - use u-boot-s905x-s912 to u-boot.ext Put the SDcard in your TV-Box and power it
  19. As you have this: High-end UHD HDR multimedia SoCs with 64-bit architecture, S912 is designed to... have you tried this: https://forum.armbian.com/topic/12162-single-armbian-image-for-rk-aml-aw-aarch64-armv8/ ?
  20. embedded, VPU - video processing unit (encoding/decoding) GPU - graphic processing unit (3D acceleration) SoC - System on a Chip SBC - Single Board Computer WIP - Work in progress NAND - Flash storage GPIO - general purpose input/output CSC - the weirdo.. no support abbreviation EOS - End of Support - Hey Werner, die beiden schreien nahe zu nach einer Zusammenführung.
  21. the link to the explaining forum post of armbianmonitor -u was quite valuable, I think // sent from mobile phone //
  22. Last time I took this one. Easy to configure, but if all ur features are there I dont know http://security.appspot.com/vsftpd.html // sent from mobile phone //
  23. Hi Steven, can you please update your initial posting (a line at the beginning or such) and maybe the last post so people find your great work? Edit: I see you already did.. but just a link. How about some words like: The improved version you find here: ... obviously I stumbled over it, sorry. Edit2: The link mentioned above is dead like a parrot https://www.youtube.com/watch?v=vZw35VUBdzo
  24. ArmbianIO API - in C https://forum.armbian.com/topic/5655-armbianio-api-proposal/ User Space IO - is Python 3 and Java 8 bindings for user space GPIO, SPI, I2C, PWM and Serial interfaces https://forum.armbian.com/topic/6523-user-space-io-is-python-3-and-java-8-bindings-for-user-space-gpio-spi-i2c-pwm-and-serial-interfaces/ and his improvement: https://github.com/sgjava/java-periphery pyGPIO - A 'more general' python GPIO library based on pyA20 https://forum.armbian.com/topic/5662-pygpio-a-more-general-python-gpio-library
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines