Search the Community
Showing results for tags 'development'.
-
Has anyone managed to get armbian running on the Allwinner T113-s3? I've been looking into getting it running and there's really no alternatives to Tina linux that I can find. Looks like it works with AWBoot and XBoot as a bootloader so it shouldn't be impossible. I'm completely new to this so if anyone knows anything it would be greatly appreciated. 😄
-
This week's meeting topics: - Check remaining Jira tickets https://www.armbian.com/participate/ - Review issues https://github.com/armbian/build/issues - Review pull requests https://github.com/armbian/build/pulls The general goal of weekly meetings: - To discuss the three (3) issues of the week - Discussions will be documented to respective Jira tickets so they can be tracked - Three (3) new issues will be selected from Jira for the next meeting A weekly developers' meeting aims to coordinate the development of the build engine, continuous integration, operating system features, and low-level support. Meetings are hosted on Jitsi (Video), IRC, and Discord (Text). While we would prefer you attend on Jitsi when possible, we will also monitor text chat during the call for those unable to join Jitsi. Please RSVP either way. Do you want to participate or help in some way? Meetings are focused on developers' top-level topics, and it's expected that they understand embedded software development, software testing, or operating system management. Knowledge of at least BASH & Python is expected in terms of programming languages. Since meetings are held in public, any registered community member can join and listen. If you want to suggest issues for the next week, you have to be recognized Armbian contributor. If you want to become one, resolve at least one intermediate-level issue and tell us something about yourself. This is needed to communicate efficiently and to give you access to our organization infrastructure Jira, Github, hardware lab, and servers. @Contributor/Maintainer
-
https://docs.armbian.com/Process_Release-Model/#agenda Is this list still valid? Supported: WIP Community supported where we could also look for re-enabling supported status. Criteria for Supported must be beneficial to the Armbian project Armbian team must confirm and agree upon all supported boards statuses a named individual as “maintainer” with GitHub ID must be preset in the BOARD_MAINTAINER within Board Configuration File a named individual must commit to providing “best effort” support for their SBC on the Armbian forums maintainer must participate in the Release Process maintainer must sign-off that device has been tested, is stable, and ready for release during release process maintainer must have physical access to the SBC they are supporting maintainer can operate under pseudonym but must reveal his identity to Armbian management maintainer should attend developers meetings held every Wednesday 7:00 PM CET when whole support burden is carried by maintainer and Armbian team, it will be labelled as “Pro bono” More here: https://docs.armbian.com/User-Guide_Board-Support-Rules/#criteria-for-supported Example of maintainer proposal: - add or remove board X from supported. Reason: its broken and I don't have time / I confirm it works, will monitor and collaborate ... - upgrade board X from WIP to supported. It works decently / well, I steal dealing with it, there is upstream support ... or remove as there is no progress, too many issues - board X from community section should become supported because ...
-
Hi, I have been recently working on a couple of extensions: lvm and cloud-init I forked off "v23.11.2" tag when creating my branches, since they are extensions, and wont alter the framework much. Today I noticed that OdroidUX4 is not building, but it was building last week. A patch seems to be failing. I guess it is a kernel/driver patch. Then my question is: is it possible that, on the same tag (v23.11.2), builds break? I am starting to think that the tag is only for the build process/patch set, but excludes, for example a reference to kernel code. I suppose then the situation is that a kernel update has "broken" a patch, would that be the case? If so, is it possible to also checkout a particular working kernel for the sake of a stable dev environment? How do you normally do? R.
-
Docker build: Segmentation fault (core dumped)
Andrea posted a topic in Advanced users - Development
Hi there, I am trying to build the image using docker, but I get several "Segmentation fault (core dumped)" error messages and as result the build gets interrupted. Would like to stick to docker build (I am running of fedora 39, and it automatically selects docker), as it looks to be far more efficient rather than running it into a VM. Any idea on how could I get rid of this issue? Thanks is advance! Andrea -
Greetings! I have acquired for cheap this old board. It runs an old Android (4.x) and I'd like to run Armbian on it, but lack the knowledge to do that by myself. The idea would be to start with booting a Linux a SD image, then attempt to install it on the onboard flash in place of Android. The board is not for sale anymore and the manufacturer removed any mention of it from their site, however Archive.org has a copy along with related files, manuals, firmware etc: https://web.archive.org/web/20140701064007/http://www.giadatech.com/index.php?act=pShow&id=36 The board presents itself when not in USB host mode as "SoftwinerEvb" which appears to be a tablet of some sort. When in FEL mode it returns USB device 001:003 Allwinner A20 1651660f:80515778:52564848:0401b1b0 I also was able to retrieve some data using adb shell: root@android:/ # lsmod sunxi_emac 12965 0 - Live 0x00000000 gps_power 2023 0 - Live 0x00000000 pcf8563 7808 0 - Live 0x00000000 vga_resolution 3916 1 - Live 0x00000000 rtl8150 8115 0 - Live 0x00000000 uvcvideo 54664 0 - Live 0x00000000 videobuf_dma_contig 3817 0 - Live 0x00000000 videobuf_core 15292 1 videobuf_dma_contig, Live 0x00000000 mali 115734 13 - Live 0x00000000 (O) ump 30154 7 mali, Live 0x00000000 (O) gpio_sunxi 6918 0 - Live 0x00000000 sun7i_ir 6559 0 - Live 0x00000000 nand 221273 12 - Live 0x00000000 (O) ----- dmesg output is attached. I never tried to build a new one or adapt an existing image to a new or non supported board and I hope to find some directions to do that without bricking this device. I tried to read the documentation at linux-sunxi.org, but it's huge and I found hard to even understand where to start. Thanks for any help. Giada-NI-A20_dmesgout
