Bug#824954: flash-kernel: please provide a way to integrate with GRUB

2019-09-26 Thread Heinrich Schuchardt
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

Bug#824954: flash-kernel: please provide a way to integrate with GRUB

2018-01-19 Thread Heinrich Schuchardt
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

Bug#824954: flash-kernel: please provide a way to integrate with GRUB

2016-05-21 Thread Steinar H. Gunderson
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,