IOsetting / wm-sdk-w806

A SDK for WinnerMicro W806
Apache License 2.0
129 stars 50 forks source link

How to make own custom app / Project template #22

Closed nyh-workshop closed 2 years ago

nyh-workshop commented 2 years ago

Hi there, I managed to compile and flash the W806 kit successfully using the guides provided.

However, I'm not sure which app it uploads to the board. It said "W806.bin" in the "make flash" output - but I couldn't locate that sample app that is associated with the W806.bin. Is it in the "demo" folder, or one of the apps in the "app" folder?

Also, it could be easy if there's an empty project template which I can work on different things. Is it possible to just reuse that whole "WM-SDK-W806" folder and add my custom app inside (possibly passing a parameter to the make command?), or I have to create another separate copy of "WM-SDK-W806" if I need to have my own app inside?

IOsetting commented 2 years ago

For the first question

For the second question

nyh-workshop commented 2 years ago

Thank you for the assistance. 👍