Stach
19 Maj 2023 20:16
1
Witam chyba uwaliłem bootloader w cc2652p jest jakiś sposób żeby go uratować ?
wileu
(wileu)
19 Maj 2023 20:44
2
To zależy jak go ucegliłeś i w związku z tym czym dysponujesz.
Stach
19 Maj 2023 20:56
3
wgralem przez pomyłkę firmware pod inny układ i nie chce wejść w tryb programowania mam Konwerter WaveShare USB UART FT232 nie wiem czy tym coś można zrobić
wileu
(wileu)
19 Maj 2023 22:19
4
Firmware do innego niż cc2652p, czy dla cc2652 ale innego “producenta/twórcy”?
Stach
20 Maj 2023 05:08
5
prawdopodobnie pod cc2530
wileu
(wileu)
20 Maj 2023 11:57
6
Zatem bez jtaga się nie obejdzie.
Stach
20 Maj 2023 12:11
7
tak myślałem jaki sprzet do tego jest potrzebny?
Edit:
@wileu Jesteś w stanie to zrobić?
Ku pamięci - mając RPi (dowolny model) oraz trochę wprawy w lutowaniu (bo nie wiem czy wszystko potrzebne jest wyprowadzone w tym donglu sonoffa, a raczej nie) można posłużyć się tym tutorialem (ewentualnie modyfikując go do potrzeb)
CC2652 unbricking with Raspberry Pi and OpenOCD.md
# CC2652 unbricking with Raspberry Pi and OpenOCD
I was a bit quick when flashing my [generic CC2652R](https://www.aliexpress.com/item/1005004199500494.html) and ended up dowloading and flashing firmware for CC2652P.. Since it was the wrong firmware, the bootloader also didn't work anymore, making me unable to flash the correct firmware with the integrated USB serial programmer.
Luckily the module has a cJTAG debugging interface, that should make it possible to flash directly onto the chip without the bootloader. But I don't have any serial debuggers, so I have had to come up withj my own from various limited information I could find.
# Approach
Using [OpenOCD](https://openocd.org/) we can use a Raspberry Pi as a JTAG debugger. It does not support cJTAG for debugging, so it will instead send a signal to make the CC2652 switch to normal JTAG. We will then have to connect a few additional cables to the TDO and TDI pins for a full 4-pin JTAG connection.
This file has been truncated. show original
wileu
(wileu)
23 Maj 2023 19:08
11
Jeśli nie uda się, to wspomogę J-Link’iem.
Stach
23 Maj 2023 19:36
12
Niestety rapsberry nie mam a inne sposoby nie działają. Jeśli był byś w stanie go zreanimować to było by super.