pykpkg47
48c600f988
Github Action: add input for the release tag to use
2024-12-13 09:42:29 +01:00
pykpkg47
30ba495655
Github Action: checkout the selected branch directly
...
checkout the selected branch directly in actions/checkout step
2024-12-13 09:42:29 +01:00
pykpkg47
eb9ca73e12
patch: remove broken symlink to fix github action start on newer armbian build versions
2024-12-13 09:42:29 +01:00
Valmantas Paliksa
808f860a44
rockchip64: rk3399 fix pcie being stuck at 1x width after a warm phy reset
2024-12-13 09:42:11 +01:00
Maxim Medvedev
2639a498b2
mkspi: add board maintainer
2024-12-13 09:41:27 +01:00
Maxim Medvedev
0f8f482952
mkspi: increase fsp for TS35 display
2024-12-13 09:41:27 +01:00
Maxim Medvedev
e47fbe6bf2
mkspi: add 800x480 HDMI modes
...
MKS IPS50 screen
2024-12-13 09:41:27 +01:00
Maxim Medvedev
f5bf277a18
mkspi: adjust vop config
2024-12-13 09:41:27 +01:00
Maxim Medvedev
d2e45e2c42
mkspi: fix HDMI screen detection
2024-12-13 09:41:27 +01:00
Maxim Medvedev
7cad411d9c
mkspi: add explicit USB3 configuration
...
However, the USB3 port also works without these changes.
2024-12-13 09:41:27 +01:00
Maxim Medvedev
627657c713
mkspi: adjust cpu power config
2024-12-13 09:41:27 +01:00
Maxim Medvedev
cab1b3447d
mkspi: adjust ethernet config
2024-12-13 09:41:27 +01:00
Maxim Medvedev
87d228506c
mkspi: adjust LED config
...
...however looks like MKSPI LEDs are not connected to these pins.
2024-12-13 09:41:27 +01:00
Maxim Medvedev
4a286c58c6
mkspi: adjust tsadc config
2024-12-13 09:41:27 +01:00
Maxim Medvedev
2a4fff0845
mkspi: disable i2s devices
2024-12-13 09:41:27 +01:00
Maxim Medvedev
2a37468b23
mkspi: fix rk805 irq config
...
fix for a `irq 41: nobody cared` error
2024-12-13 09:41:27 +01:00
Maxim Medvedev
d03b8f9b9f
mkspi: DTBO to disable spi_for_{lcd,touch} when enabling uart1
...
Based on contirbution from Joe Maples <joe.maples@valtech.com>. It will make the onboard serial (ttyS1) usable for the boards: QIDI X-4, X-6 and X-7
2024-12-13 09:41:27 +01:00
Maxim Medvedev
d76f7f3da0
mkspi: apply MKSPI specific kernel DTS changes
...
Based on official MKS armbian repo
2024-12-13 09:41:27 +01:00
Maxim Medvedev
b1cf2e7f89
mkspi: add DTS draft for MKSPI board
...
copy of rk3328-roc-cc.dts
2024-12-13 09:41:27 +01:00
Maxim Medvedev
9eaf5e5140
mkspi: apply MKSPI specific U-Boot changes
...
Based on official MKS armbian repo
2024-12-13 09:41:27 +01:00
Maxim Medvedev
f1e0ade2e2
mkspi: add U-Boot draft for MKSPI board
...
copy of rk3328-roc-cc config and DTS files
2024-12-13 09:41:27 +01:00
Maxim Medvedev
ee42d6924d
mkspi: preinstall build-essential and usb-modeswitch packages
...
...to speedup the fist Klipper installation and save some time for peoples with slow internet connection
Related to https://github.com/redrathnure/armbian-mkspi/issues/23 and https://github.com/redrathnure/armbian-mkspi/issues/21
2024-12-13 09:41:27 +01:00
Maxim Medvedev
f2d8bc5f60
mkspi: add mkspi board declaration
2024-12-13 09:41:27 +01:00
Igor Pecovnik
4187ab3c51
Adjust deprecated key management support
...
Workaround for older builds were tied to version of apt, but this doesn't work anymore.
2024-12-13 09:40:56 +01:00
Werner
8fd4ea4600
Bump VERSION
2024-12-13 08:04:47 +01:00
Igor Pecovnik
c141be59a5
Rpi: update RPi config - merge with upstream, rewrite patches
2024-12-12 15:48:01 +01:00
Jianfeng Liu
707b15fd1f
H6xk boards: toggle to mainline kernel instead of vendor ( #7559 )
2024-12-11 21:33:49 +01:00
Sergey Ko
fb63c78e7f
add Radxa Zero GPIO names to support libgpiod ( #7563 )
2024-12-11 14:06:34 -06:00
SuperKali
fd02619dfa
Adjust function tweaks to do it inside rootfs
2024-12-11 11:48:46 +01:00
SuperKali
268301b2d6
Fixing wifi card rtw8852be errors on youyeetoo r1 branch edge/current
2024-12-11 11:48:46 +01:00
SuperKali
e2ec1f798a
Bump uboot version to youyeetoo r1
2024-12-11 11:48:46 +01:00
SuperKali
e6a1ff0e21
Re-add support kernel edge on youyeetoo r1
2024-12-11 11:48:46 +01:00
Dimitry Ishenko
6d63fbd928
armbian-config-deb: add missing deps
...
armbian-config uses debconf-apt-progress which is part of debconf.
libtext-iconv-perl is needed to prevent the following error, when
uninstalling a package through debconf-apt-progress:
Can't locate object method "new" via package "Text::Iconv" (perhaps you forgot to load "Text::Iconv"?) at /usr/share/perl5/Debconf/Encoding.pm line 65, <GEN2> line 2.
dpkg: error processing package nfs-common (--configure):
2024-12-11 11:26:52 +01:00
Dimitry Ishenko
40f8fa104b
armbian-config-deb: sort deps
2024-12-11 11:26:52 +01:00
igorpecovnik
5cab6f12f9
Automatic board configs status synchronise
2024-12-11 09:26:39 +01:00
github-actions[bot]
8b66ced6d4
Automatic board configs status synchronise (#7561 )
...
* `Automatic` board configs status synchronise
* Move Odroid C1 to supported
---------
Co-authored-by: igorpecovnik <6281704+igorpecovnik@users.noreply.github.com>
Co-authored-by: Igor Pecovnik <igor@armbian.com>
2024-12-11 08:28:13 +01:00
amazingfate
08e7bba4f6
extensions: image-output-abl: set rootfs image larger for kde
2024-12-10 10:32:22 +01:00
Igor Pecovnik
70347e9645
Temporally disable BPI F3 as it has broken way of compiling u-boot
2024-12-09 18:44:06 +01:00
Igor Pecovnik
24e7bcf4db
Adjust DT changes for Innovato Quadra
2024-12-09 14:13:32 +01:00
The-going
4be6793bdf
bootscript: sunxi: Delete the vendor's name from the fdtfile variable
...
Do not inform the user if the fixup.scr file was not found.
2024-12-09 14:13:32 +01:00
The-going
ac2928baa4
bootscript: Remove vendor name and slash from DTB file name
...
After that, the script successfully loads the DTB file from
two possible paths and overlays. If the file does not exist,
then the default file will be uploaded.
2024-12-09 14:13:32 +01:00
The-going
48e289e0d3
bootscript: sunxi: Tell the user only the actual actions.
...
Make the script work silently when testing path options
and report only the actual file being uploaded.
Delete the duplicate iteration.
2024-12-09 14:13:32 +01:00
The-going
b46674c82f
bootscript: Use the DTB name from the default u-boot
...
Use the DTB name from the u-boot default for the third
iteration if the provided DTB name was not found. Also
delete the duplicate of the previous iteration.
2024-12-09 14:13:32 +01:00
The-going
a49cee27ad
bootscript: Set path without $vendor folder for the 2 iteration.
...
In the second iteration, we check the path that does not
contain the vendor folder. But this will also be done if
the real path contains the vendor's folder and the vendor's
name is contained in the DTB file name as
fdtfile=allwinner/sun50i-*-bananapi-*.dtb.
However, overlays will not be available.
Remove "allwinner/" from all board configurations that
use the boot script mechanism so that the script works
correctly.
Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
2024-12-09 14:13:32 +01:00
The-going
c30669cc91
bootscript: Messages to the user about real work
...
Inform the user about the actual file that will be uploaded
on the first iteration. Inform the user that it cannot be
downloaded only once if the first iteration was unsuccessful.
2024-12-09 14:13:32 +01:00
The-going
c02b4ff8d2
bootscripts: Set the expected default path to "${prefix}dtb/${vendor}"
...
Set the expected default path to /boot/dtb/allwinner and
start analyzing if the DTB file is not found in this path.
The folder with the vendor's name is now part of the path,
not part of the file name. This greatly facilitates the analysis
of various possible options in a simple u-boot shell.
2024-12-09 14:13:32 +01:00
Ricardo Pardini
a55c8bfcb2
u-boot: check the produced platform_install.sh (created from functions like write_uboot_platform) for shellcheck errors
...
- we've some smelly stuff in write_uboot_platform for some families that we'd rather catch early
- implement small syntax fixes in setup_write_uboot_platform
2024-12-09 14:12:44 +01:00
青菜萝 卜冬瓜
907c9f0531
add community support for LonganPi 3H ( #7547 )
2024-12-09 14:12:16 +01:00
igorpecovnik
2d1bbca731
Automatic board configs status synchronise
2024-12-08 17:45:08 +01:00
Maxim Medvedev
c7b454aab2
fix: ST7796 kernel module patch
...
Fix error from https://github.com/armbian/build/pull/7550
2024-12-08 17:05:37 +01:00