【教程】Banana Pi BPI-F2P 工业控制开发板如何从SD卡与eMMC启动-Arduino中文社区 - Powered by Discuz! Archiver

sinovoip 发表于 2021-2-2 16:29

【教程】Banana Pi BPI-F2P 工业控制开发板如何从SD卡与eMMC启动

Install Win32DiskImager 安装Win32DiskImagerOpen win32diskimager-1.0.0-install, choose “I accept the agreement “,http://img.blog.itpub.net/blog/2021/01/30/fa9b8b2318f67c62.png?x-oss-process=style/bb首先打开软件win32diskimager-1.0.0-install,选择I accept the agreement ,在选择Next>,然后勾选Create a desktop shortcut,在选择Next>,接下来选择Install开始安装,最后选择Finish,安装完成,如下图所示: http://img.blog.itpub.net/blog/2021/01/30/226cc16c24562d55.png?x-oss-process=style/bbInstall and set SDFormatterv4.SDFormatterv4 安装配置打开文件夹SDFormatterv4,双击setup,如下图所示
http://img.blog.itpub.net/blog/2021/01/30/8496d21568161083.png?x-oss-process=style/bb 首先选择“下一步”,进入安装目录选择(默认安装目录),然后在选择“下一步 ”,再次选择“安装”等待安装结束,最后选择“完成”自动退出安装窗口,SDFormatterv4安装完成。
SDFormat格式化SD卡http://img.blog.itpub.net/blog/2021/01/30/ced02127acdbc342.png?x-oss-process=style/bb
将SD卡插入读卡器,读卡器插入电脑PC端USB接口,打开软件SDFormatterv4,如下图所示
http://img.blog.itpub.net/blog/2021/01/30/38384a35810c6756.png?x-oss-process=style/bb首先选择Drive(根据PC实际为准),然后选择“选项设置”将逻辑大小调整选择,“开启(ON)”如下图所示

http://img.blog.itpub.net/blog/2021/01/30/a367d996ecf78d71.png?x-oss-process=style/bb接下来选择“OK”选择“格式化”,选择“确定”,选择“确定”,选择“确定”,选择“完成”,自动退出窗口,格式化完成。 Burning the image in SD Card, 烧录镜像进SD卡Dowload Ubuntu Image from the below website:http://wiki.banana-pi.org/Banana_Pi_BPI-F2P#Ubuntu_Linux2021-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卡,如下图所示
http://img.blog.itpub.net/blog/2021/01/30/e8264a42291cf30e.png?x-oss-process=style/bbhttp://img.blog.itpub.net/blog/2021/01/30/c2e5a46bd5298be6.png?x-oss-process=style/bb SD卡启动操作步骤:烧录完成,将SD卡插入F2p开发板启动。
Serial Console Output:调试串口输出: http://img.blog.itpub.net/blog/2021/01/30/5bae9c65ce79c1af.png?x-oss-process=style/bb
HDMI接口显示: http://img.blog.itpub.net/blog/2021/01/30/9294c9b17dfda8b9.jpeg?x-oss-process=style/bbHow 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 http://img.blog.itpub.net/blog/2021/01/30/bf7257aef907d5be.jpeg?x-oss-process=style/bb2. 拷贝需要的烧录镜像压缩文件到U盘根目录,插入B2p开发板USB座。   2021-01-29-ubuntu-mate-20.04.1-desktop-armhf-ext4-v5.4.35-bpi-f2p.img.zip3. Mount USB flash disk to /mnt挂载U盘到 /mntInput instruction输入指令:mount -t vfat /dev/sda1 /mntInput instructionto USB flash disk输入指令进入U盘:cd /mnt4. Burning the image to EMMC烧录镜像到EMMCInput 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/mmcblk0echo 0 > /sys/block/mmcblk0boot0/force_rocd /root/dd if=xboot.img of=/dev/mmcblk0boot0mmc bootpart enable 1 1 /dev/mmcblk0mmc extcsd read /dev/mmcblk0 | grep PARTITION_CONFIGsyncsync http://img.blog.itpub.net/blog/2021/01/30/38e5dc046c31e147.jpeg?x-oss-process=style/bb5. Finish 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启动。

页: [1]
查看完整版本: 【教程】Banana Pi BPI-F2P 工业控制开发板如何从SD卡与eMMC启动