RSS Bot Posted January 26, 2023 Posted January 26, 2023 My effort to implement an official armbian support for OLIMEX Teres A64. How to help Testing of the image To capture any bugs i need testers if you want to help then: 1. Install the provided image on a class 10 A1 or higher SDCard and use it to boot the system using command # dd if=/path/to/file/img of=/dev/SDCARD_HERE conv=sync status=progress && sync * Armbian_23.02.0-trunk_Teres-a64_bullseye_current_5.15.89_minimal.img * Armbian_23.02.0-trunk_Teres-a64_bullseye_current_5.15.89_minimal.img.sha * Armbian_23.02.0-trunk_Teres-a64_bullseye_current_5.15.89_minimal.img.txt DO NOT update/upgrade the system! (apt update or apt upgrade or apt dist-upgrade) * We need reproducible results and updates will only introduce variables to the testing Pick a desktop environment for testing: GNOME (tested by @Kreyren) XFCE4 (wanted) KDE (wanted) others? Report any bugs Help solving issues No Audio The current image has no audio which is currently being investigated, if you have any relevant info then let me know GNOME Laggy af The animations needs to be disabled for it to be usable or the gnome build optimized Unable to login after wrong password When i put wrong password in the gdm it will get stuck in authentification error blinking for some reason How to contribute a. Clone the repository $ git clone --branch=armbian-next https://github.com/armbian/build armbian-build-next b. Build the image $ ./combile.sh docker-shell c. Put the image on your OLIMEX Teres A64 system # dd if=./output/images/armbian..img of=/dev/SDCARD_HERE conv=sync status=progress Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Jira reference number [AR-9999] How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [ ] Test A [ ] Test B Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules Superseeds: https://github.com/armbian/build/pull/4749 View the full article
Recommended Posts