aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture/dto
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2017-11-13 11:09:31 -0800
committerClay Murphy <claym@google.com>2017-11-13 14:23:17 -0800
commit04afcc4f4865ec1e526e8ff4493ea340247e94f3 (patch)
tree21a24b7e87037c9d9364de151db069551e798d8a /en/devices/architecture/dto
parent6700a72c3945b934469746e0a7d040aea8abd9ff (diff)
downloadsource.android.com-04afcc4f4865ec1e526e8ff4493ea340247e94f3.tar.gz
Docs: Changes to source.android.com
- 175558266 Add left nav to advisory by Danielle Roberts <daroberts@google.com> - 175554955 Fix malformed reference to AOSP by Clay Murphy <claym@google.com> - 175550240 Devsite localized content from translation request 7a0693... by Android Partner Docs <noreply@android.com> - 175549114 Typo fix (ASOP -> AOSP) by Christina Nguyen <cqn@google.com> - 175293154 Devsite localized content from translation request 372f6d... by Android Partner Docs <noreply@android.com> - 175248838 Devsite localized content from translation request 29d8af... by Android Partner Docs <noreply@android.com> - 175218477 Clarify information about update_verifier and care_map.txt. by Christina Nguyen <cqn@google.com> - 175207560 Adding android common kernel details by Heidi von Markham <hvm@google.com> - 175185286 Add November Security bulletins to home page by Danielle Roberts <daroberts@google.com> - 175055180 Add AOSP links to Android and Pixel security bulletins by Danielle Roberts <daroberts@google.com> - 175042468 updated researcher acknowledgments by Android Partner Docs <noreply@android.com> - 175015511 Devsite localized content from translation request 9104ad... by Android Partner Docs <noreply@android.com> - 175015506 Devsite localized content from translation request bd87ac... by Android Partner Docs <noreply@android.com> - 174885954 Update build numbers for Nov 2017 EMR releases by Android Partner Docs <noreply@android.com> - 174874043 Devsite localized content from translation request 76c64c... by Android Partner Docs <noreply@android.com> - 174773244 Update build numbers for Nov 2017 releases by Android Partner Docs <noreply@android.com> - 174726959 Add FunctionFS support to Architecture section of Site Up... by Clay Murphy <claym@google.com> - 174724840 November Pixel/ Nexus & Android security bulletins by Danielle Roberts <daroberts@google.com> - 174719013 Updating link for reporting security vulns on Android by Android Partner Docs <noreply@android.com> - 174704161 Devsite localized content from translation request 937e48... by Android Partner Docs <noreply@android.com> - 174704153 Devsite localized content from translation request 9112c5... by Android Partner Docs <noreply@android.com> - 174528053 Devsite localized content from translation request 6e449c... by Android Partner Docs <noreply@android.com> - 174487952 Add outstanding updates to home page and Site Updates by Clay Murphy <claym@google.com> - 174475927 Add description how to build userspace HAL for neonkey by Android Partner Docs <noreply@android.com> - 174380489 Devsite localized content from translation request 841fb1... by Android Partner Docs <noreply@android.com> - 174380480 Devsite localized content from translation request 9eb492... by Android Partner Docs <noreply@android.com> - 174380476 Devsite localized content from translation request 04daa4... by Android Partner Docs <noreply@android.com> - 174248031 Update documentation to talk about retry vs. no-retry APIs. by Android Partner Docs <noreply@android.com> - 174202686 Update CTS/CTS-Verifier download links for CTS-Nov-2017 R... by Android Partner Docs <noreply@android.com> - 174116481 Devsite localized content from translation request 9299f0... by Android Partner Docs <noreply@android.com> - 174116372 Devsite localized content from translation request 6491d8... by Android Partner Docs <noreply@android.com> - 174099937 Include Nougat MR1 and Oreo branch information in release... by Android Partner Docs <noreply@android.com> - 174083954 Fixed some formatting and grammatical issues. by Christina Nguyen <cqn@google.com> - 174079046 Add devsite-click-to-copy and devsite-terminal classes by Christina Nguyen <cqn@google.com> - 174066120 Fix some terminal and click-to-copy classes by Christina Nguyen <cqn@google.com> - 173967954 Remove optional "function" keyword as discussed in b/6788... by Christina Nguyen <cqn@google.com> - 173952142 Escape a character so that Gerrit reads HTML properly. by Christina Nguyen <cqn@google.com> - 173951380 Update overview page and separated out non-a/b device upd... by Christina Nguyen <cqn@google.com> PiperOrigin-RevId: 175558266 Change-Id: I413bc55681f23979b36d84ded9b012486988421b
Diffstat (limited to 'en/devices/architecture/dto')
-rw-r--r--en/devices/architecture/dto/partitions.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/en/devices/architecture/dto/partitions.html b/en/devices/architecture/dto/partitions.html
index bcbea204..d18cda84 100644
--- a/en/devices/architecture/dto/partitions.html
+++ b/en/devices/architecture/dto/partitions.html
@@ -150,8 +150,8 @@ several commands, including <code>create</code>, <code>cfg_create</code>, and
<h3 id=create>create</h3>
<p>Use the <code>create</code> command to create a
<code>dtb</code>/<code>dtbo</code> image:</p>
-<pre class="prettyprint">
-$mkdtimg create &lt;image_filename&gt; (&lt;global-option&gt;...) \
+<pre class="devsite-click-to-copy">
+<code class="devsite-terminal">mkdtimg create &lt;image_filename&gt; (&lt;global-option&gt;...) \</code>
&lt;ftb1_filename&gt; (&lt;entry1_option&gt;...) \
&lt;ftb2_filename&gt; (&lt;entry2_option&gt;...) \
...
@@ -184,7 +184,7 @@ value of <code>page_size</code> in <code>dt_table_header</code> is 2048; use
value.</p>
<p>Example:</p>
-<pre class="prettyprint">
+<pre class="devsite-click-to-copy">
[board1.dts]
/dts-v1/;
/plugin/;
@@ -203,7 +203,7 @@ value.</p>
};
-$mkdtimg create dtbo.img --id=/:board_id --custom0=0xabc \
+<code class="devsite-terminal">mkdtimg create dtbo.img --id=/:board_id --custom0=0xabc \</code>
board1.dtbo \
board2.dtbo --id=0x6800 \
board3.dtbo --id=0x6801 --custom0=0x123
@@ -243,7 +243,7 @@ with one or more space characters (these options are the same as
lines beginning with <code>#</code> are ignored.</p>
<p>Example:</p>
-<pre class="prettyprint">
+<pre class="devsite-click-to-copy">
[dtboimg.cfg]
# global options
id=/:board_id
@@ -260,7 +260,7 @@ board2.dtbo
custom0=0x123 # override the value of custom0 in global options
-$mkdtimg cfg_create dtbo.img dtboimg.cfg
+<code class="devsite-terminal">mkdtimg cfg_create dtbo.img dtboimg.cfg</code>
</pre>
<p><code>mkdtimg</code> does not handle alignment for
@@ -278,8 +278,8 @@ useful when using different hardware with identical DTs.</p>
<h3 id=dump>dump</h3>
<p>For <code>dtb</code>/<code>dtbo</code> images, use the <code>dump</code>
command to print the information in the image. Example:</p>
-<pre class="prettyprint">
-$mkdtimg dump dtbo.img
+<pre class="devsite-click-to-copy">
+<code class="devsite-terminal">mkdtimg dump dtbo.img</code>
dt_table_header:
magic = d7b7ab1e
total_size = 1300