Since a while we have exit /etc/flash-kernel/ubootenv.d for
flash-kernel. A script can be added here to launch GRUB.
Another possibility is to create /boot/boot.scr.uimg using mkimage from
a text file with a content like the following lines:
load mmc 0:2 $fdt_addr_r dtb
load mmc 0:1 $kernel_addr
Let's assume U-Boot uses distroboot as described in doc/README.distro.
Environment variable boot_scripts decides which boot scripts are loaded.
The default value is
boot_scripts=boot.scr.uimg boot.scr
So if you create a boot script named boot.scr.uimg, it will override the
boot.scr created by
Package: flash-kernel
Version: 3.66
Severity: wishlist
Hi,
I have an ODROID XU4 (a SBC based on Exynos5422). Since I'm one of those
PC people that would like everything to work like my PC does, I use GRUB
on it (plus, it gives me a nice boot menu when I can choose older kernels
or rescue mode, wh
3 matches
Mail list logo