linux-sunxi / meta-sunxi

Official sunxi OpenEmbedded layer for Allwinner-based boards.
MIT License
140 stars 172 forks source link

[OrangePi PC2] Wrong place for dtb in boot partition #399

Closed javad123javad closed 7 months ago

javad123javad commented 7 months ago

Hi, I've made a minimal image from master branch. After burning the wic image on the sdcard, The device tree file is located in while the u-boot is trying to load it from allwiner/<device tree>.dtb . How should I solve this problem?

Found U-Boot script /boot.scr
537 bytes read in 3 ms (174.8 KiB/s)
## Executing script at 4fc00000
Failed to load 'allwinner/sun50i-h5-orangepi-pc2.dtb'
nandra commented 7 months ago

@javad123javad which commit did you use from master please? I've pushed recently fix for this issue. Thanks.

javad123javad commented 7 months ago

@javad123javad which commit did you use from master please? I've pushed recently fix for this issue. Thanks.

Thanks, git pull solved the problem. My repo was old.

nandra commented 7 months ago

:+1: