Skip to content

Favnec5 patch esp32p4 1 #17354

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

Closed
wants to merge 4 commits into from
Closed

Conversation

favnec5
Copy link

@favnec5 favnec5 commented May 24, 2025

Create ESP32 P4 support in micropython to start

Summary

Testing

Tested on my P4
Compilation OK

Flash OK
Spiram OK
I2S OK
UART OK
WIFI OK
BLUETOOTH NOK for me

TO DO (disabled to fix it):

  • Touchpad
  • Machine.usb
  • ADC
  • DAC

Trade-offs and Alternatives

favnec5 added 4 commits May 24, 2025 23:18
Signed-off-by: Thomas Favennec <48832470+favnec5@users.noreply.github.com>
Signed-off-by: Thomas Favennec <48832470+favnec5@users.noreply.github.com>
Signed-off-by: Thomas Favennec <48832470+favnec5@users.noreply.github.com>
Signed-off-by: Thomas Favennec <48832470+favnec5@users.noreply.github.com>
@favnec5
Copy link
Author

favnec5 commented May 24, 2025

Project build complete. To flash, run:
idf.py flash
or
idf.py -p PORT flash
or
python -m esptool --chip esp32p4 -b 460800 --before default_reset --after no_reset write_flash --flash_mode dio --flash_size 16MB --flash_freq 80m 0x2000 build-ESP32_GENERIC_P4/bootloader/bootloader.bin 0x8000 build-ESP32_GENERIC_P4/partition_table/partition-table.bin 0x10000 build-ESP32_GENERIC_P4/micropython.bin
or from the "/mnt/c/Users/chris/micropython/ports/esp32/build-ESP32_GENERIC_P4" directory
python -m esptool --chip esp32p4 -b 460800 --before default_reset --after no_reset write_flash "@flash_args"
bootloader @0x002000 19200 ( 5376 remaining)
partitions @0x008000 3072 ( 1024 remaining)
application @0x010000 1648384 ( 383232 remaining)
total 1713920

to flash :
esptool.exe --chip esp32p4 --port COM3 --baud 46080 write_flash -z 0x002000 ..\build-ESP32_GENERIC_P4\firmware.bin

@favnec5 favnec5 mentioned this pull request May 24, 2025
@mattytrentini
Copy link
Contributor

I think you have a bunch of inadvertently added files?

@favnec5
Copy link
Author

favnec5 commented May 25, 2025

I think you have a bunch of inadvertently added files?

Eb4fb6 is curious thing, I ´ll Watch it.

@favnec5 favnec5 closed this May 25, 2025
@favnec5
Copy link
Author

favnec5 commented May 25, 2025

bug with Eb4fb6

@favnec5 favnec5 deleted the favnec5-patch-p4-1 branch May 25, 2025 07:56
@jonnor
Copy link
Contributor

jonnor commented Jul 22, 2025

Superseeded by #17356

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.

3 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy