• Faster board for Kano OS than Raspberry Pi
    Dear Arm Gurus, I've been playing around with a Kano kit with my son, and I can't stand the slowness of Raspberry Pi 3. With no Pi4 on the horizon. Would you happen to know a good alternative board...
  • How to understand AArch64 register 'Operation' column for 'Direct access to internal memory' in Cortex -A53?
    I'm reading "ARM® Cortex®-A53 MPCore Processor Technical Reference Manual". And, in 6.7 Direct access to internal memory part (P.357), there is a problem to understand what is the meaning of AArch64...
  • is there a x86 linux distribution for cross compilation for Raspberry Pi?
    Hi, I'm looking for a x86-64 linux distribution that can be used to cross compile Raspberry Pi applications. It needs to be able to use all the libraries supporting the rPi, such as wxWidgets and GTK...
  • [ARM NN on Raspberry PI] libarmnn.so: undefined reference to `powf@GLIBC_2.27'
    I am trying "Cross-compiling Arm NN for the Raspberry Pi and TensorFlow" I have followed exact steps mentioned in the below link, https://developer.arm.com/technologies/machine-learning-on-arm/developer...
  • Crosscompiling C++ Ubuntu / Raspberry Pi
    I am using Eclipse IDE to crosscomplie C++ code. When I croosscompile Linux / Ubuntu C++ code for Raspberry Pi 3B (ARM7) I have no issues with actually running the code on the target. It all works as...