Skip to content

Homework for lesson 2#3

Open
bastienjauny wants to merge 3 commits intoiomico-public:mainfrom
bastienjauny:main
Open

Homework for lesson 2#3
bastienjauny wants to merge 3 commits intoiomico-public:mainfrom
bastienjauny:main

Conversation

@bastienjauny
Copy link
Copy Markdown

Not sure if a PR is needed to validate, but here I am. :)

The board used is the esp32s3_rlcd_4_2. It needs a special openocd from espressif to be able debug though. But with the correct host setup it's all good. It also needs the latest version of Zephyr for support.

The command used to build:
west build -p always -b esp32s3_rlcd_4_2/esp32s3/procpu ./app -- -DCONFIG_DEBUG_THREAD_INFO=y -DOPENOCD=/home/bajau/openocd-esp32/bin/openocd -DOPENOCD_DEFAULT_PATH=/home/bajau/openocd-esp32/share/openocd/scripts

The first lines of output:
I (esp_psram): SPI SRAM memory test OK
*** Booting Zephyr OS build v4.4.0-rc1 ***
[00:00:03.012,000] main: LED state: OFF
[00:00:04.012,000] main: LED state: ON
[00:00:05.012,000] main: LED state: OFF
[00:00:06.013,000] main: LED state: ON
[00:00:07.013,000] main: LED state: OFF

The board used is the esp32s3_rlcd_4_2. It needs a special openocd from espressif to be able debug though. But with the correct host setup it's all good.

The command used to build:
west build -p always -b esp32s3_rlcd_4_2/esp32s3/procpu ./app -- -DCONFIG_DEBUG_THREAD_INFO=y -DOPENOCD=/home/bajau/openocd-esp32/bin/openocd -DOPENOCD_DEFAULT_PATH=/home/bajau/openocd-esp32/share/openocd/scripts

The first lines of output:
I (esp_psram): SPI SRAM memory test OK
*** Booting Zephyr OS build v4.4.0-rc1 ***
[00:00:03.012,000] <inf> main: LED state: OFF
[00:00:04.012,000] <inf> main: LED state: ON
[00:00:05.012,000] <inf> main: LED state: OFF
[00:00:06.013,000] <inf> main: LED state: ON
[00:00:07.013,000] <inf> main: LED state: OFF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant