Banana Pi BPI-M3 runs busybox with dhcp , build from buildroot (uboot-2019.10 + kernel 5.4)

Banana Pi BPI-M3 runs busybox with dhcp , build from buildroot (uboot-2019.10 + kernel 5.4)

2019-12-03-buildroot-k5.4-demo-bpi-m3-sd-mmc.img.zip

build from buildroot:

git clone https://github.com/BPI-SINOVOIP/buildroot
cd buildroot
cp -a configs/bananapi_m3_defconfig .config
make menuconfig
make

output:
output/images/sdcard.img
sudo dd if=sdcard.img of=/dev/sdX bs=1M

logfile:

Is it able to fit this Kernel manual into the follow Image:

2018-07-18-debian-9-stretch-mate-desktop-preview-bpi-m3-sd-emmc.img

The Image is in use and updatet to Debian 10.

Thanks.