Skip to content

Commit

Permalink
Fix dtb
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Jan 8, 2025
1 parent ac8e1df commit 8f23a27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rock5bp-image/profiledef
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ has_uefi = True

cmdline = "console=ttyFIQ0,1500000n8 console=tty1 console=both loglevel=3 rw panic=10 init=/sbin/init rootflags=subvol=@ rootfstype=btrfs"
grubcmdl = "console=ttyFIQ0,1500000n8 console=tty1 console=both rw init=/sbin/init"
grubdtb = "dtbs/rockchip/rk3588-rock-5b-plus.dtb"
grubdtb = "dtbs/rockchip/rk3588-blueberry-edge-v12-linux.dtb"

configtxt = """label BredOS ARM
kernel /vmlinuz-linux-rockchip-rkr3
initrd /initramfs-linux-rockchip-rkr3.img
fdt /dtbs/rockchip/rk3588-rock-5b-plus.dtb
fdt /dtbs/rockchip/rk3588-blueberry-edge-v12-linux.dtb
"""

partition_table = lambda img_size, fs: {
Expand Down Expand Up @@ -65,7 +65,7 @@ pacstrap_packages(pacman_conf, cfg["packages_file"], cfg["install_dir"])
machine_id()
fixperms(cfg["install_dir"])
copy_skel_to_users()
logging.info("Partitioning rock5bp")
logging.info("Partitioning r58x")
rootfs_size = int(
subprocess.check_output(["du", "-s", "--exclude=proc", cfg["install_dir"]])
.split()[0]
Expand Down

0 comments on commit 8f23a27

Please sign in to comment.