当前位置:网站首页>树莓派4B:使用raspi-config实现USB BOOT
树莓派4B:使用raspi-config实现USB BOOT
2022-04-22 06:26:00 【Ki1381】
前面提到了手动改配置文件的方式实现RPI 4B的方法。其实在2020-08-20版RaspiOS里,还可以用增强的raspi-config配置usb boot。
方法很简单。首先当然还是要 sudo raspi-config:

选择第三项,Boot Options。进去后先选择第五项,Boot ROM Version:

就选第一项,Use latest version boot ROM software:

然后确定,完成后先重启一次。起来后继续进入raspi-config,仍然选到Boot Options,不过这次是进入Boot Order:

选择B1 USB Boot,boot from usb device if sd card boot fails:

再次确定但不重启,手动关机。关机后拔除tf卡。
使用你喜欢的工具把0820系统做进USB存储设备,比如支持USB 3.0的SSD移动硬盘盒。完成后将该设备插入RPI 4B的蓝色USB口中,通电启动即可。

(请无视sdb1,这是为了导出截图而插的U盘)
版权声明
本文为[Ki1381]所创,转载请带上原文链接,感谢
https://ki1381.blog.csdn.net/article/details/108457050
边栏推荐
猜你喜欢
![Rt-thread [一] 创建工程](/img/cd/9a2a9c7381caaf150b3700e348e38a.png)
Rt-thread [一] 创建工程

Xshell连接虚拟机

依赖冲突查找与解决办法(以EasyPoi为例,出现 NoSuchMethodError 或 NoClassDefFoundError )

Unity reads Excel data and creates the corresponding JSON file

Message mode of ActiveMQ -- queue mode

ActiveX控件使用总结

观察者模式--ApplicationContext

AWS从入门到实战 之 创建账户

Multithreading (thread class, runnable interface, callable interface, synchronized, lock, thread pool)

测试题及部分太空之战
随机推荐
【通信接口 - CAN总线】
软件开发规范
解决MSSQL 消息 3989,级别 16,状态 1
数据库增删改查
Why is MySQL self incrementing primary key not continuous?
MFC常用格式轉換及函數
Unity遮罩 反向遮罩实现
C#集合
解决消息通知被el-dialog对话框的遮挡的问题($message、$alert、$notify、$confirm)
Database addition, deletion, modification and query
Rt-thread [一] 创建工程
数据库高级查询(2)
Operation of SM2 encryption signature verification
Unity reads Excel data and creates the corresponding JSON file
MySQL Chinese field sorting problem (sorting according to Chinese Pinyin)
测试题及部分太空之战
Thread pool usage
C# break,continue,return的区别和使用
Unity面试题(后续)
List intersection, union, duplicate removal, extraction, attribute modification and other common operations