mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-08-18 02:54:53 +00:00
* add Tuya BK7252U back * Update .releaserc.yaml * rbl * Probe BK7252 Tuya OTA readback CRC * Fix BK7252 Tuya OTA partition table * Restore BK7252 Tuya OTA artefact * Probe BK7252 OTA flash readback CRC * patch RT bootloader * remove releaser * use standard partitions * Update Makefile * Create bk7252_partition_2M.json
23 lines
505 B
JSON
23 lines
505 B
JSON
{
|
|
"part_table": [
|
|
{
|
|
"name": "download",
|
|
"flash_name": "beken_onchip",
|
|
"offset": "0x00132000",
|
|
"len": "696K"
|
|
},
|
|
{
|
|
"name": "app",
|
|
"flash_name": "beken_onchip_crc",
|
|
"offset": "0x00010000",
|
|
"len": "1088K"
|
|
},
|
|
{
|
|
"name": "bootloader",
|
|
"flash_name": "beken_onchip_crc",
|
|
"offset": "0x00000000",
|
|
"len": "64K"
|
|
}
|
|
]
|
|
}
|