This commit is contained in:
alexander stefanov 2025-02-17 16:35:01 +03:00
parent 730c4ce7b0
commit 32567efd1f
5 changed files with 16 additions and 5 deletions

View file

@ -14,7 +14,8 @@ BuildSources=./:mkosi
./mkosi.images/u-boot/configuration:configuration
[Output]
Format=directory
#Format=directory
Format=disk
CompressOutput=
# nand u-boot does not support
# 4k sectors
@ -24,16 +25,22 @@ SectorSize=512
[Content]
Packages=
coreutils
passwd
kernel-6.1-orangepi
dnf
dracut
iproute2
locales-en
openssh-server
xauth
rosa-repos
rosa-repos-contrib
systemd
task-x11
gstreamer1.0-plugins-good
gstreamer1.0-plugins-bad
uboot-tools
camera_engine_rkaiq
Bootable=no
Autologin=yes
@ -44,4 +51,4 @@ Timezone=Europe/Moscow
Hostname=orangepi5
WithDocs=no
CleanPackageMetadata=false
WithRecommends=no
WithRecommends=yes

View file

@ -3,7 +3,7 @@ console=both
extraargs=cma=256M
overlay_prefix=rk3588
overlays=ov13850-c2
fdtfile=dtbs/rockchip/rk3588s-orangepi-5.dtb
fdtfile=dtbs/rockchip/rk3588s-orangepi-5b.dtb
rootdev=LABEL=rootfs
rootfstype=ext4
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u

View file

@ -5,3 +5,4 @@ enable systemd-growfs-root.service
# We install dnf in some images but it's only going to be used rarely,
# so let's not have dnf create its cache.
disable dnf-makecache.*
enable rkaiq_3A.service

View file

@ -26,3 +26,6 @@
#dd if=${UBOOT_DIR}/idbloader.img of=${IMAGE} seek=64 conv=notrunc
#dd if=${UBOOT_DIR}/u-boot.itb of=${IMAGE} seek=16384 conv=notrunc
#popd
#echo "nameserver 8.8.8.8" > /etc/resolv.conf
#dnf in -y camera_engine_rkaiq
#systemctl enable rkaiq_3A.service

View file

@ -1,5 +1,5 @@
[Partition]
Type=21686148-6449-6e6f-744e-656564454649
Format=
Type=esp
Format=vfat
SizeMinBytes=15M
SizeMaxBytes=15M