xiaoxiang781216 commented on PR #16735:
URL: https://github.com/apache/nuttx/pull/16735#issuecomment-3082166648

   @fdcavalcanti this error happen in many pr recently:
   ```
    Traceback (most recent call last):
     File "/usr/local/bin/esptool.py", line 37, in <module>
       esptool._main()
     File "/usr/local/lib/python3.10/dist-packages/esptool/__init__.py", line 
1170, in _main
       main()
     File "/usr/local/lib/python3.10/dist-packages/esptool/__init__.py", line 
983, in main
       operation_func(args)
     File "/usr/local/lib/python3.10/dist-packages/esptool/cmds.py", line 1097, 
in elf2image
       image.save(args.output)
     File "/usr/local/lib/python3.10/dist-packages/esptool/bin_image.py", line 
778, in save
       assert (f.tell() + 8 + self.ROM_LOADER.BOOTLOADER_FLASH_OFFSET) % (
   AssertionError
   make: *** [tools/Unix.mk:559: nuttx] Error 1
   make: Target 'all' not remade because of errors.
     [1/1] Normalize esp32-devkitc/nxlooper
   ```
   please fix it.


-- 
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