docs: refresh Tab5 README build guidance#142
Conversation
There was a problem hiding this comment.
Codex Review: Here are some suggestions.
Reply with @codex fix comments to fix any unresolved comments.
About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".
| 1. **Clone the repo** | ||
|
|
||
| git clone https://github.com/baba-dev/M5Tab5-UserDemo.git | ||
| cd M5Tab5-UserDemo | ||
| python fetch_repos.py # fetch or update M5 & LVGL components | ||
| cd M5Tab5-UserDemo | ||
|
|
There was a problem hiding this comment.
[P1] Restore dependency fetch step before building Tab5 firmware
The new quickstart flow no longer fetches the external components that the Tab5 build requires. Following these steps from a fresh clone leaves dependencies/ empty, but platforms/tab5/main/CMakeLists.txt declares mooncake, mooncake_log, and smooth_ui_toolkit in REQUIRES, so idf.py build will fail with missing-component errors. Please reintroduce a step (e.g., python fetch_repos.py) or document another way to populate those dependencies before invoking the build.
Useful? React with 👍 / 👎.
Summary
platforms/tab5with the latest idf.py build commandsTesting
https://chatgpt.com/codex/tasks/task_e_68ce5d9892cc83249ef3ed10cdc67b4f