Hi,
I’m trying to build an image to flash on the Rockpi S.
I followed this documentation: https://wiki.radxa.com/RockpiS/dev/Debian.
The problem I have is that I can’t get the U-Boot to build, because the config file is missing.
./build/mk-uboot.sh rockpis #For ROCK Pi S
./build/mk-uboot.sh rockpis #For ROCK Pi S
Building U-boot for rockpis board!
Using rockpi-s-rk3308_defconfig
***
*** Can’t find default configuration
“arch/…/configs/rockpi-s-rk3308_defconfig”!
***
scripts/kconfig/Makefile:121: recipe for target
‘rockpi-s-rk3308_defconfig’ failed
make[2]: *** [rockpi-s-rk3308_defconfig] Error 1
Makefile:479: recipe for target ‘rockpi-s-rk3308_defconfig’ failed
make[1]: *** [rockpi-s-rk3308_defconfig] Error 2
Makefile:461: recipe for target ‘__build_one_by_one’ failed
make: *** [__build_one_by_one] Error 2
MAKE UBOOT IMAGE FAILED.
I’m pretty sure I failed at checkouting the right branch, but could it be something else?
Thanks.