rockchip-linux / rkdeveloptool

GNU General Public License v2.0
169 stars 98 forks source link

Cannot flash entry 472 #46

Open Whishay opened 4 years ago

Whishay commented 4 years ago

Hi, I am trying to flash the bootloader rk3328_loader_ddr786_v1.06.243.bin and succeed to transfer the 471 entry but failed(hangs) on 472, any tips on this?

I

Whishay commented 4 years ago

I am trying to flash the bootloader rk3328_loader_ddr786_v1.06.243.bin and succeed to transfer the 471 entry but failed(hangs) on 472, I added some debugging code and here is the output in function RKU_DeviceRequest(), any tips on this?

24578 is entry 471 and 51202 is entry 472, the command hangs at flashing 472:

./rkdeveloptool ld

DevNo=1 Vid=0x2207,Pid=0x320c,LocationID=101 Maskrom

./rkdeveloptool db ../rk3328_loader_ddr786_v1.06.243.bin

Downloading bootloader... RKU Device request....... sending 0, total 24578...... RKU Device request....... sending 0, total 51202......

yaydogan commented 1 year ago

I am trying to flash the bootloader rk3328_loader_ddr786_v1.06.243.bin and succeed to transfer the 471 entry but failed(hangs) on 472, I added some debugging code and here is the output in function RKU_DeviceRequest(), any tips on this?

24578 is entry 471 and 51202 is entry 472, the command hangs at flashing 472:

./rkdeveloptool ld DevNo=1 Vid=0x2207,Pid=0x320c,LocationID=101 Maskrom #./rkdeveloptool db ../rk3328_loader_ddr786_v1.06.243.bin Downloading bootloader... RKU Device request....... sending 0, total 24578...... RKU Device request....... sending 0, total 51202......

I have the same issue with RK3566 device. Any resolution? Thanks!