nuttx: `raspberrypi-pico:nshsram` configuration gets "ERROR: A RAM binary should have an entry point at the beginning: 20000001 (not 200000c1)"
I’m getting this error with the raspberrypi-pico:nshsram configuration. See attached script and logfiles for the details. It fails the same way withraspberrypi-pico-w:nshsram. None of the other Pico or Pico W configurations do this.
About this issue
- Original URL
- State: closed
- Created 3 months ago
- Comments: 15 (7 by maintainers)
Commits related to this issue
- boards: raspberrypi-pico: Fix nshsram build error Summary: - This commit fixes https://github.com/apache/nuttx/issues/11956. - The issue was introduced by https://github.com/apache/nuttx/pull/6118. ... — committed to masayuki2009/incubator-nuttx by masayuki2009 3 months ago
- boards: raspberrypi-pico: Fix nshsram build error Summary: - This commit fixes https://github.com/apache/nuttx/issues/11956. - The issue was introduced by https://github.com/apache/nuttx/pull/6118. ... — committed to apache/nuttx by masayuki2009 3 months ago
- boards: raspberrypi-pico: Fix nshsram build error Summary: - This commit fixes https://github.com/apache/nuttx/issues/11956. - The issue was introduced by https://github.com/apache/nuttx/pull/6118. ... — committed to jerpelea/nuttx by masayuki2009 3 months ago
- boards: raspberrypi-pico: Fix nshsram build error Summary: - This commit fixes https://github.com/apache/nuttx/issues/11956. - The issue was introduced by https://github.com/apache/nuttx/pull/6118. ... — committed to apache/nuttx by masayuki2009 3 months ago
OK … both of them work now.
OK - in progress. It turns out the clone operation is
I can expand the test suite to look at other rp2040 boards. However, I don’t have any of them, so I was only testing Pico and Pico W. I do have some ESP32-C3 and ESP32-S3 hardware I can test on.
Host is Ubuntu 22.04 LTS “jammy” on
amd64NuttX is version 12.4.0, acquired via
git clone --branch nuttx-12.4.0 https://github.com/apache/nuttx.git nuttx.gcc-multilib; g+±multilib:
cross-compilers - these are installed by the Raspberry Pi Pico SDK installer: