version 1.2, 2015/04/11 17:22:18
|
version 1.3, 2015/05/12 10:38:12
|
Line 6
|
Line 6
|
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
$ cat boot.txt |
$ cat boot.txt |
|
setenv bootargs root=ld1a |
fatload mmc 1:1 0x90000000 netbsd.ub |
fatload mmc 1:1 0x90000000 netbsd.ub |
bootm 0x90000000 |
bootm 0x90000000 |
$ mkubootimage -A arm -C none -O netbsd -T script -a 0 -n "NetBSD/tegra boot" boot.txt boot.scr |
$ mkubootimage -A arm -C none -O netbsd -T script -a 0 -n "NetBSD/tegra boot" boot.txt boot.scr |