Skip to content
Snippets Groups Projects
  • Johannes Schauer Marin Rodrigues's avatar
    19a4cf79
    set fdtfile environment variable · 19a4cf79
    Johannes Schauer Marin Rodrigues authored
     - with our boot.scr this is a no-op because flash-kernel stores a
       symlink from /dtb-5.18.0-4-arm64 to /dtbs/${fk_kvers}/${fdtfile}
     - with extlinux.conf under debian-installer only sets fdtdir to /dtbs/
       and then expects u-boot to read /dtbs/freescale/imx8mq-mnt-reform2.dtb
     - without this patch, u-boot will try reading /dtbs/imx8mq-MNT Reform 2.0.dtb
       which doesn't exist
    19a4cf79
    History
    set fdtfile environment variable
    Johannes Schauer Marin Rodrigues authored
     - with our boot.scr this is a no-op because flash-kernel stores a
       symlink from /dtb-5.18.0-4-arm64 to /dtbs/${fk_kvers}/${fdtfile}
     - with extlinux.conf under debian-installer only sets fdtdir to /dtbs/
       and then expects u-boot to read /dtbs/freescale/imx8mq-mnt-reform2.dtb
     - without this patch, u-boot will try reading /dtbs/imx8mq-MNT Reform 2.0.dtb
       which doesn't exist