Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rv1103g] Opening loader failed, exiting download boot! #105

Open
inisider opened this issue Jan 8, 2025 · 0 comments
Open

[rv1103g] Opening loader failed, exiting download boot! #105

inisider opened this issue Jan 8, 2025 · 0 comments

Comments

@inisider
Copy link

inisider commented Jan 8, 2025

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:

		PSTRUCT_RKBOOT_HEAD pBootHead;
		pBootHead = (PSTRUCT_RKBOOT_HEAD)(m_BootData);
		if (( pBootHead->uiTag!=0x544F4F42)&&(pBootHead->uiTag!=0x2052444C))
		{
			bCheck=false;
			return;
		}

And first bytes of rv1103b_usbplug_v1.00.bin.bin are:

$ hexdump ./rkbin/bin/rv11/rv1103b_usbplug_v1.00.bin | less
0000000 0081 ea00 0000 0000 5352 4b41 01f8 0000

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant