yamt commented on PR #15320:
URL: https://github.com/apache/nuttx/pull/15320#issuecomment-2561491939

   > > Hi all! Noticed all tests for ESP32 are broken when running on QEMU and 
target. I tracked it down to this commit using git bisect. Some tests on 
multiple other SoCs are failing, like WiFi, SMP, etc. I'll check if they are 
also related to this.
   > > @Javinator9889 could you take a look please?
   > > If it helps:
   > > ```
   > > *** Booting NuttX ***
   > > I (25) boot: chip revision: v3.1
   > > I (25) boot.esp32: SPI Speed      : 40MHz
   > > I (25) boot.esp32: SPI Mode       : DIO
   > > I (27) boot.esp32: SPI Flash Size : 8MB
   > > I (31) boot: Enabling RNG early entropy source...
   > > dram: lma 0x00001020 vma 0x3ffb2090 len 0x1178   (4472)
   > > iram: lma 0x000021a0 vma 0x40080000 len 0x5e2c   (24108)
   > > padd: lma 0x00007fd8 vma 0x00000000 len 0x8020   (32800)
   > > imap: lma 0x00010000 vma 0x400e0000 len 0x145f4  (83444)
   > > padd: lma 0x000245fc vma 0x00000000 len 0xba1c   (47644)
   > > dmap: lma 0x00030020 vma 0x3f400020 len 0x6eec   (28396)
   > > total segments stored 6
   > > A
   > > ```
   > > 
   > > 
   > >     
   > >       
   > >     
   > > 
   > >       
   > >     
   > > 
   > >     
   > >   
   > > Update: just tested on ESP32S3 with WiFi defconfig, and it is failing in 
this commit as well. Seems like it is happening to ESP32 and ESP32S3.
   > 
   > I was not expecting this issue to affect kernel threads. I think the 
safest option for the moment is to revert it to prevent newer regressions.
   
   this particular problem is not about kernel threads.
   these boards use debug.h macros (thus syslog) very early on the boot 
process. (even before kernel threads can run.)
   


-- 
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...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to