Skip to content

Commit 48ecb86

Browse files
yogeshhegdeStaticRocket
authored andcommitted
fix(linux): Increase the required default size of the microSD card
Yocto images for 12.00.00 have increased in size and have crossed the 16GB mark. Signed-off-by: Yogesh Hegde <y-hegde@ti.com>
1 parent 769c06a commit 48ecb86

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Hardware Prerequisites
1717

1818
- Microtips LVDS Panel
1919

20-
- SD card (minimum 16GB)
20+
- SD card (minimum 32GB)
2121

2222
- PC (Windows or Linux) to flash wic image onto an SD Card
2323

source/linux/Demo_User_Guides/Seva_Store.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Hardware Prerequisites
3131

3232
- Mouse (to control the Demo)
3333

34-
- SD card (minimum 16GB)
34+
- SD card (minimum 32GB)
3535

3636
.. _How-to-Launch-Seva-Store-via-TI-Apps-Launcher:
3737

@@ -61,7 +61,7 @@ The TI Apps Launcher demo launches on Linux startup. To Launch Seva Store via TI
6161
.. caution::
6262

6363
If you have connected the SK-EVM to a proxy network, then before launching Seva Store you need to configure Docker and System proxies once per SD Card.
64-
64+
6565
**To set proxy settings you can click on the Settings button from the Left Hand Side Menu and provide the necessary HTTPS & NO PROXY inputs and click Set Proxy button**. Then, continue with Step 3.
6666

6767
.. Image:: /images/webproxy-settings.jpg

source/linux/Demo_User_Guides/TI_Apps_Launcher_User_Guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Hardware Prerequisites
6161

6262
- Keyboard & Mouse (to control the TI Apps Launcher)
6363

64-
- SD card (minimum 16GB)
64+
- SD card (minimum 32GB)
6565

6666
Launching and Using the TI Apps Launcher
6767
----------------------------------------

source/linux/Demo_User_Guides/TI_LVGL_Demo_User_Guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Hardware Prerequisites
125125

126126
- Mouse or Touch Input from HDMI monitor (to control the TI LVGL Demo)
127127

128-
- SD card (minimum 16GB)
128+
- SD card (minimum 32GB)
129129

130130
- Aux cable connected to earphone/speaker
131131

source/linux/Overview/Processor_SDK_Linux_create_SD_card.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ Create SD Card using bmap-tools
168168
sudo bmaptool copy --bmap tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.bmap tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.wic /dev/sdc
169169
170170
.. ifconfig:: CONFIG_image_type in ('adas')
171-
171+
172172
.. note::
173-
173+
174174
We do not release WIC images for J7 platforms (J784S4, J742S2, J722S, J721E, J721S2).
175175
Please refer to :ref:`Create SD Card with custom images <processor-sdk-linux-sd-card-with-default-images>` for flashing image.
176176

@@ -384,7 +384,7 @@ The |__SDK_FULL_NAME__| can be installed either on host or inside a Docker conta
384384

385385
**Steps to follow inside a Docker Container**
386386

387-
- The SD card you wish to create is inserted into the host system and has a size sufficiently large (16GB or larger) to hold at least the bootloaders, kernel and root file system.
387+
- The SD card you wish to create is inserted into the host system and has a size sufficiently large (32GB or larger) to hold at least the bootloaders, kernel and root file system.
388388
- Refer `Steps to Run SDK Installer inside a Container <https://github.com/TexasInstruments/ti-docker-images?tab=readme-ov-file#steps-to-run-sdk-installer-inside-container>`__
389389
- Start running the script as mentioned in steps 1-4 of :ref:`Create SD card with custom images <processor-sdk-linux-create-sd-card-with-custom-images>` section above.
390390
- Refer :ref:`Install the Pre-built Images from SDK <choose-install-pre-built-images>`
@@ -396,7 +396,7 @@ The |__SDK_FULL_NAME__| can be installed either on host or inside a Docker conta
396396

397397
#. The |__SDK_FULL_NAME__| package is installed on your host system.
398398
#. The SD card you wish to create is inserted into the host system and
399-
has a size sufficiently large (16GB or larger) to hold at least the bootloaders,
399+
has a size sufficiently large (32GB or larger) to hold at least the bootloaders,
400400
kernel, and root file system.
401401
#. You have started running the script as detailed in steps 1-4 of
402402
:ref:`Create SD card with custom images <processor-sdk-linux-create-sd-card-with-custom-images>`

source/linux/Overview/Top_Level_Makefile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The following sections cover the Makefile found in the top-level of the |__SDK_F
8282
Steps to follow inside a Docker Container
8383
-----------------------------------------
8484

85-
- The SD card you wish to create is inserted into the host system and has a size sufficiently large (16GB or larger) to hold at least the bootloaders, kernel and root file system.
85+
- The SD card you wish to create is inserted into the host system and has a size sufficiently large (32GB or larger) to hold at least the bootloaders, kernel and root file system.
8686
- Refer `Steps to Run SDK Installer inside a Container <https://github.com/TexasInstruments/ti-docker-images?tab=readme-ov-file#steps-to-run-sdk-installer-inside-container>`__.
8787
- Follow :ref:`this <usage-examples>` to understand the Makefile usage.
8888

0 commit comments

Comments
 (0)