Peter A. Jonsson
Peter A. Jonsson
Add a space between `FLASH_FW` and `=` in `arch/cpu/cc2538/cc2538.lds`. This is fixed in v4.9.
The Python version is apparently deprecated: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-util-unified-command-line-utility I don't have a Debian machine available, but pip has the command line flag `--ignore-requires-python` that might avoid having to do the workaround...
Which version of Contiki-NG are you using?
I cannot speak for what happened 4 years ago, but I know for certain that the recent releases have been tested on (some) hardware, and the hello world example is...
Ok, that is great progress. I'm guessing it's something with SDK 4.10.02, but I'm not sure how to pinpoint if further in an easy fashion. If you have time, it...
Sorry, I searched for the SDK version but probably ended up giving you the wrong link. It might be https://www.ti.com/tool/download/SIMPLELINK-CC13X2-26X2-SDK/4.10.00.78, the release date is closer to the PR, but the...
I'm not suggesting you review 30 000 lines of code to find the issue, it will be far simpler to install some other version of the SDK and see if...
The 21 simulation test is intermittently failing, unlikely to be caused by these changes.
The project Makefile can set `MODULES_SOURCES_EXCLUDES`/`MODULES_SOURCES_EXCLUDES_$(TARGET_UPPERCASE)`, `CONTIKI_SOURCES_EXCLUDES`/`CONTIKI_SOURCES_EXCLUDES_$(TARGET_UPPERCASE)`, and `PROJECT_SOURCES_EXCLUDES`/`PROJECT_SOURCES_EXCLUDES_$(TARGET_UPPERCASE)` to avoid building individual files from `CONTIKI_SOURCEFILES`, `MODULES_SOURCES` and `PROJECT_SOURCEFILES`. If the project contains a file that replaces the functionality in...
Host machine before installing jool-tools: ```bash pj@Ubuntu22-VB:~/src/contiki-ng/tools/cooja$ lsmod |grep jool pj@Ubuntu22-VB:~/src/contiki-ng/tools/cooja$ uname -r 5.15.0-53-generic ``` Docker image: ```bash user@78b51ed7d2e2:~/contiki-ng$ uname -r 5.15.0-53-generic user@78b51ed7d2e2:~/contiki-ng$ sudo apt install jool-tools ... Setting up...