Hi,
I am using this source trying to build the files for Kernel 5.15:
then git checkout 5.15-main
Change to R64 in buildconf
-------------- build.conf ---------------------
uploaduser=$USER
uploadserver=r2
uploaddir=/var/lib/tftp
#uploaduser=root
#uploadserver=192.168.0.11
#uploaddir=/boot/bananapi/bpi-r2/linux
#builddir=../build
#ramdisksize=4G
#board=bpi-r2
board=bpi-r64
#mainline uboot for r64 (old ATF) needs 64bit uImage
#uimagearch=arm64
#grep whitelist filter for adding modules to initramfs
ownmodules='mt76\|bluetooth\|stp_chrdev_bt'
------------------------------------------------------------
./build.sh importconfig
./build.sh config
./build.sh
Then build.sh does not create the SD folder
build all-pack
I then get the following error: INSTALL …/SD/BPI-ROOT//lib/modules/5.15.0-bpi-r64-main/kernel/net/xfrm/xfrm_ipcomp.ko DEPMOD …/SD/BPI-ROOT//lib/modules/5.15.0-bpi-r64-main cp: cannot stat ‘utils/firmware/mediatek/mt7622*’: No such file or directory pack… -rw-rw-r-- 1 system system 6.9M Dec 20 10:10 /build/R64/SD/bpi-r64_5.15.0-main.tar.gz
Sure I am missing something as the dtb files en uENV is not there in BPI-BOOT.
Thanks