All Activity
- Past hour
-
Unfortunately, LLM is wrong here. There are MAX98357A boards, such as the violet one, which support (L+R)/2 and single/selected channel modes. I was able to configure the board using ESP32 and a sinus wave, so I can confirm it is possible and the board is not malfunctioning. For some reason, the sunxi driver (or ALSA) misbehaves, and I can't determine where the problem is.
- Today
-
Hi @Gunjan Gupta, Thanks for the info. I'm trying to do something similar but on a different board. Running the "uboot-patch" build command just seems to download uboot?? There is no pause for me to make changes then to hit enter to continue. Has the process changed or am I doing something wrong? Many Thanks, Fiery
-
Orange Pi Zero 3 ili9486 TFT LCD (WaveShare 35a)
WDR_s replied to goodfvh _YT_'s topic in Allwinner sunxi
Hi goodfvh _YT_. I wanted to know if you are using Dupont wires? -
Looks like that one can take stereo input but it is mostly designed to output one channel only. Did not research on my own but asked LLM. Since you experience one channel output only it might be correct about this behavior and also the overlay seems correct. In case you're interested in the output summary:
-
Hi everyone, I got my OrangePi Zero 2W to work with MAX98357A board, the violet one, but I can only hear one channel. I didn't modify ALSA much, just focused on DTS: ... fragment@1 { target-path = "/soc"; __overlay__ { ahub0_plat: ahub0_plat { #sound-dai-cells = <0>; compatible = "allwinner,sunxi-snd-plat-ahub"; apb_num = <2>; /* for dma port 5 */ dmas = <&dma 5>, <&dma 5>; dma-names = "tx", "rx"; playback_cma = <128>; capture_cma = <128>; tx_fifo_size = <128>; rx_fifo_size = <128>; tdm_num = <0>; tx_pin = <0>; rx_pin = <0>; pinctrl-names = "default", "sleep"; pinctrl_used; pinctrl-0 = <&ahub_daudio0_pins_a>, <&ahub_daudio0_pins_b>, <&ahub_daudio0_pins_c>; pinctrl-1 = <&ahub_daudio0_pins_d>; status = "okay"; }; ahub0_mach: ahub0_mach { compatible = "allwinner,sunxi-snd-mach"; soundcard-mach,name = "ahubi2s0"; soundcard-mach,format = "i2s"; soundcard-mach,frame-master = <&ahub0_cpu>; soundcard-mach,bitclock-master = <&ahub0_cpu>; soundcard-mach,slot-num = <2>; soundcard-mach,slot-width = <32>; status = "okay"; ahub0_cpu: soundcard-mach,cpu { sound-dai = <&ahub0_plat>; soundcard-mach,pll-fs = <4>; soundcard-mach,mclk-fs = <0x100>; }; ahub0_codec: soundcard-mach,codec { }; }; hdmi: hdmi@6000000 { status = "disabled"; }; }; }; ... Did I miss something, and now I'm hearing only the left channel? Has anyone managed to listen to stereo using external DAC? Best!
-
mxq pro 4k 5g allwinner h313 can't sd card boot
Sergey Lepeshkin replied to Ducdanh Nguyen's topic in Allwinner CPU Boxes
If someone interested on this tv box: I've managed to download original firmware image (update.zip) from backup partition. Also I cleaned it from malware (at least I think so) and packed as modified update.zip. Files are located here: https://drive.google.com/drive/folders/1etPmH8ZG4UtPHI3Vf1U9MUHl5_gK_s-E Further info available here (in Russian): https://4pda.to/forum/index.php?showtopic=1016510&view=findpost&p=139209499 -
Hello @Eks Ma, how are you? Unfortunately not. I gave up trying. The TV box is just sitting here at home.
-
Why does the system restart trigger at 3:30 every day?
SteeMan replied to lay's topic in Khadas EDGE2
Also note that if you are on a community build or anything that points to the "beta" armbian apt repository, you will get a new linux kernel image pushed out to you each day, which would then trigger the need for a reboot (depending on settings) for that new kernel to be run. -
Thanks for your comments, I am new to ARM installation, and never convert a Chromebook to Linux NoteBook, I am retired and doing that to my grand-kids…, I am more familiar with systems using Intel, AMD processor and a standard BIOS, my computer tower is a ‘Debian-Facile’, also called ‘DFlinux’. 1) To answer ‘Laibsch’, I planed to use Armbian Thinkerboard/s simply because it was the same RK3228 processor, and they are both mfg by Asus, and according to ‘NicoD’ Youtube video, Armbian-config let me easily install French version of Debian. To answer ‘The Tall Man’ 2) Archlinux is not my 1st choice, other class equipments, with school softwares are in Debian based distributions, and Archlinux has some differences in instructions, this is why I targeted a Debian based distribution to avoid futur problem 3) Currently for testing, I remove the ‘Write protection’ screw on the board, and in ‘Developer mode’, using and external USB, with CTL+U at start, is running Lubuntu 18.04, from Zutchi group image, but this version of Linux is old, and I failed to upgrade since Ubuntu no longer have 32 bits distribution. 4) I will try your suggestion using Armhf distribution from Debian (trixie) using EFI booter, Let me few days, I have other thinks to do, and I don’t want ‘Brick’ the machine, I will read carufelly and try to install on eMMC of the C100P to avoid, for the kids using external device with CTL+U. Thanks again for your time and your usefull comments
-
armbian nanopi m4v2 rk3399 mali t864 not working
laibsch replied to Giuseppe93's topic in NanoPi R4S
unfortunately, your board has no maintainer in Armbian, it is only supported by the community -
what version of OS are you guys running? are you possibly affected by the hardening of fancontrol in trixie?
-
I have an OrangePI 5 Plus, which is based on the rk3588 (arm64) SoC. I've installed Debian Trixie directly from their .iso installer (using an EFI booter) and it works - although I had to upgrade the kernel to the latest backported version to get GPU and audio. But the Armbian edge kernel (Rockchip64 in my case) works even better when install that package onto the pure Debian. I looked up that Chromebook and see it's based on the rk3288C, which is apparently a 32-bit arm (armhf)? If that's the case, you can download the Debian .iso installer here: https://cdimage.debian.org/debian-cd/current/armhf/iso-dvd/ Then if Armbian has an edge kernel for the rk3288, try it out to improve upon what Debian provides. I did find this page on Debian's site, but it doesn't look like it would be much help.: https://wiki.debian.org/InstallingDebianOn/Asus/C100P There is a Debian page for a similar computer that may be more helpful if you can adapt it to yours? https://wiki.debian.org/InstallingDebianOn/Asus/C101PA Note that the above two links were probably created long before Trixie. P.S. Even better is a full linux tutorial for your specific computer. In a search engine, I looked up: installing linux on ASUS ChromeBook C100P ...and this was a result: https://archlinuxarm.org/platforms/armv7/rockchip/asus-chromebook-flip-c100p
-
After like a week of trying to make my tinkerboard rk3288 play videos I finally found the holy grail: https://users.armbian.com/jmcc/output/ Find the latest version and install that with all his dependencies, all the dependencies are in the debian archive: deb http://archive.debian.org/debian buster main contrib non-free deb http://archive.debian.org/debian buster-updates main contrib non-free deb http://archive.debian.org/debian buster-backports main contrib non-free deb http://archive.debian.org/debian-security buster/updates main contrib non-free deb [signed-by=/usr/share/keyrings/armbian.gpg] https://github.armbian.com/configng stable main deb http://apt.armbian.com buster main buster-utils buster-desktop I managed to play 4k hevc dolby atmos 5.1 movie streaming from my jellyfin server at my parents house using kodi-gbm and it worked flawlessly! I couldn't do the same with mpv yet. I hope this helps ppl with this ancient (2017) sbc.
-
Why does the system restart trigger at 3:30 every day?
Werner replied to lay's topic in Khadas EDGE2
Checked here?https://serverfault.com/questions/1042988/automatic-reboot-at-specific-time-if-automatic-upgrade-requires-reboot -
ubuntu22 desktop Why does the system restart trigger at 3:30 every day?? I used 'uptime'to check the changes in running time! How to turn off the trigger! sudo grep "3:3[0-9]" /var/log/syslog | grep -i "unattended\|reboot" Sep 19 03:30:53 armbian-ramlog[451]: unattended-upgrades/ Sep 19 03:30:53 armbian-ramlog[451]: unattended-upgrades/unattended-upgrades-dpkg.log Sep 19 03:30:53 armbian-ramlog[451]: unattended-upgrades/unattended-upgrades-shutdown.log Sep 19 03:30:53 armbian-ramlog[451]: unattended-upgrades/unattended-upgrades.log Sep 19 03:30:53 cron[604]: (CRON) INFO (Running @reboot jobs) Sep 19 03:30:54 systemd[1]: Started Unattended Upgrades Shutdown. I have tried to experiment, but it still doesn't work: 50unattended-upgrades " Unattended-Upgrade::Automatic-Reboot "false"; " Please help help Thank you.
- Yesterday
-
I flashed same image to a SD card and tried to boot from it. Following is the result of `grep mmcblk1p2 /var/log/syslog` 2025-09-17T09:52:44.015489+00:00 rock-5-itx armbian-resize-filesystem[947]: ### [resize2fs] Trying to resize ext4 filesystem on /dev/mmcblk1p2: 2025-09-17T09:52:44.015493+00:00 rock-5-itx armbian-resize-filesystem[947]: Running 'resize2fs /dev/mmcblk1p2' now... 2025-09-17T09:52:44.015508+00:00 rock-5-itx armbian-resize-filesystem[947]: Filesystem at /dev/mmcblk1p2 is mounted on /; on-line resizing required 2025-09-17T09:52:44.021891+00:00 rock-5-itx kernel: EXT4-fs (mmcblk1p2): mounted filesystem with writeback data mode. Quota mode: none. 2025-09-17T09:52:44.021891+00:00 rock-5-itx kernel: EXT4-fs (mmcblk1p2): unmounting filesystem. 2025-09-17T09:52:44.021893+00:00 rock-5-itx kernel: EXT4-fs (mmcblk1p2): mounted filesystem with writeback data mode. Quota mode: none. I will try booting from a different medium and running `fsck mmcblk1p2` too.
-
many thanks, JMCC but I couldn't, for the life of me get it to install. After trying to install whatever armhf .deb files I could, I got stuck with 3 missing deps. After more fiddling and basically copying every possible deb file to the apt cache, somehow I made it worse. I give up for today, it's been a couple of hours after my dayjob already. Wanted to use the tinkerboard a video streamer/lite computer for the bedroom but without acceleration for youtube, netflix and even my own movies, might as well get one of those crappy android sticks. I'm affraid that without some automagic script to run it all I'm lost this is what I succeded in getting: The following packages have unmet dependencies: media-buster-legacy-tinkerboard : Depends: qtmultimedia5-examples but it is not going to be installed Depends: qtgstreamer-plugins-qt5 but it is not going to be installed Depends: kodi-rk but it is not installable Depends: mpv-legacy but it is not installable Depends: librga2 but it is not installable
-
read first How to build my own image or kernel?
pberki replied to Igor's topic in Advanced users - Development
Hi, In the documentation (https://docs.armbian.com/Developer-Guide_User-Configurations/#user-provided-kernel-config) it says: "User provided kernel config: If the file userpatches/linux-$LINUXFAMILY-$BRANCH.config exists, it will be used instead of the default one from config." Is there a way to define only the desired changes to the kernel parameters? -
Hi! Now https://github.armbian.com/configng not working from RU. W: Не удалось получить https://github.armbian.com/configng/dists/stable/InRelease Невозможно инициализировать соединение с github.armbian.com:443 (2606:50c0:8001::153). - connect (101: Сеть недоступна) Невозможно инициализировать соединение с github.armbian.com:443 (2606:50c0:8000::153). - connect (101: Сеть недоступна) Невозможно инициализировать соединение с github.armbian.com:443 (2606:50c0:8003::153). - connect (101: Сеть недоступна) Невозможно инициализировать соединение с github.armbian.com:443 (2606:50c0:8002::153). - connect (101: Сеть недоступна) Не удалось соединиться с github.armbian.com:443 (185.199.111.153): время ожидания для соединения истекло Не удалось соединиться с github.armbian.com:443 (185.199.110.153): время ожидания для соединения истекло Не удалось соединиться с github.armbian.com:443 (185.199.108.153): время ожидания для соединения истекло Не удалось соединиться с github.armbian.com:443 (185.199.109.153): время ожидания для соединения истекло Upgrade armbian-config is not possible. Is there any mirror of this repo?