Skip to content

Commit

Permalink
deb: fix device tree name in default extlinux.conf
Browse files Browse the repository at this point in the history
Signed-off-by: MichaIng <[email protected]>
  • Loading branch information
MichaIng committed Jun 8, 2024
1 parent a9c92bc commit 8b9aee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-image-visionfive2/boot/extlinux/extlinux.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label DietPi
linux /boot/vmlinuz-VERSION
fdt /usr/lib/linux-image-visionfive2/starfive/jh7110-starfive-visionfive-2-v1.3.dtb
fdt /usr/lib/linux-image-visionfive2/starfive/jh7110-starfive-visionfive-2-v1.3b.dtb
append root=/dev/mmcblk1p1 rootfstype=ext4 rootwait earlycon=sbi console=ttyS0,115200 console=tty1 consoleblank=0 net.ifnames=0

0 comments on commit 8b9aee2

Please sign in to comment.