version 1.16, 2015/07/23 15:01:37
|
version 1.25, 2015/09/02 18:31:56
|
Line 24
|
Line 24
|
- USB 2.0 [[!template id=man name="ehci" section="4"]] controller |
- USB 2.0 [[!template id=man name="ehci" section="4"]] controller |
- PCI express |
- PCI express |
- SATA [[!template id=man name="ahcisata" section="4"]] controller |
- SATA [[!template id=man name="ahcisata" section="4"]] controller |
- [[!template id=man name="hdaudio" section="4"]] (needs HDMI) |
- HDMI |
- Framebuffer console (HDMI) |
- Framebuffer console |
|
- HDMI Audio [[!template id=man name="hdaudio" section="4"]] controller |
|
- HDMI CEC |
- Jetson TK1 |
- Jetson TK1 |
- On-board Realtek 8111G [[!template id=man name="re" section="4"]] gigabit ethernet |
- On-board Realtek 8111G [[!template id=man name="re" section="4"]] gigabit ethernet |
- EEPROM [[!template id=man name="seeprom" section="4"]] (on I2C) |
- EEPROM [[!template id=man name="seeprom" section="4"]] (on I2C) |
Line 34
|
Line 36
|
- Power button |
- Power button |
|
|
# TODO |
# TODO |
- eMMC support |
- Analog audio output (I2S, Audio codec, APB DMA) |
- SD/MMC UHS-I support (needs [[!template id=man name="sdmmc" section="4"]] changes) |
|
- I2S |
|
- Audio codec |
|
- AS3722 power management unit |
- AS3722 power management unit |
- GPU (nouveau) |
- GPU (nouveau) |
|
- USB 3.0 [[!template id=man name="xhci" section="4"]] controller |
|
- SPI controller |
|
- PWM controller |
|
|
# Generating a boot script |
# Generating a boot script |
|
|
Line 51 bootm 0x90000000
|
Line 53 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 |
"""]] |
"""]] |
|
|
|
# Getting U-Boot |
|
|
|
Jetson TK1 boards come with Linux4Tegra R19.x installed, which doesn't use U-Boot. The easiest way to get U-Boot is to upgrade to Linux4Tegra R21.x (Linux PC or VM required) following the [quick start guide](http://developer.download.nvidia.com/embedded/L4T/r21_Release_v4.0/l4t_quick_start_guide.txt). |
|
|
# Links |
# Links |
|
|
- [NVIDIA Jetson TK1 development kit](https://developer.nvidia.com/jetson-tk1) |
- [NVIDIA Jetson TK1 development kit](https://developer.nvidia.com/jetson-tk1) |