# OrangePi_Lite **Repository Path**: johnhoowong/OrangePi_Lite ## Basic Information - **Project Name**: OrangePi_Lite - **Description**: orange pi lite 的开发板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-30 - **Last Updated**: 2022-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Orange pi ## 材料 1. tf卡 2. 读卡器 3. 电源线 ## 开发步骤 ### tf卡 1. 下载TF卡格式化工具:https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/ ,并解压安装 2. 在"选项设置" 选项里, 设置"格式化类型" 选项为快速格式化, "逻辑大小调整" 选项为"开启(ON)"(烧录后还原tf卡也可以用此工具) 3. 进入:http://www.orangepi.cn/downloadresourcescn/ , 下载ubuntu镜像,对应版本:[ubuntu版本](https://blog.csdn.net/songfulu/article/details/85310273) 4. 进入官方工具集合:http://www.orangepi.cn/downloadresourcescn/orangepiLite/2019-11-11/oragepilite_c4269ba8536959eeb648f65b.html ,下载镜像写入工具 win32 diskimager ## 烧录tf卡系统如何恢复tf卡 参考:https://blog.csdn.net/xin_yue12138/article/details/124727627 ### 方法一 1. 进入cmd管理员模式 2. 输入`diskstart` 3. 输入`list disk`查看u盘为磁盘几,记住磁盘号 4. 输入`select disk 2(磁盘号)`进入tf卡的磁盘号 5. 清除磁盘`clean` 6. 创建主磁盘分区`create partition primary` 7. 激活磁盘分区`active` 8. 以fat32格式快速格式化磁盘分区`format fs=fat32 quick` ### 方法二 使用tf卡格式化工具【SD Card Formatter】格式化即可