• Arm's DSP Course - which microprocessor would fit
    Hello, I recently started the Arm Education DSP course, but found out the microcontroller they suggest to use in the course is not in reach for me. They suggest using the Cypress FM4 starter kit,...
  • How to change the boot value of a control register with Juno?
    Could someone suggest a way to change the boot value of a control register (e.g. ACTLR)? It seems like i'd want to do it in bl31:bl31_arch_setup(), but does each CPU go through bl31 or just the boot CPU...
  • Change which CPUs are released from reset on Juno
    By default on Juno only a single CPU is released from reset on a cold boot: Juno r0: Cortex-A53_0 Juno r1: Cortex-A57_0 Juno r2: Cortex-A53_0 This is the primary CPU, i.e. `cpu0' in Linux...
  • My code is not working if i change the address of flash memory , where the code can be loaded and if change the address back to the base address 0x80000000 then it works. Why?
    I am trying to make a custom bootloader, and for that i need to change the flash memory address of the user code (the code which i will upload through the bootloader). So , i made a GPIO Toggle code with...
  • How do you change Linux command line on Juno?
    Just like the title says, where do you change the command line Juno uses to boot linux? Thanks, Ali