I have a WP7608 board that was working fine. After using uartMode command to change uart mode and reboot, the board failed to boot with the following logs:
B - 786839 - QSEE Execution, Start
D - 884 - QSEE Execution, Delta
B - 793549 - SBL1, End
D - 681278 - SBL1, Delta
S - Throughput, 8000 KB/s (1182136 Bytes, 135260 us)
S - DDR Frequency, 240 MHz
Android Bootloader - UART_DM Initialized!!!
[10] ERROR: No devinfo partition found
[10] Neither ‘config’ nor ‘frp’ partition found
[10] ERROR: No misc partition found
[1140] SSMEM init OK[1150] ssmem_get: region 20 not exists[1230] DEBUG: cmdline has root=
[1360] Channel alloc freed
I searched the internet for the solution and these what i have tried but do not help:
swiflash -m “wp76xx” -i image.spk
This command failed with error “Failed to enter download mode”
Connect TP1 to GND, boot the board, and run
swiflash -m “wp76xx” -i image.spk
the command went further and reboot the board, but on the console i see the same logs above after the reboot.
Connect TP1 to GND, boot the board, and run
swiflash -m “wp76xx” -r
the command ran for a few hours and nothing happen. I terminated the command and tried the flash the image again, but it did not help.
I have no idea what else i can do. Please let me know how to proceed further to recover the board. Thanks