Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-05-11 Thread via GitHub
acassis commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-2105725088 > > ESP32 is supported on NuttX starting from chip revision 3.0. > > what problems does older esp32 versions have? i have been using nuttx on a board like the following and haven't

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-05-10 Thread via GitHub
yamt commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-2105580805 > ESP32 is supported on NuttX starting from chip revision 3.0. what problems does older esp32 versions have? i have been using nuttx on v1.1 and haven't noticed any problems. -

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-22 Thread via GitHub
masayuki2009 commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1905017141 @tmedicci Thanks, I confirmed that QEMU works with this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-22 Thread via GitHub
tmedicci commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1903904547 > @tmedicci > > > Are you using Espressif's port of QEMU? > > Yes. > > > It is possible to set virtual refuses to make it behave as a chip revision > 3.0: https://gi

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-22 Thread via GitHub
masayuki2009 commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1903889246 @tmedicci >Are you using Espressif's port of QEMU? Yes. >It is possible to set virtual refuses to make it behave as a chip revision > 3.0: https://github.com/es

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-22 Thread via GitHub
tmedicci commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1903876637 > @tmedicci > > Also, `esp32-devkitc:elf` does not work with qemu-esp-develop-8.1.3-20231206. > > ``` > /home/ishikawa/opensource/QEMU/qemu-esp-develop-8.1.3-20231206/bu

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-22 Thread via GitHub
tmedicci commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1903865031 > @tmedicci > > I noticed that my esp32-devkitc board does not boot withi this PR. The esptool says that the board has `ESP32-D0WD (revision v1.0)`. Is it no longer supported?

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-21 Thread via GitHub
masayuki2009 commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1902810086 @tmedicci Also, `esp32-devkitc:elf` does not work with qemu-esp-develop-8.1.3-20231206. ``` /home/ishikawa/opensource/QEMU/qemu-esp-develop-8.1.3-20231206/build/qemu

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-21 Thread via GitHub
masayuki2009 commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1902806943 @tmedicci I noticed that my esp32-devkitc board does not boot withi this PR. The esptool says that the board has `ESP32-D0WD (revision v1.0)`. Is it no longer supported?

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-21 Thread via GitHub
xiaoxiang781216 merged PR #11563: URL: https://github.com/apache/nuttx/pull/11563 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-19 Thread via GitHub
alandeassis commented on code in PR #11563: URL: https://github.com/apache/nuttx/pull/11563#discussion_r1459622312 ## arch/xtensa/src/esp32/Make.defs: ## @@ -111,8 +111,8 @@ CHIP_CSRCS += esp32_himem.c CHIP_CSRCS += esp32_himem_chardev.c endif -ifeq ($(CONFIG_ESP32_EFUSE),y)

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-19 Thread via GitHub
tmedicci commented on code in PR #11563: URL: https://github.com/apache/nuttx/pull/11563#discussion_r1459608055 ## arch/xtensa/src/esp32/Make.defs: ## @@ -111,8 +111,8 @@ CHIP_CSRCS += esp32_himem.c CHIP_CSRCS += esp32_himem_chardev.c endif -ifeq ($(CONFIG_ESP32_EFUSE),y) C

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-19 Thread via GitHub
alandeassis commented on code in PR #11563: URL: https://github.com/apache/nuttx/pull/11563#discussion_r1459577542 ## arch/xtensa/src/esp32/Make.defs: ## @@ -111,8 +111,8 @@ CHIP_CSRCS += esp32_himem.c CHIP_CSRCS += esp32_himem_chardev.c endif -ifeq ($(CONFIG_ESP32_EFUSE),y)