esp32s3-devkit/txtable: Initializing configuration for TXTABLE

USB ADB is enabled - Based on esp32s3-devkit/adb

Build

  ./tools/configure.sh -l esp32s3-devkit:txtable
  make -j16
  make flash ESPTOOL_PORT=/dev/ttyACMx

Test

  $ adb -s 1234 shell
  nsh> cat /etc/txtable.txt
  TXTABLE0
  data 0x100000 0
  nsh> ls -l /dev/data
   frw-rw-rw-     1044480 /dev/data
  nsh>

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
wangjianyu3 2024-11-26 17:19:58 +08:00 committed by Xiang Xiao
parent 57595a7937
commit c2228c39ac

View file

@ -0,0 +1,6 @@
#include "../adb/defconfig"
CONFIG_BCH=y
CONFIG_DEV_ZERO=y
CONFIG_ESP32S3_SPIFLASH=y
CONFIG_TXTABLE_DEFAULT_PARTITION=1
CONFIG_TXTABLE_PARTITION=y