roundshot

n/a
git clone git://parazyd.org/roundshot.git
Log | Files | Refs | LICENSE

commit cb8d3a254d6b78e24e29b155c899a147841c49b7
parent eb497121c358e3ad38d0b29c18a83feca336f072
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 15 Dec 2017 15:31:52 +0100

Add u-boot script and notes for mkimage.

Diffstat:
Amisc/boot.txt | 5+++++
Amisc/notes.txt | 2++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/misc/boot.txt b/misc/boot.txt @@ -0,0 +1,5 @@ +setenv bootargs console=ttyS0,115200 root=/dev/ram0 rootwait panic=10 storage=/dev/mmcblk0p2 ${extra} +load mmc 0:1 0x43000000 ${fdtfile} +load mmc 0:1 0x42000000 zImage +load mmc 0:1 0x43500000 initramfs.cpio.bz2.img +bootz 0x42000000 0x43500000 0x43000000 diff --git a/misc/notes.txt b/misc/notes.txt @@ -0,0 +1,2 @@ +mkimage -A arm -T ramdisk -C none -n uInitrd -d initramfs.cpio.bz2 initramfs.cpio.bz2.img +mkimage -A arm -T script -C none -d boot.txt boot.scr