-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to run (master)adf on the board esp32s3lcd evboard2(800x480)? (AUD-5537) #1215
Comments
Some steps need to be carried:
If you need to use other boards, revert the changes in step 3 and step 4. |
Thank you for your guidance; despite my numerous attempts following your suggested approach, the monitor persistently displays an error: "E (455) I2C_BUS: D:/ESP52/esp-adf/components/esp_peripherals/driver/i2c_bus/i2c_bus.c:115 (i2c_bus_write_bytes): I2C Bus Write Register Error." I appreciate your assistance and am grateful for any further advice. |
@liujkek22 looks like there might be a misconfiguration of the I2C. Which version of the esp32s3lcd evboard are you using? v1.5 or earlier? |
Yes,the Verssion is truely is 1.5. |
Please check the following:
|
adf/components/audio_board
directory to accommodate theesp32s3lcdevboard2
directory and including four files within it:board.h
,board.c
,board_defs.h
, andboard_pins_config.c
. These files were initially sourced from theesp32_s3_korvo2_v3
board and subsequently tailored to match the actual configurations of theesp32s3lcdevboard2
. Additionally, adjustments were made to the./CMakeLists.txt
file and theKconfig.projbuild
to facilitate these changes.esp32s3lcdevboard2
to ensure successful execution.The text was updated successfully, but these errors were encountered: