This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 3d5cf53624bf23d2a37fb03467acbe795ff4ae56
Author: wangjianyu3 <[email protected]>
AuthorDate: Tue Nov 26 17:30:52 2024 +0800

    Documentation/esp32s3-devkit: Add doc for esp32s3-devkit/TXTABLE
    
    More details
    
      https://github.com/apache/nuttx/pull/9936
      
https://nuttx.apache.org/docs/latest/components/filesystem/partition.html#text-based-partition-table
    
    Signed-off-by: wangjianyu3 <[email protected]>
---
 .../xtensa/esp32s3/boards/esp32s3-devkit/index.rst | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git 
a/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst 
b/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst
index c923442b50..a7860df62c 100644
--- a/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst
+++ b/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst
@@ -799,3 +799,31 @@ Then run the adb command::
   $ adb -s 1234 shell
   nsh> uname -a
   NuttX 0.0.0  Nov 22 2024 11:41:43 xtensa esp32s3-devkit
+
+txtable
+-------
+
+Basic TXTABLE(Text based Partition Table) configuration console enabled over 
USB ADB.
+
+You can run the configuration and compilation procedure::
+
+  $ ./tools/configure.sh -l esp32s3-devkit:txtable
+  $ make -j16
+  $ make flash ESPTOOL_PORT=/dev/ttyACMx
+
+Then check the partition::
+
+  nsh> ls -l /dev/
+  /dev:
+   dr--r--r--           0 adb0/
+   crw-rw-rw-           0 console
+   frw-rw-rw-     1044480 data
+   frw-rw-rw-     1048576 esp32s3flash
+   c-w--w--w-           0 log
+   crw-rw-rw-           0 null
+   crw-rw-rw-           0 ptmx
+   dr--r--r--           0 pts/
+   brw-rw-rw-        1024 ram0
+   crw-rw-rw-           0 ttyS0
+   frw-rw-rw-        4096 txtable
+   crw-rw-rw-           0 zero

Reply via email to