ZHANG Yuntian
ZHANG Yuntian
Currently we are developing a new produce with 8852bu and I just randomly found this place. Besides our shared hatred to how many debug messages this thing prints I saw...
RTL8852 is a family of Wi-Fi 6 & Bluetooth capable chipset. The Wi-Fi part does not need firmware but Bluetooth does. This PR adds Bluetooth firmware for 3 USB based...
Before I knew this action I was using [btrfs with compress](https://github.com/radxa/armbian-compile-action/commit/82fe40188f2f3b4dbd4ae8fb9c64f49f117085c7) to workaround my own space issue. I see this action is still using ext4, so this could be another...
Just cloned the repo and tried `boot-g12.py`: ``` ❯ sudo ./boot-g12.py ../bsp/.root/usr/lib/u-boot/radxa-zero/u-boot.bin /home/excalibur/Documents/GitHub/pyamlboot/./boot-g12.py:8: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources Firmware Version : ROM: 3.2 Stage:...
**Describe the bug** My repository contains other parts of code (unrelated to the action itself) which depends on a git submodule. A symbolic link is created referencing files within this...
apt will combining all supported checksum of a given version of package from all sources, which can cause issues when not all sources provide the same package. ## Detailed Description...
Sometimes my workflow failed and I need to rerun it. I have both `upload-pages-artifact` and `deploy-pages` in the same job, and during the 2nd run `deploy-pages` will fail with: ```...
### Official FAQ - [X] I have checked the official FAQ. ### Ventoy Version 1.0.99 ### What about latest release Yes. I have tried the latest release, but the bug...
Got the program crashed with checking a closed port: ```bash Traceback (most recent call last): File "/usr/bin/tcping", line 33, in sys.exit(load_entry_point('tcping==0.1.1rc1', 'console_scripts', 'tcping')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/click/core.py", line 1157, in __call__...
Amlogic based devices must use MBR partition table, as their bootloader will overlap with GPT partition table. However, when I used `type = "table"`, I got the infamous read-only error....