File:  [NetBSD Developer Wiki] / wikisrc / ports / evbarm / tegra.mdwn
Revision 1.3: download - view: text, annotated - select for diffs
Tue May 12 10:38:12 2015 UTC (7 years, 10 months ago) by wiki
Branches: MAIN
CVS tags: HEAD
web commit by jmcneill: add bootargs to boot.scr

    1: [[!meta title="NetBSD/evbarm on NVIDIA Tegra"]]
    2: 
    3: **The Tegra port is work in progress**
    4: 
    5: # Generating a boot script
    6: 
    7: [[!template  id=programlisting text="""
    8: $ cat boot.txt
    9: setenv bootargs root=ld1a
   10: fatload mmc 1:1 0x90000000 netbsd.ub
   11: bootm 0x90000000
   12: $ mkubootimage -A arm -C none -O netbsd -T script -a 0 -n "NetBSD/tegra boot" boot.txt boot.scr
   13: """]]
   14: 
   15: # Links
   16: 
   17: - [NVIDIA Jetson TK1 development kit](https://developer.nvidia.com/jetson-tk1)
   18: - [Hardware documentation](https://developer.nvidia.com/hardware-design-and-development)
   19: - [Linux For Tegra](https://developer.nvidia.com/linux-tegra)

CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb