Add some info

This commit is contained in:
Godzil 2022-11-12 23:04:10 +00:00
parent d352cb25e1
commit 731834575f

View File

@ -8,3 +8,9 @@ The goal is to document as much as possible the file format used by the Pixel Ar
The second goal is to understand the update format and potentially allowing to use the board for executing your own code. The second goal is to understand the update format and potentially allowing to use the board for executing your own code.
An effort to find how the Bluetooth is workind is also underway but too early to document it. Up so far all I can say is that it use BLE. An effort to find how the Bluetooth is workind is also underway but too early to document it. Up so far all I can say is that it use BLE.
The [update_file](update_file) folder include all the known update file released by MinBay.
### Note about update
About update, **DO NOT** try to update the MB701 using anything else than a PC under windows, and potentially linux. The way they handle FAT is weird and Mac OS seems to have issues with saving the update file properly leading the board to crash in weird way.