Skip to content

BUGFIX: Incorrect partition nuber (base error)#1

Open
akirilov wants to merge 1 commit intoTinkerBoard-Linux:linux5.10-rk3399-debian11from
akirilov:linux5.10-rk3399-debian11
Open

BUGFIX: Incorrect partition nuber (base error)#1
akirilov wants to merge 1 commit intoTinkerBoard-Linux:linux5.10-rk3399-debian11from
akirilov:linux5.10-rk3399-debian11

Conversation

@akirilov
Copy link

This commit fixes a bug introduced in cb0ab95

The problematic commit increased partiton numbers by 1 in order to accomodate the new splash partition. However, u-boot uses hexadecimal (base 16) numberting rather than decimal (base 10), meaning some of the changes are now pointing to the wrong partition.

This commit fixes a bug introduced in cb0ab95

The problematic commit increased partiton numbers by 1 in order to
accomodate the new `splash` partition. However, u-boot uses hexadecimal
(base 16) numberting rather than decimal (base 10), meaning some of the
changes are now pointing to the wrong partition.
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.

1 participant