2024年3月21日发(作者:艾娜)
/doc/ /jetson-tk1for access to software updates and the developer
SDK supporting the OS image and host development platform that you want to developer SDK includes an OS
image that you will load onto your T egra device,supporting documentation,and code samples to help you get started.
This section familiarizes you with the Jetson platform;what to do when you get it out of the box,how
to boot into a Graphical User Interface and run basic sample code with the pre-installed software.
Getting Started
Individual development efforts will vary and may result in modifications to the system is recommended that
you begin with the basic system configuration(as shipped)to ensure proper system operation prior to any further
development.
Assumptions
>You have a Jetson TK1T egra Developer System,equipped with the NVIDIA?T egra?K1processor.
>Your developer system should be cabled as follows:
Serial cable plugged into the serial port J1A2UART4on the target connected to your Linux host directly or through a serial-
to-USB converter.(To setup serial console on the Linux
host.)
(Not included in the developer kit)T o connect USB peripherals such as keyboard,mouse,and [optional]USB/Ethernet
adapter(for network connection),a USB hub should be connected to
the working USB port(J1C2USB2)on the Jetson TK1system.
An HDMI cable plugged into"J1C1HDMI"on the target which is connected to an external HDMI display.
An Ethernet cable plugged into the J1D1on board Ethernet port.
Powering Up the Tegra Device
t the AC adapter supplied in your kit to the power connector of your device.
the power adapter into an appropriately rated electrical outlet.
system should power on,if not,press and release the power button on the
should see a green POWER LED light illuminate and the fan will spin up
Login Credentials
>Username:ubuntu
>Password:ubuntu
Installing the Linux Driver Binary
Instructions on how to install the NVIDIA Linux driver binary release on your target located in: ${HOME}/NVIDIA-INSTALLER
directories into the NVIDIA installation directory:
cd${HOME}/NVIDIA-INSTALLER
the installer script to extract and install the Linux driver binary release:
sudo./
the system
NOTE:the should only be run once.
Running Sample Code
CUDA
2024年3月21日发(作者:艾娜)
/doc/ /jetson-tk1for access to software updates and the developer
SDK supporting the OS image and host development platform that you want to developer SDK includes an OS
image that you will load onto your T egra device,supporting documentation,and code samples to help you get started.
This section familiarizes you with the Jetson platform;what to do when you get it out of the box,how
to boot into a Graphical User Interface and run basic sample code with the pre-installed software.
Getting Started
Individual development efforts will vary and may result in modifications to the system is recommended that
you begin with the basic system configuration(as shipped)to ensure proper system operation prior to any further
development.
Assumptions
>You have a Jetson TK1T egra Developer System,equipped with the NVIDIA?T egra?K1processor.
>Your developer system should be cabled as follows:
Serial cable plugged into the serial port J1A2UART4on the target connected to your Linux host directly or through a serial-
to-USB converter.(To setup serial console on the Linux
host.)
(Not included in the developer kit)T o connect USB peripherals such as keyboard,mouse,and [optional]USB/Ethernet
adapter(for network connection),a USB hub should be connected to
the working USB port(J1C2USB2)on the Jetson TK1system.
An HDMI cable plugged into"J1C1HDMI"on the target which is connected to an external HDMI display.
An Ethernet cable plugged into the J1D1on board Ethernet port.
Powering Up the Tegra Device
t the AC adapter supplied in your kit to the power connector of your device.
the power adapter into an appropriately rated electrical outlet.
system should power on,if not,press and release the power button on the
should see a green POWER LED light illuminate and the fan will spin up
Login Credentials
>Username:ubuntu
>Password:ubuntu
Installing the Linux Driver Binary
Instructions on how to install the NVIDIA Linux driver binary release on your target located in: ${HOME}/NVIDIA-INSTALLER
directories into the NVIDIA installation directory:
cd${HOME}/NVIDIA-INSTALLER
the installer script to extract and install the Linux driver binary release:
sudo./
the system
NOTE:the should only be run once.
Running Sample Code
CUDA