I nstall Win32DiskImager 安装 Win32DiskImager
Open win32diskimager-1.0.0-install, choose “ I accept the agreement “,

首先打开软件 win32diskimager-1.0.0-install ,选择 I accept the agreement ,在选择 Next>, 然后勾选 Create a desktop shortcut ,在选择 Next> ,接下来选择 Install 开始安装,最后选择 Finish ,安装完成,如下图所示 :

Install and set SDFormatterv4. SDFormatterv4 安装配置
打开文件夹
SDFormatterv4
,双击
setup
,如下图所示
首先选择“
下一步”
,进入安装目录选择(默认安装目录),然后在选择“
下一步
”
,再次选择“
安装”
等待安装结束,最后选择“
完成”
自动退出安装窗口
,
SDFormatterv4
安装完成。
S DFormat 格式化SD 卡

将SD卡插入读卡器,读卡器插入电脑
PC端
USB接口,打开软件
SDFormatterv4
,如下图所示

首先选择
Drive
(根据
PC
实际为准),然后选择“选项设置”将逻辑大小调整选择
,
“开启(
ON
)”如下图所示

接下来 选择 “ OK ”选择“格式化”,选择 “ 确定 ” ,选择 “ 确定 ” ,选择 “ 确定 ” ,选择 “ 完成 ” ,自动退出窗口,格式化完成。
B urning the image in SD Card , 烧录镜像进 SD 卡
Dowload Ubuntu Image from the below website:
http://wiki.banana-pi.org/Banana_Pi_BPI-F2P#Ubuntu_Linux
2021-01-29-ubuntu-mate-20.04.1-desktop-armhf-ext4-v5.4.35-bpi-f2p.img.zip : Ubuntu Desktop system, Support HDMI interface to display Desktop.
2021-01-29-ubuntu-server-20.04.1-armhf-ext4-v5.4.35-bpi-f2p.img.zip : Ubuntu Server System, it don’t include Desktop, only support serial console.
首先 解压zip 文件 获得 烧录的 镜像 文件。
首先将格式化好的SD卡,插入读卡器,读卡器插入电脑
PC端
USB接口,打开
Win32DiskImager
烧录工具,选择设备(根据
PC端实际为准
),选择镜像文件,选择写入,选择
YES(覆盖),烧录完成出现写入
OK,弹出
SD卡,如下图所示


SD卡启动操作步骤:
烧录完成,将
SD
卡插入
F2p
开发板启动。
Serial Console Output:
调 试串口输出:

HDMI 接口显示:

How to boot form EMMC , EMMC 启动步骤:
1. Burning image 烧录镜像
先将
2021-01-29-ubuntu-mate-20.04.1-desktop-armhf-ext4-v5.4.35-bpi-f2p.img
烧录到SD卡启动。
如下
图
:
调 试串口, 用 户名: root, 密码 : bananapi

2. 拷贝需要的烧录镜像压 缩文件 到U盘根目录,插入 B2p开发板 USB座。
2021-01-29-ubuntu-mate-20.04.1-desktop-armhf-ext4-v5.4.35-bpi-f2p.img.zip
3. Mount USB flash disk to /mnt 挂载U 盘到 /mnt
Input instruction 输入指令:mount -t vfat /dev/sda1 /mnt
Input instructionto USB flash disk 输入指令进入U 盘: cd /mnt
4. B urning the image to EMMC 烧录镜像到EMMC
Input the below instructions, like the follow picture 输入如下1 条指令如下图:
unzip –p 2021-01-29-ubuntu-mate-20.04.1-desktop-armhf-ext4-v5.4.35-bpi-f2p.img.zip | dd of=/dev/mmcblk0
echo 0 > /sys/block/mmcblk0boot0/force_ro
cd /root/
dd if=xboot.img of=/dev/mmcblk0boot0
mmc bootpart enable 1 1 /dev/mmcblk0
mmc extcsd read /dev/mmcblk0 | grep PARTITION_CONFIG
sync
sync

5. F inish the burning, remove SD card and USB flash disk, Push the Red Switch PIN to off, re-power on and boot from EMMC
烧录完成,取出SD 卡及 U 盘,将 红色的拨 码 开关设成 off, 重新上电 EMMC 启动。