libretiny-eu / libretiny

PlatformIO development platform for IoT modules
http://docs.libretiny.eu/
MIT License
382 stars 55 forks source link

unable to write to BK7231M on CB2S #279

Open gdtv opened 2 months ago

gdtv commented 2 months ago

I have two different CB2S, the one on the left in the picture has a BK7231M, the right one has a metal cover so I don't know what's inside. The right one works fine, I can write the firmware with ltchiptool-v4.11.1 and it runs correctly. But the left one cannot write the firmware. The following is a screenshot of the error.

屏幕截图 2024-04-18 131737

写入错误

捕获

W: Erasing failure @ 0x11000 (Erase failed - flash protected; found non-0xFF bytes @ 0x11000), retrying (attempt 0)
W: Erasing failure @ 0x11000 (Erase failed - flash protected; found non-0xFF bytes @ 0x11000), retrying (attempt 1)
W: Erasing failure @ 0x11000 (Erase failed - flash protected; found non-0xFF bytes @ 0x11000), retrying (attempt 2)
W: Erasing failure @ 0x11000 (Erase failed - flash protected; found non-0xFF bytes @ 0x11000), retrying (attempt 3)
E: An error has occurred
E: ValueError: Erase failed - flash protected; found non-0xFF bytes @ 0x11000
E: |-- File "ltchiptool\gui\work\base.py", line 24, in run
E: |-- File "ltchiptool\gui\work\flash.py", line 73, in run_impl
E: |-- File "ltchiptool\gui\work\flash.py", line 126, in _do_write
E: |-- File "ltchiptool\soc\bk72xx\flash.py", line 314, in flash_write_uf2
E: |-- File "ltchiptool\util\streams.py", line 177, in update_from
E: |-- File "bk7231tools\serial\cmd_hl_flash.py", line 185, in program_flash
E: |-- File "bk7231tools\serial\cmd_ll_flash.py", line 229, in flash_erase_block
E: |-- File "bk7231tools\serial\cmd_ll_flash.py", line 209, in do_erase_verify

esphome yml:

esphome:
  name: esphome-x1s-test
  friendly_name: ESPHome_x1s_test

bk72xx:
  board: cb2s

# Enable logging
logger:

# Enable Home Assistant API
api:
  encryption:
    key: "****************"

ota:
  password: "****************"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Esphome-X1S-Test"
    password: ""

captive_portal:

web_server:
kuba2k2 commented 2 months ago

Please post full flashing logs in verbose mode.

gdtv commented 2 months ago

Please post full flashing logs in verbose mode.

this is logs error-log.txt

ntzb commented 1 month ago

exact same issue for me, but the path was different. my cb2s was flashed with the generic kickstart-bk7231n-2023-12-15.uf2 firmware, and after that, it does not show up as AP, and does not accept any more flashing, with the same error as above:

W: Erasing failure @ 0x11000 (Erase failed - flash protected; found non-0xFF bytes @ 0x11000), retrying (attempt 0)
W: Erasing failure @ 0x11000 (Erase failed - flash protected; found non-0xFF bytes @ 0x11000), retrying (attempt 1)
W: Erasing failure @ 0x11000 (Erase failed - flash protected; found non-0xFF bytes @ 0x11000), retrying (attempt 2)
W: Erasing failure @ 0x11000 (Erase failed - flash protected; found non-0xFF bytes @ 0x11000), retrying (attempt 3)

tried to power off, power on, reconnect rx,tx a few times, and finally it was working again, and could flash the compiled firmware

kuba2k2 commented 1 month ago

Do you also have a BK7231M? CB2S modules usually come with a BK7231N, so that's likely where the issue comes from.

ntzb commented 1 month ago

oh didn't see the N vs M thing. mine was N, so it's you're probably right.

gdtv commented 1 month ago

Solution: https://bbs.hassbian.com/forum.php?mod=viewthread&tid=25311 Sorry for my poor English, I can't translate it into English

kuba2k2 commented 1 month ago

That could be a solution for BK7231M. BK7231Flasher program uses a different algorithm for unprotecting the flash chip, so it might have better success on other bootloaders.

The config shown in the forum post works only for this particular device - it uses unencrypted firmware. It is important to first specify the encryption parameters, then compile the firmware.

The OpenBK "burn" step is mostly unnecessary, since it overwrites the bootloader with one that won't work on that device. However, I don't think there is another way to unprotect the flash using BK7231Flasher - the tool is only written to flash OpenBK.