-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Switch to extlinux.conf #571
Comments
Talked with megi, the issue were on the U-Boot side. And switching to extlinux.conf is not necessary, it should work with boot.scr too. But still unable to boot. First item just boots me into console. |
@Danct12 I think |
I talked with danct and looks like we can't because we need dynamically identify a boot device on boot up and it's impossible from
|
I talked with megi and he enabled |
But it will look like this: #571 (comment). |
An easy way to provide this in a package is by using the Mobian team's fork of u-boot-menu for a PKGBUILD. |
Recently megi released rk2aw with patched U-Boot builds
This bootloaders have many benefits (especially for PPP), but looks like patched U-Boot uses
extlinux.conf
whileboot.scr
. I would suggest to migrate to simplify setup for users.I tried creating
boot/extlinux/extlinux.conf
with the following content:But it doesn't work for some reason...The issue was on U-Boot side, now creating this file and/boot/splash.bmp
is enough.Edit: Megi added support for
CONFIG_CMD_UNZIP
, soboot.scr
can also be loaded without any configuration. But you can't set a nice label and put a background this way.The text was updated successfully, but these errors were encountered: