inindev / odroid-m1

debian arm64 linux for the odroid m1
GNU General Public License v3.0
17 stars 2 forks source link

make_debian_img.sh can not find rk3568-odroid-m1.dtb #2

Closed N4IRS closed 2 years ago

N4IRS commented 2 years ago

Line 32 in the script is unable to find the .dtb local dtb=$(download "$cache" 'https://github.com/inindev/odroid-m1/releases/download/v12.0/rk3568-odroid-m1.dtb')

inindev commented 2 years ago

thank you, I just fixed this, go ahead and do a git pull which should resolve it

N4IRS commented 2 years ago

That worked. I will also test the resulting image tonight.