jheeks
jheeks
I have captured a UART log from bootloader [bootloaderLog.txt](https://github.com/raspberrypi/rpi-eeprom/files/13198848/bootloaderLog.txt) With following steps: * power off to halt mode with button not pressed, means GPIO3=1 * start with button always pressed,...
Ok, I understand that this behaviour is expected and will not be changed. Is it then reasonable to make this clear in the documentation with a small note at [WAKE_ON_GPIO](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#WAKE_ON_GPIO)...
Yes, the mentioned change works on my armhf setup. I had short discussion with @hannemn and we wondered that the GitHub action seems to build for armhf without error.
I have now tested the ecal build on a Raspberry Pi 4 with Ubuntu 22.04 (32-bit) and there is no linker error. The instructions on https://eclipse-ecal.github.io/ecal/development/building_ecal_from_source.html state that only Ubuntu...
I do not use a toolchain file. I let cmake choose the host's toolchain. I just call cmake as suggested in the build for Ubuntu [instructions](https://eclipse-ecal.github.io/ecal/development/building_ecal_from_source.html#fa-ubuntu-ubuntu-22-20-18-build) I looked up the...
> list(APPEND CMAKE_REQUIRED_LIBRARIES "atomic") I tried this, but: * this does not fix the problem * `atomic` is not added to the `link.txt` at all