Search Criteria
Package Details: linux-aarch64-flippy-dtb-rockchip 6.1.32-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-aarch64-flippy.git (read-only, click to copy) |
---|---|
Package Base: | linux-aarch64-flippy |
Description: | DTB files for Rockchip SoCs for flippy's AArch64 kernel |
Upstream URL: | https://github.com/unifreq/linux-6.1.y |
Licenses: | GPL2 |
Provides: | linux-aarch64-flippy-dtb |
Submitter: | 7Ji |
Maintainer: | 7Ji |
Last Packager: | 7Ji |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-11-18 14:27 (UTC) |
Last Updated: | 2023-06-06 09:47 (UTC) |
Dependencies (4)
- bc (bc-gh) (make)
- dtc (dtc-git) (make)
- kmod (kmod-git, kmod-minimal-git) (make)
- uboot-tools (uboot-tools-rc) (make)
Required by (4)
- linux-aarch64-flippy (requires linux-aarch64-flippy-dtb)
- linux-aarch64-flippy (optional)
- linux-aarch64-flippy-bin (requires linux-aarch64-flippy-dtb)
- linux-aarch64-flippy-bin (optional)
Latest Comments
7Ji commented on 2022-11-18 14:36 (UTC) (edited on 2022-11-29 07:20 (UTC) by 7Ji)
The package here needs to be built natively on an AArch64 host that runs ArchLinuxARM, and it's recommended to set up distcc first following the documentation on Arch Wiki so the build could take less time.
Edit on Nov29: This package now uses a different config which is more similar to the official ArchLinux kernel used on x86-64 (minimum built-in + most drivers as modules) and is way different from the config used in the -bin one that's built for Armbian/OpenWrt but adapted for Arch. You could use that if you want to save build time but do note it has some redundant features configured as built-in that you don't even want to use on an Arch kernel.
At the time I'm writing this (Nov 18th, 2022), the uboot-tools in ArchLinuxARM repo is out-of-date and linked with an older ssl and will break the build. If you've updated openssl, you probably need to adjust the PKGBUILD for uboot-tools from ArchLinux (not ArchlinuxARM, it's outdated there) repo and build with
-A
so it could work for your ArchLinuxARM build machine