Open Source & Linux Lab

It's better when it's simple

User Tools

Site Tools


etc:users:jcmvbkbc:linux-xtensa:esp32s3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
etc:users:jcmvbkbc:linux-xtensa:esp32s3 [2024/06/09 04:59] – update dependency versions jcmvbkbcetc:users:jcmvbkbc:linux-xtensa:esp32s3 [2024/06/09 05:06] (current) – update bootloader instructions to wifi-enabled version jcmvbkbc
Line 4: Line 4:
   * https://github.com/jcmvbkbc/xtensa-dynconfig/tree/original   * https://github.com/jcmvbkbc/xtensa-dynconfig/tree/original
   * https://github.com/jcmvbkbc/config-esp32s3   * https://github.com/jcmvbkbc/config-esp32s3
-  * https://github.com/jcmvbkbc/esp-idf/tree/ipc-5.1.1+  * https://github.com/jcmvbkbc/esp-hosted/tree/ipc-5.1.1
   * https://github.com/jcmvbkbc/linux-xtensa/tree/xtensa-6.10-rc2-esp32   * https://github.com/jcmvbkbc/linux-xtensa/tree/xtensa-6.10-rc2-esp32
   * https://github.com/jcmvbkbc/binutils-gdb-xtensa/tree/xtensa-fdpic-abi-spec-1.4   * https://github.com/jcmvbkbc/binutils-gdb-xtensa/tree/xtensa-fdpic-abi-spec-1.4
Line 91: Line 91:
  
 <code> <code>
-$ git clone https://github.com/jcmvbkbc/esp-idf -b ipc-5.1.1 +$ git clone https://github.com/jcmvbkbc/esp-hosted -b ipc-5.1.1 
-$ pushd esp-idf+$ pushd esp-hosted/esp_hosted_ng/esp/esp_driver 
 +$ cmake . 
 +$ cd esp-idf
 $ . export.sh $ . export.sh
-$ cd examples/get-started/linux_boot+$ cd ../network_adapter
 $ idf.py set-target esp32s3 $ idf.py set-target esp32s3
 $ cp sdkconfig.defaults.esp32s3 sdkconfig $ cp sdkconfig.defaults.esp32s3 sdkconfig
etc/users/jcmvbkbc/linux-xtensa/esp32s3.txt · Last modified: 2024/06/09 05:06 by jcmvbkbc