12-02-2017, 02:34 PM
I'm trying to build my own u-boot to experiment with booting off the network (via u-boot on SPI flash). I've modified the rock64-rk3328_defconfig to enable a few more options (using ayufan's branch: https://github.com/ayufan-rock64/linux-u-boot). However, I think I'm missing a config option or a make target somewhere. I'm not ending up with an spl directory after the build completes. http://opensource.rock-chips.com/wiki_Boot_option references spl/u-boot-spl.bin, but I don't have a u-boot-spl.bin file anywhere.
Build command: make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- rock64-rk3328_defconfig all
I've attached the output from make as well as my modified defconfig.
Build command: make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- rock64-rk3328_defconfig all
I've attached the output from make as well as my modified defconfig.