Having issues with your DietPi installation, or, found a bug? Post it here.
luzifia
Posts: 48 Joined: Tue Jun 28, 2016 9:48 am
Post
by luzifia » Wed Jul 26, 2017 11:22 pm
Hello
Since last Update there is a small Problem in Boot.ini
Code: Select all
setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x42000000 uInitrd; fatload mmc 0:1 0x44000000 exynos5422-odroidxu4.dtb; bootz 0x40008000 0x42000000 0x44000000"
should be
Code: Select all
setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x42000000 uInitrd; fatload mmc 0:1 0x44000000 exynos5422-odroidxu3.dtb; bootz 0x40008000 0x42000000 0x44000000"
because file
exynos5422-odroidxu4.dtb does not exists; only exynos5422-odroidxu3.dtb can be found on boot patition.
greets
Luzi
delaerp
Post
by delaerp » Thu Jul 27, 2017 9:10 am
Got the same problem.
Thanks for the solution!
Fourdee
Site Admin
Posts: 2781 Joined: Tue Feb 06, 2007 1:36 pm
Post
by Fourdee » Thu Jul 27, 2017 2:10 pm
luzifia wrote: exynos5422-odroidxu4.dtb does not exists; only exynos5422-odroidxu3.dtb can be found on boot patition.
Hi,
xu4.dtb was required for the first 4.9 test kernel. To prep for this, we copied the xu3.dtb to xu4.dtb and patched during dietpi-update.
The system will work fine with either xu3.dtb or xu4.dtb. Theres no need to change it unless you want to try the 4.9 kernel:
https://github.com/Fourdee/DietPi/issue ... -310918133
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron .
delaerp
Post
by delaerp » Fri Jul 28, 2017 3:58 pm
after a freshinstall there is only a XU3.dtb
What method to use for upgrade to the 4.9 kernel? Is there a date to release the final 4.9 kernel?
Thanks for advice.