Jump to content

hexzhen3x7

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

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

  1. I'll make a List of changes, ArmbianOS will need to COMPLETLY SUPPORT Banana Pi. Then, I'll contact the Contributors with a link to my proposal to slove the problems, all banana-pi user of Armbian will have in using gpio-libs & some boards Builtin_LED's arent all triggered to blink, this is a little correction I'll do for all boards by using a init.d service-script as default . After this, I'll implement this changes in my forked repository, and present the END-Solution, I'd propose ... A Little List: Building the "Board Determinier"-Files by an Extension init.d - Service to Trigger all onBoard LED's, which should show activity by blinkin' !" -> Extension GPIO-Developer Extension, which will prompt a Menu, with choosable Hardware-Interfaces (Device-Tree-Overlays), which will be enabled in output-build, choosable GPIO-Libarys of the short List of working Libs for Banana Pi, but I updated the importants to be usable on latest system using gcc-10 or higher. & automaticall install of package-dependencies. (I'll create a APT-Mirror Archiv on my Server, which will be available for Banana Pi Armbian-Systems, to get the working gpiolibs easily. The most user dont understand how to get them ready for use.
  2. I tried my first extension yesterday, I'm looking forward to use extensions instead of customize-image. so the user can customize their image without problems in understanding code. But I'll work on docs for this extensions im plannin to code
  3. I'm planing to build a branch specially for bananapi products, supporting all boards. If i can upload this after I reached a stable state to your repository, that would be nice. But I have to do a lot of work for the device trees I think. An I have currently a problem using bullseye. I'll work later or tomorrow on it and post my build-logs here.
  4. Dear community, Im searching the device-tree overlay files for Banana Pi M2 Berry/ Ultra in dts format. I found: sunxi-DT-overlays But that doesnt contain the sun8i-r40 overlays I want to see how the i2c0, i2c1 and w1-gpio overlay looks!" greetz, hexzhen3x7
  5. Dear Community, I'll build a Developer Team specially for Banana Pi Boards!" GPIO Libarys I started updating/modifing the old GPIO-Libarys, so they can be used on the latest builds! I want to build a Team, for GPIO-Libary Development, for porting these Libarys: WiringPi-Node WiringPi-PHP WiringPi-Perl WirinigPi-Ruby gpiozero rpi-gpio Updating and modifying these: RPi.GPIO BPI-WiringPi2-Python BPI-WiringPi2 At the end, all currently working GPIO Libarys are: luma.oled RPi.GPIO BPI-WiringPi BPI-WiringPi2 BPI-WiringPi2-Python Armbian Build System for Banana Pi I started building the build-system for full banana pi support! Anyone who would like to join the developer-team, just pn me, post in this thread, or contact me on github or discord!" I created a GIthub-Organisation for this project and a Discord Server. A Domain & VPS Server is commin Monday!" Goals: Support ONLY for Banana Pi Boards Board Determiner Script which exports Board-Infos, required by gpio-libs (usual located at: /var/lib/bananapi) APT-Mirror Archive Hosted by our project-teams vps-server! ( Mirror stores all latest gpio-libarys we specially build for using on latest builds and other packages we'll develope in future) Added APPGROUPS: Pentesting, TV-Box, Server-Side, Game Desk & Development Revised menu for selecting extensions and other additional items Revised config menu Adding additional build options A Web-Based Project-Server Hosted Build-System will be build and available on the project-page, where you can build images remotely, according to you settings made in the WebInterface, with live progress & build-log + downloading compressed own image-release. A publish option will be added to, where you can upload your builded image to any Cloud/Storage we provide. Revised device trees According to APPGROUPS and Enabled Extensions: I2C, SPI, UART are enabled in the gpio_develope extension, and all requirements for gpio-programming are pre-installed, the gpio libs are pre-installed too. If you have some Ideas, what we could add or which wishes we can make true, just reply in this post, or contact us. Github Organisation Discord greetz, hexzhen3x7
  6. I think so. I was one of the people who started building the first raspberry pi. I got a brain stroke and lost everything. The costs for the plans got me broke. I even sold the invention of raspberry pi. We had to sell the company but we got out fine and we collected enough donations, so we could open a new company. My love was OpenSource, and we had the construction plans, which had costs us/me everything!" But that wasnt the end at all. I introduced my programmer, he is the Main- "Artist" of WiringPi, to enquiry some companys to produce our product, but with some changes. I started becomin my memories back since june this year. I had a really big brain damage, but now all my memories seems to commin back. But today I dont know how I could contact my programmer I scheduled for this Job. I gave him power of attorney and dont know whats about my company, my bank account etc... I have bought a raspberry pi 4 a few days ago. The Dealer sents me a bricked board. As i saw the company name, I rememberd that I was invited to him as he started as a young entrepreneur. He asked me if I could help him by setting up the first device of his mining farm. While setting up, we wanted to wrote the firmware to emmc and we did it with a raspberry-imager version with network-installation method. Anything failed there and the board bricked. He asked me if I could send him a replacement. I said Yes, Im the Boss, that would be no problem i think. after back in the car of my programer, he said, if you replace everytime someone makes a mistake youll never get out of your money, you invested for developing the board. So many years later and the dealer sent me this board, which got bricked as i was on his presentation. If anyone want to know, if im a liar, we could invite my old customer to a video-chat. He has started reselling my invention on: https://db-tronic.de So I Would Say YES, IM the one and only who could say, that everything I do in codeing OpenSource is what the manufacturer could want me (the inventor) to represent. Back then, I commissioned the programmer of the WiringPi libraries to teach me how to program because I actually wanted to create these libraries. But unfortunately he said that it would take too long to teach me and that he would start writing the libraries himself. He is my co-leader. I Hope he didnt sold the company without my consent.
  7. Im currently working on a Build-System specially for Banana Pi !" If you want, i can send you a build, made for this board, It works fine!"
  8. RPi.GPIO The Goals: Updating the Libary for Banana Pi to the latest version of the original Libary written for Raspberry Pi. Adding GCC-10 > Support [DONE] Adding all missing Boards to the list of supported Boards. ( Therefore I'll add a Board-Determiner function in the ArmbianOS BuildSystem im currently working on, which automatically adds the board-determiner files to: "/var/lib/bananapi" Looking for new ideas like adding a module for SPI TF/micoSDCard reader, i2c - ssd1306 oled displays, i2c liquidcrystal lcd displays, 4-bit led tube modules, potentiometer, &&& More WiringPi The Goals: Support for Ruby, NodeJS, Perl, PHP (maybe after this goals, support for: golang, & more) Adding currently not supported Boards to the list of Supported. (Maybe if we are lucky, the GPIO-Tables of some Boards are the same. If this is true, we can easily add new boards to the Board-Detection script to support them) WiringPi-Python The Goals: Adding Python3 support. In my opinion, the old libary should be released for support python2 only , and a new version specially made for python3 would be the Libary with LTS, and features, which will be added time after time by starting surveys about features, the developers wish to see in the next release!" For adding Python3 support we need to redefine some functions, which are deprecated, but that wouldnt be a lot of work. Adding new Boards to the List of Support. Compiling latest releases for all distributions, made for the supported boards & adding them to our self-hosted package-manager mirror made for APT, RPM, SNAP & More I'd buy a VPS, for hosting package-manager mirrors, including all packages supported by our board specially for gpio-codeing !" I'll link another thread here later too. In this thread Im searching for members who would like to build a team, for building an ArmbianOS-Buldsystem for Banana Pi including a board-detection/determiner function which will export all board-information scripts to the image which is to be build. And a Menupoint to Enable "Developer-Image" which automatically enable I2C, SPI & UART, installs all latest GPIO-Libarys we support. & More
  9. Do you know how i can add sun8i-r40-i2c0 , I2c1 & w1-gpio?
  10. I Found the Entry, which was in "Hardware" in the old armbian-config. Now it seems to be categorised in Devicetree Overlays, is this right?
  11. Dear Community, Everytime I build a new Armbian OS, it comes with "configng" which dosent support the Feature to enable I2C, SPI & UART, the category "Hardware" isnt available in my build. How can I add the armbian-config to my automated build-system which adds the armbian-config with support of enabling this? I add a picture of the armbian-config, which comes with the currently build. At "system" is an entry with "armv7l" , but I build the OS for sunxi8. What I need to do, to support the Hardware entry in my armbian-config?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines