ESP32-S3-WROOM-1-N16R2 not found in boards use R8 example Board keeps reconnecting usb after flash

Hello i am using the walter board with the ESP32-S3-WROOM-1-N16R2 chip. i have used the board in the following issue.
When i flash to the board the board keeps reconnecting the usb.
platformio.ini has the following settings:

[env:esp32-s3-devkitc-1-n16r8v]
platform = espressif32
board = esp32-s3-devkitc-1-n16r8v
framework = arduino
upload_speed = 921600
board_build.flash_mode = qio
board_build.f_flash = 80000000L
board_build.partitions = huge_app.csv

When i use the arduino ide i have the following settings:


How do i change the board file and platform.ini files to fit with this chip?