Skip to content

Commit

Permalink
esp32s3-devkit/txtable: Initializing configuration for TXTABLE
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
JianyuWang0623 committed Nov 26, 2024
1 parent 65def37 commit 2c17085
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2c17085

Please sign in to comment.