[PATCH v2 11/12] rockchip: lion-rk3368: migrate to u-boot-rockchip.bin

Quentin Schulz quentin.schulz at theobroma-systems.com
Wed Oct 19 14:11:43 CEST 2022


Hi Kever,

On 10/19/22 13:28, Kever Yang wrote:
> Hi Quentin,
> 
>      I got below error when apply this patch, could you help to check
> 
> +Error: arch/arm/dts/rk3368-lion-haikou-u-boot.dtsi:44.16-17 syntax error
> +FATAL ERROR: Unable to parse input tree
> +make[3]: *** [arch/arm/dts/rk3368-lion-haikou.dtb] Error 1
> +make[2]: *** [arch-dtbs] Error 2
> 

Did you run make lion-rk3368_defconfig before trying to compile the DTS?

I ran:
```
git checkout 3724ddf157
b4 shazam --add-link --add-my-sob 
https://lore.kernel.org/u-boot/20220915091432.789294-1-foss+uboot@0leil.net/
make CROSS_COMPILE="ccache aarch64-linux-gnu-" lion-rk3368_defconfig
make CROSS_COMPILE="ccache aarch64-linux-gnu-" j`nproc`
```
and it compiled without any problem.

Cheers,
Quentin


More information about the U-Boot mailing list