Skip to content

Commit 98db0d7

Browse files
sinha-shreyashjeevantelukula
authored andcommitted
fix(docs): J7*: Update SD card creation guide for ADAS SDK
- wic image is not packaged as a part of ADAS SDK release as mentioned in this bug [0]. Adding a note section for J7 devices. [0]: https://jira.itg.ti.com/browse/ADASVISION-6706 Signed-off-by: Shreyash Sinha <[email protected]>
1 parent 064e58e commit 98db0d7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/linux/Overview/Processor_SDK_Linux_create_SD_card.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ Create SD Card using balenaEtcher
7676

7777
This operation **WILL ERASE** the contents of your SD card.
7878

79+
.. ifconfig:: CONFIG_image_type in ('adas')
80+
81+
.. note::
82+
83+
We do not release WIC images for J7 platforms (J784S4, J742S2, J722S, J721E, J721S2).
84+
Please refer to :ref:`Create SD Card with custom images <processor-sdk-linux-sd-card-with-default-images>` for flashing image.
85+
7986
.. _processor-sdk-linux-create-sd-card-using-bmap:
8087

8188
Create SD Card using bmap-tools
@@ -160,6 +167,13 @@ Create SD Card using bmap-tools
160167
161168
sudo bmaptool copy --bmap tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.bmap tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.wic /dev/sdc
162169
170+
.. ifconfig:: CONFIG_image_type in ('adas')
171+
172+
.. note::
173+
174+
We do not release WIC images for J7 platforms (J784S4, J742S2, J722S, J721E, J721S2).
175+
Please refer to :ref:`Create SD Card with custom images <processor-sdk-linux-sd-card-with-default-images>` for flashing image.
176+
163177
.. _processor-sdk-linux-create-sd-card-with-custom-images:
164178

165179
Create SD Card with custom images

0 commit comments

Comments
 (0)