-
-
- Posts: 2
- Joined: 2026-07-30 15:52
I downloaded the SDK using git clone [https://github.com/LuckfoxTECH/luckfox-pico.git], but when checking the device profiles in project/cfg/BoardConfig_IPC/, the Pico Ultra-W version (BoardConfig-EMMC-Buildroot-RV1106_Luckfox_Pico_Ultra_W-IPC.mk) is missing.
Note: When running ./build.sh lunch, the RV1106_Luckfox_Pico_Ultra_W option does not appear either.
Is the repository outdated, or should a different method be used to build the image for the Pico Ultra W?"
-
- Posts: 2083
- Joined: 2024-01-23 7:21
The BoardConfig for Luckfox_Pico_Ultra_W and Luckfox_Pico_Ultra have been merged. You can directly use the one for Luckfox_Pico_Ultra.
-
- Posts: 2
- Joined: 2026-07-30 15:52
Thanks for the quick response! That explains why the separate profile was missing.
Could you please also update the README file included in the SDK repository? It still mentions option "[6] RV1106_Luckfox_Pico_Ultra_W"
Thanks again for your help!"