Search found 2 matches

by syseng
Thu Jan 14, 2021 6:33 pm
Forum: ESP-IDF
Topic: Arm64 port of xtensa-esp32-elf and esp-idf
Replies: 2
Views: 3067

Re: Arm64 port of xtensa-esp32-elf and esp-idf

Thank you that suggestion, I am already developing on a 4G RPi4 using the 32bit system. I am using RPi GPIO pins to control ESP32 reset and GPIO0 pins. No wires change to switch from run to flash to run. https://www.raspberrypi.org/forums/viewtopic.php?f=117&t=275370 I am trying to rebuild esp-idf u...
by syseng
Tue Jan 12, 2021 7:52 pm
Forum: ESP-IDF
Topic: Arm64 port of xtensa-esp32-elf and esp-idf
Replies: 2
Views: 3067

Arm64 port of xtensa-esp32-elf and esp-idf

I am doing development on Raspberry Pi 4 with 64bit OS. I used crosstool-NG to build xtens-esp32-elf. I setup a web server to to serve that asset. but when I run ./install.sh it grabs esp32 but fails on esp32s2 esp32s3, riscv, esp32ulp-elf esp32s2ulp, and openocd-esp32. Do I need to make each one of...