mirror of https://github.com/arendst/Tasmota.git
Updated Zigbee (markdown)
parent
82b58f5ba2
commit
568185f900
|
@ -117,7 +117,7 @@ The CC2530 requires `Z-Stack_Home_1.2`, of type `Default` (not `Source Routing`)
|
||||||
If you get a message about the flash size not being big enough, this will be because the CC2530 is Debug Locked. This limits the ability of certain commands to report the true flash size. To fix this you need to erase the chip, which can be done as part of flashing the chip. So you will need a 16kb file to flash. The easiest way is to read the existing flash, then re-flash it, using the erase option to erase the chip.
|
If you get a message about the flash size not being big enough, this will be because the CC2530 is Debug Locked. This limits the ability of certain commands to report the true flash size. To fix this you need to erase the chip, which can be done as part of flashing the chip. So you will need a 16kb file to flash. The easiest way is to read the existing flash, then re-flash it, using the erase option to erase the chip.
|
||||||
|
|
||||||
```
|
```
|
||||||
python Python/cc_read_flash.py -o x.hex
|
python Python/cc_read_flash.py -p /dev/cu.usbserial-xxx -o x.hex
|
||||||
python Python/cc_write_flash.py --erase -p /dev/cu.usbserial-xxx -i x.hex
|
python Python/cc_write_flash.py --erase -p /dev/cu.usbserial-xxx -i x.hex
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue