thanh_tan
(Trần Thanh Tân)
November 27, 2023, 7:27am
1
Hello there,
The Linux image minimal cli downloaded from here Banana Pi BPI-M4 Berry - Banana Pi Wiki
doesn’t work. The desktop image work well but when i move OS to eMMC, it took 98% of 8GB eMMC then nothing more to do.
Can someone fix the Minimal image ?
Qubot
(Qubot)
November 29, 2023, 6:45am
2
Hello,
Our minimal image deletes a lot of software. If you need to burn to emmc, then you need to install bananapi-config and its dependent software. The steps are as follows:
download
bananapi-config_1.0.0_all.deb (43.4 KB)
2.Upload the deb file to the board
3.Execute these commands in terminal
sudo apt install iperf3 expect pv unzip build-essential html2text html2text software-properties-common
sudo dpkg -i /your-path/bananapi-config_1.0.0_all.deb
run command:
sudo bananapi-config
chose System > Install > 2 Boot from eMMC
thanh_tan
(Trần Thanh Tân)
November 29, 2023, 10:11am
3
No, i mean the image doesn’t work. The board cannot boot. Can you check it?
Qubot
(Qubot)
December 1, 2023, 8:53am
4
Have you checked the SHA? I tested it and it can boot . In addition, we have released a new image. You can try this:
https://wiki.banana-pi.org/Banana_Pi_BPI-M4_Berry#Ubuntu
thanh_tan
(Trần Thanh Tân)
December 1, 2023, 11:16am
5
new realease works well
seem that image base on Armbian source, can you share the source code for self build