version 1.48, 2017/10/10 10:52:21
|
version 1.49, 2017/10/11 08:43:24
|
Line 29 The [NVIDIA Jetson TX1 development kit](
|
Line 29 The [NVIDIA Jetson TX1 development kit](
|
- SDMMC [[!template id=man name="sdhc" section="4"]] controller |
- SDMMC [[!template id=man name="sdhc" section="4"]] controller |
- USB 2.0 [[!template id=man name="ehci" section="4"]] controller |
- USB 2.0 [[!template id=man name="ehci" section="4"]] controller |
- USB 3.0 [[!template id=man name="xhci" section="4"]] controller |
- USB 3.0 [[!template id=man name="xhci" section="4"]] controller |
- Requires the [sysutils/tegra-firmware](http://pkgsrc.se/sysutils/tegra-firmware) package to be installed. |
- Requires the [[!template id=pkg category="sysutils" name="tegra-firmware"]] package to be installed. |
- PCI express |
- PCI express |
- SATA [[!template id=man name="ahcisata" section="4"]] controller |
- SATA [[!template id=man name="ahcisata" section="4"]] controller |
- HDMI |
- HDMI |
Line 79 $ mkubootimage -A arm -C none -O netbsd
|
Line 79 $ mkubootimage -A arm -C none -O netbsd
|
|
|
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). |
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). |
|
|
U-Boot for Jetson TX1 is available in pkgsrc: [sysutils/u-boot-jetson-tx1](http://pkgsrc.se/sysutils/u-boot-jetson-tx1). |
U-Boot for Jetson TX1 is available in pkgsrc: [[!template id=pkg category="sysutils" name="u-boot-jetson-tx1"]]. |
|
|
# Modesetting |
# Modesetting |
|
|
Line 112 fdt set /gpu@0,57000000 status okay
|
Line 112 fdt set /gpu@0,57000000 status okay
|
|
|
For the nouveau driver to load successfully, firmware is required: |
For the nouveau driver to load successfully, firmware is required: |
|
|
* Install the [sysutils/tegra-firmware](http://pkgsrc.se/sysutils/tegra-firmware) package from pkgsrc. |
* Install the [[!template id=pkg category="sysutils" name="tegra-firmware"]] package from pkgsrc. |
* Extract the contents of [tegra-nouveau-firmware.tar.gz](http://cdn.netbsd.org/pub/NetBSD/misc/jmcneill/tegra/tegra-nouveau-firmware.tar.gz) to ''/libdata/firmware/nouveau''. |
* Extract the contents of [tegra-nouveau-firmware.tar.gz](http://cdn.netbsd.org/pub/NetBSD/misc/jmcneill/tegra/tegra-nouveau-firmware.tar.gz) to ''/libdata/firmware/nouveau''. |
|
|
You should see the following messages at boot: |
You should see the following messages at boot: |