M5StickV Firmware_0813 Upgrade
-
M5StickV Firmware_0813 Upgrade time : 2019.8.13
- Support MaixPy IDE (Yeah!!)
- Fix PMU Init Parameters Related SD Card (Now SD Cards will work much better)
- Add PMU Module (import pmu; axp=pmu.axp192())
- Add WS2812 Module
- Fix Other Miscellaneous Issues
use instruction pls click here to view
https://docs.m5stack.com/#/en/quick_start/m5stickv/m5stickv_quick_start?id=maixpy-ide
-
Hi, @m5stack
Thanks for the update,
I've uploaded new firmware and camera links with MaixPy IDE perfectly.
What's next? Any plans on some guides/tutorials/libraries etc?
I respect and honor Luke's youtube videos but personally prefer text version, easier to navigate.
Thanks! -
@thrasher said in M5StickV Firmware_0813 Upgrade:
Hi, @m5stack
Thanks for the update,
I've uploaded new firmware and camera links with MaixPy IDE perfectly.
What's next? Any plans on some guides/tutorials/libraries etc?
I respect and honor Luke's youtube videos but personally prefer text version, easier to navigate.
Thanks!The problem is that the device is so new that there is a back log of things to document not to mention the fact some of us haven’t had time to play with it yet.
-
- A page listing all firmware versions with changelog, please.
- Please explain the differences between this firmware and the official Sipeed XXXXXX_m5stickv.bin firmwares.
-
@sboger 1. We start to tracking the firmware release since this release since all the previous one is beta version.2. kfpkg is a format defined by Kendryte, (for detailed information on kfpkg, refer: https://github.com/kendryte/kflash.py/blob/master/kflash.py#L1377), we pack the firmware built from newest official repo(which is identical to Sipeed one for this release) and our resources files (such as image, face detection model, and audio) for the face recognition demo.
-
@m5stack Thanks for the fast response!
-
@m5stack One more question. The XXXXXXXm5stickv.bin from Sipeed appears to be a "full" compile with the faces model included, is that right? Is the "Firmware_0813" from M5Stack a "minimal" compile, and that's why you include the faces kmodel file separately? Thanks!
-
@sboger yeah we has pack the face recognition model