Skip to content

Commit 5caff10

Browse files
Expand glob for linux kernel info
1 parent 98bef1f commit 5caff10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_opi5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cp -f ./OPi5_CIDATA/network-config /boot/network-config
6767
cp -f ./OPi5_CIDATA/user-data /boot/user-data
6868

6969
# configure GPIO line names
70-
dtc -@ -I dts -O dtb -o /usr/lib/firmware/*-rockchip/device-tree/rockchip/overlay/rk3588-line-names.dtbo ./files/rk3588-line-names.dtso
70+
dtc -@ -I dts -O dtb -o $(echo /usr/lib/firmware/*-rockchip)/device-tree/rockchip/overlay/rk3588-line-names.dtbo ./files/rk3588-line-names.dtso
7171
echo "U_BOOT_FDT_OVERLAYS=\"device-tree/rockchip/overlay/rk3588-line-names.dtbo\"" > /usr/share/u-boot-menu/conf.d/rk3588-line-names.conf
7272
u-boot-update
7373

0 commit comments

Comments
 (0)