• Could I update the software of MCC in MPS3
    Hi, is there any way to update the software of MCC in MPS3 FPGA Prototyping System? Thks!
  • Is there any way to access Trusted RAM in normal domain?
    I am using Juno Board with Linaro's trusted firmware. For the convenience of debugging, I want to access the Trusted RAM(0x04000000-0x04040000) in normal domain, and directly flash the image into memory...
  • Get more website design tips in simple way
    Hi everyone A colleague of mine and myself have plans to develop a VR website (Virtual Reality) and has asked me to help out with some info. We are looking at a site where people can upload VR content...
  • ways to get compile-time indices for neon intrinsic
    Hi, currently I'm trying to optimize some code using NEON technology, and I ran into a problem bother me a lot. int8x8_t vext_s8(int8x8_t a, int8x8_t b, const int n) //arm_neon.h the third param...
  • How could Juno board run a Big-Endian kernel?
    Hi All,     I want lauch Big-Endian(instructions little endian, data big endian) kernel on Juno board. I compiled the kernel with "CONFIG_CPU_BIG_ENDIAN = y". I also confirmed that the Image's instructions...