Quentin Solard
Quentin Solard
@ganzgustav22 I have found similar problem fix in recent eeprom changelog. [https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/release-notes.md](https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/release-notes.md). You have firmware from Jan 8 2021, you should try to update eeprom and firmware. ``` sudo apt...
@CuriousDran This bug exists since the rpi 4 release and was never solved. Here are all the issues I found this last 2 years describing the problem : [raspberrypi/userland/issues/686](https://github.com/raspberrypi/userland/issues/686) [raspberrypi/userland/issues/687](https://github.com/raspberrypi/userland/issues/687)...
I have the same issue with tens of raspberry pi 4. Here are the logs of one of them with start_debug=1 in config.txt, and commands `sudo vcdbg log assert` and...
@6by9 This could be a duplicate of https://github.com/raspberrypi/firmware/issues/1574.
Pull request #27 resolve "undefined symbol: nnp_convolution_inference" error. You only need to have libnnpack.a and libpthreadpool.a in your LD_LIBRARY_PATH environment variable. Alternatively you can modify Makefile to link statically to...
@shartoo if you have "undefined symbol error" try to clone the last version of the repository and follow the README tutorial. It should work.