aboutsummaryrefslogtreecommitdiffstats
path: root/rpi2-debian-stdkernel/other_boot_files/boot.scr
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-11-06 21:34:34 +0100
committerVG <vg@devys.org>2016-11-06 21:34:34 +0100
commite2dfae276755321f14e9dbb5639d3fbb7c62fef5 (patch)
tree03d20fc80d27484d1bd02347a958085a2bf5324c /rpi2-debian-stdkernel/other_boot_files/boot.scr
parentcf0edd94c05a9fc0c609758016a697c24dd913a0 (diff)
downloaddebootstrap-scripts-e2dfae276755321f14e9dbb5639d3fbb7c62fef5.tar.gz
debootstrap-scripts-e2dfae276755321f14e9dbb5639d3fbb7c62fef5.tar.bz2
debootstrap-scripts-e2dfae276755321f14e9dbb5639d3fbb7c62fef5.zip
update to have a booting kernel
Diffstat (limited to 'rpi2-debian-stdkernel/other_boot_files/boot.scr')
-rw-r--r--rpi2-debian-stdkernel/other_boot_files/boot.scr25
1 files changed, 0 insertions, 25 deletions
diff --git a/rpi2-debian-stdkernel/other_boot_files/boot.scr b/rpi2-debian-stdkernel/other_boot_files/boot.scr
deleted file mode 100644
index f1ec9f8..0000000
--- a/rpi2-debian-stdkernel/other_boot_files/boot.scr
+++ /dev/null
@@ -1,25 +0,0 @@
-# u-boot commands, this file must be compiled with mk-image (or use
-# update-boot-uimage.sh)
-
-#setenv machid 0x00000c42
-
-# set the fdtfile according to your board model
-#setenv fdtfile bcm2709-rpi-2-b.dtb
-#setenv fdtfile bcm2835-rpi-b-rev2.dtb
-setenv fdtfile bcm2836-rpi-2-b.dtb
-
-mmc dev 0
-#ext4load mmc 0:2 ${kernel_addr_r} vmlinuz
-fatload mmc 0:1 ${kernel_addr_r} kernel.img
-#ext4load mmc 0:2 ${ramdisk_addr_r} initrd.img
-fatload mmc 0:1 ${fdt_addr_r} ${fdtfile}
-setenv bootargs earlyprintk console=ttyAMA0,115200n8 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait noinitrd
-#bootz ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
-bootz ${kernel_addr_r} - ${fdt_addr_r}
-#bootz ${kernel_addr_r}
-
-#mmc dev 0
-#ext4load mmc 0:2 0x01000000 vmlinuz
-#fatload mmc 0:1 0x00000100 bcm2835-rpi-b-rev2.dtb
-#setenv bootargs earlyprintk console=ttyAMA0,115200n8
-#bootz 0x01000000 - 0x00000100