Skip to content

Conversation

ghost
Copy link

@ghost ghost commented May 29, 2020

As show in the config.ini, the loader name should start with 1, not 0.

Before `rkdeveloptool pack' worked with:
[LOADER_OPTION]
NUM=2
LOADER0=FOO
LOADER1=BAR

Now it works with:
[LOADER_OPTION]
NUM=2
LOADER1=FOO
LOADER2=BAR

As show in the config.ini, the loader name should start with 1, not 0.

Before `rkdeveloptool pack' worked with:
  [LOADER_OPTION]
  NUM=2
  LOADER0=FOO
  LOADER1=BAR

Now it works with:
  [LOADER_OPTION]
  NUM=2
  LOADER1=FOO
  LOADER2=BAR
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

Successfully merging this pull request may close these issues.

0 participants