1
0
Fork 0

Update hardware ID to tart for Orange Pi 5 Ultra codename

This commit is contained in:
Brendan Szymanski 2026-07-11 17:27:10 -04:00
parent 50c789cd6c
commit ee424f1d5a

View file

@ -26,6 +26,6 @@ fi;
part uuid ${boot_device} ${boot_devnum}:${root_partnum} partuuid part uuid ${boot_device} ${boot_devnum}:${root_partnum} partuuid
setenv bootargs "loglevel=8 earlycon=uart8250,mmio32,0xfeb50000 console=ttyS2,1500000 root=/dev/ram0 rootwait pcie_aspm=off pcie_port_pm=off nvme_core.default_ps_max_latency_us=0 androidboot.boot_part_uuid=${partuuid} androidboot.hardware=opi5ultra androidboot.selinux=permissive" setenv bootargs "loglevel=8 earlycon=uart8250,mmio32,0xfeb50000 console=ttyS2,1500000 root=/dev/ram0 rootwait pcie_aspm=off pcie_port_pm=off nvme_core.default_ps_max_latency_us=0 androidboot.boot_part_uuid=${partuuid} androidboot.hardware=tart androidboot.selinux=permissive"
booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r} booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}