sinovoip
(bpi team)
December 4, 2019, 1:35am
1
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:
U-Boot SPL 2019.10 (Dec 03 2019 - 17:04:04 +0800)
DRAM: 2048 MiB
Trying to boot from MMC1
U-Boot 2019.10 (Dec 03 2019 - 17:04:04 +0800) Allwinner Technology
CPU: Allwinner A83T (SUN8I 1673)
Model: Banana Pi BPI-M3
DRAM: 2 GiB
MMC: Device 'mmc@1c11000': seq 1 is in use by 'mmc@1c10000'
mmc@1c0f000: 0, mmc@1c10000: 2, mmc@1c11000: 1
Loading Environment from FAT... Unable to use mmc 1:1... In: serial
Out: serial
Err: serial
Net: phy interface7
eth0: ethernet@1c30000
starting USB...
Bus usb@1c19000: No host cable detected: Port not available.
Bus usb@1c1a000: USB EHCI 1.00
This file has been truncated. show original
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.