# ESP32-S3-EYE **Repository Path**: jiexinjx/esp32-s3-eye ## Basic Information - **Project Name**: ESP32-S3-EYE - **Description**: MicroPython 移植 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-11 - **Last Updated**: 2025-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ESP32-S3-EYE #### 介绍 MicroPython 移植 #### 1. 将BSP整个文件夹放置到你的 D:\micropython\examples\usercmodule 文件夹下 #### 2. 修改usercmodule文件下的 micropython.cmake 文件,如下所示 ![输入图片说明](https://foruda.gitee.com/images/1741783974864723105/4a6bb9f7_15284041.png "屏幕截图2025.03.12.png") #### 3. 将components里的5个文件夹放置到你的 D:\esp-idf\components 文件夹下,如下所示 ![输入图片说明](https://foruda.gitee.com/images/1741784246355665434/c2b4cdad_15284041.png "屏幕截图2025.03.12.png") #### 4. 在你的Linux系统终端上输入 "cd micropython/ports/esp32",进入esp32文件夹后接着输入指令 "make USER_C_MODULES=~/micropython/examples/usercmodule/micropython.cmake BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT" 去编译固件