Jump to content

Getting Started Guide for Jetson TX1: Difference between revisions

Line 166: Line 166:
= Booting from emmc  =
= Booting from emmc  =


== Configuring SDK to install firmware in emmc  ==
== Configuring SDK to install kernel and filesystem in emmc  ==
 
This section describes how to configure the tegrax1-jetson's SDK to install all the components (kernel and file system) into the TegraX1 internal emmc card.
 
1. Open a make config menu
<pre style="background:#d6e4f1">
make config
</pre>
Running make config your SDK is going to download all basic packages needed by the SDK build system.
 
2. Go to File System Configuration submenu and configure your filesystem target as is shown in Fig.1
 
[[Image:ttegraX1-jetson-sdk-v_1_0_0-fs-target-mmc.png|thumb|center|722px|tegraX1-jetson-sdk-v_1_0_0-fs-target-mmc.png]]
<div style="text-align: center;">'''Figure 1'''. File System target options</div>
 
3. Compile your SDK
<pre style="background:#d6e4f1">
make
</pre>


== Configuring your Filesystem type  ==
== Configuring your Filesystem type  ==
214

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.