• 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...
  • Juno linux kernel
    Hi I am trying to boot Juno linux kernel and using my boot sequence. I am facing issue with Juno linux code where it is mapping some fixed map which i guess is due to UEFI requirement. Is there any way...
  • run kexec on Juno board
    Hi all, Is anyone had run kexec on Juno board successfully? I tried, but can't jump to the second kernel. From DS-5, I found the pc register point to addr 0x00000xxxxx, which means failed in kexec-tools...
  • Downloading linux kernel sources for Juno
    Hi, I want to build linux kernel with minimal features from sources and simple file system to run on Juno. Please let me know from where I can download linux kernel sources and simple root file system...
  • Boot an arm64 kernel on the Juno r1 platform
    Using the default firmware shipped with the board. Plus: Git the arm64 kernel tree Build the kernel with arm64 tool chains: # export ARCH=arm64 # export CROSS_COMPILE=aarch64-linux-gnu- #...