You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use rkdeveloptool to flash Luckfox Pico Plus's uboot but it is failing on DownloadBoot stage. After I run the command:
$ rkdeveloptool db ./rkbin/bin/rv11/rv1103b_usbplug_v1.00.bin
The following message is printed:
Opening loader failed, exiting download boot!
It happens because uiTag is different from what rkdeveloptool is expected:
I am trying to use rkdeveloptool to flash Luckfox Pico Plus's uboot but it is failing on DownloadBoot stage. After I run the command:
$ rkdeveloptool db ./rkbin/bin/rv11/rv1103b_usbplug_v1.00.bin
The following message is printed:
Opening loader failed, exiting download boot!
It happens because uiTag is different from what rkdeveloptool is expected:
And first bytes of rv1103b_usbplug_v1.00.bin.bin are:
I checked some other .bin files and they don't have uiTag = 0x544F4F42 or 0x2052444C.
Could someone please provide me any pointers how to resolve that?
Thanks in advance!
The text was updated successfully, but these errors were encountered: