/ tools / release / readme.txt
readme.txt
 1  
 2  
 3  =============================
 4  
 5  Files:
 6  
 7  * maixpy_*.bin: firmware
 8  * elf_*.7z: elf files, just used for debug
 9  
10  You can customize your firmware at https://www.maixhub.com/compile.html
11  Or build by yourself according to  https://github.com/sipeed/MaixPy/blob/master/build.md
12  
13  =============================
14  
15  maixpy_*.bin: normal firmware, including
16      * basic api
17      * kmodel V4 support
18      * no LVGL support
19      * NES emulator support
20      * AVI format video support
21      * IDE support
22      * more detail see: https://github.com/sipeed/MaixPy/blob/master/projects/maixpy_k210/config_defaults.mk
23  
24  maixpy_*_minimum.bin: minimum function firmware, including
25      * basic api
26      * only few OpenMV's API, no some API like find_lines
27      * only kmodel V3 support
28      * no LVGL support
29      * no NES emulator support
30      * no AVI format video support
31      * no IDE support
32      * more detail see: https://github.com/sipeed/MaixPy/blob/master/projects/maixpy_k210_minimum/config_defaults.mk
33  
34  maixpy_*_minimum_with_kmodel_v4_support: minimum function firmware, including
35      * the same as minimum.bin
36      * add kmodel v4 support
37  
38  maixpy_*_openmv_kmodel_v4_with_ide_support: minimum function firmware, including
39      * the same as normal
40      * add kmodel v4 support
41      * IDE support
42  
43  maixpy_*_minimum_with_ide_support.bin: minimum function firmware, including
44      * same as minimum
45      * IDE support
46      * more detail see: https://github.com/sipeed/MaixPy/blob/master/projects/maixpy_k210_minimum/config_with_ide_support.mk
47  
48  maixpy_*_with_lvgl.bin: add lvgl support, including
49      * basic api
50      * only kmodel V3 support
51      * LVGL support
52      * NES emulator support
53      * AVI format video support
54      * IDE support
55      * more detail see: https://github.com/sipeed/MaixPy/blob/master/projects/maixpy_k210/config_with_lvgl.mk
56  
57  maixpy_*_m5stickv.bin: especially for M5StickV board, including
58      * same as normal
59      * more detail see: https://github.com/sipeed/MaixPy/blob/master/projects/maixpy_m5stickv/config_defaults.mk
60  
61  maixpy_*_amigo*.bin: especially for board amigo
62      * the same as uppper
63  
64