From 4aa8ac6985680eb12ba5c82422ecc50e2bb55447 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 12 Mar 2016 16:07:25 +0100 Subject: spliting more files, fix-uboot, fix-fbturbo, fix-locale --- files/boot/uboot.mkimage | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 files/boot/uboot.mkimage (limited to 'files/boot/uboot.mkimage') diff --git a/files/boot/uboot.mkimage b/files/boot/uboot.mkimage new file mode 100644 index 0000000..cd71de6 --- /dev/null +++ b/files/boot/uboot.mkimage @@ -0,0 +1,11 @@ +# Tell Linux that it is booting on a Raspberry Pi2 +setenv machid 0x00000c42 + +# Save these changes to u-boot's environment +saveenv + +# Load the existing Linux kernel into RAM +fatload mmc 0:1 ${kernel_addr_r} kernel7.img + +# Boot the kernel we have just loaded +bootz ${kernel_addr_r} -- cgit v1.2.3