From 8f4210ea6e51b01c5ca354c1092e63e8639fdd98 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 5 Oct 2015 06:45:12 -0300 Subject: uboot-cubox-linux-libre: add new package to [libre] --- libre/uboot-cubox-linux-libre/boot.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/uboot-cubox-linux-libre/boot.txt (limited to 'libre/uboot-cubox-linux-libre/boot.txt') diff --git a/libre/uboot-cubox-linux-libre/boot.txt b/libre/uboot-cubox-linux-libre/boot.txt new file mode 100644 index 000000000..690562173 --- /dev/null +++ b/libre/uboot-cubox-linux-libre/boot.txt @@ -0,0 +1,12 @@ +echo ======== Starting boot ======== +usb start +setenv uimagearg 'uImage-linux-libre' +setenv uinitarg 'uInitrd-linux-libre' +setenv my1arg 'console=ttyS0,115200n8 console=tty1,115200n8' +setenv my2arg 'vmalloc=384M video=dovefb:lcd0:1280x720-32@60-edid clcd.lcd0_enable=1 clcd.lcd1_enable=0' +ext2load ide 0:1 0x04000000 /boot/${uinitarg} && ext2load ide 0:1 0x02000000 /boot/${uimagearg} && setenv bootargs ${my1arg} ${my2arg} 'root=/dev/sda1 rw rootwait' && bootm 0x02000000 0x04000000 +ext2load usb 0:1 0x04000000 /boot/${uinitarg} && ext2load usb 0:1 0x02000000 /boot/${uimagearg} && setenv bootargs ${my1arg} ${my2arg} 'root=/dev/sda1 rw rootwait' && bootm 0x02000000 0x04000000 +ext2load mmc 0:1 0x04000000 /boot/${uinitarg} && ext2load mmc 0:1 0x02000000 /boot/${uimagearg} && setenv bootargs ${my1arg} ${my2arg} 'root=/dev/mmcblk0p1 rw rootwait' && bootm 0x02000000 0x04000000 +ext2load ide 0:1 0x02000000 /boot/${uimagearg} && setenv bootargs ${my1arg} ${my2arg} 'root=/dev/sda1 rw rootwait' && bootm 0x02000000 +ext2load usb 0:1 0x02000000 /boot/${uimagearg} && setenv bootargs ${my1arg} ${my2arg} 'root=/dev/sda1 rw rootwait' && bootm 0x02000000 +ext2load mmc 0:1 0x02000000 /boot/${uimagearg} && setenv bootargs ${my1arg} ${my2arg} 'root=/dev/mmcblk0p1 rw rootwait' && bootm 0x02000000 -- cgit v1.2.3-54-g00ecf