• 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...
  • 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- #...
  • Linux Boot on Juno Board
    So, I guess the loader is looking for the filesystem on sda1 when my card has been mounted to sda. Does anyone know where can I append the correct root option? I have already tried moving the card to...
  • Juno Board - 32-bit Linux Kernel
    Hi, is there any 32-bit Linux Kernel for the Juno board?  I have an application where I can't use 64-bit Kernel. Thank you.
  • Big-endian kernel run on Juno board
    Hi All,      My Juno board could run a big-endian kernel, but it just work in UP mode, when I compiled the kernel in SMP mode, it always halted in "arch_spin_lock".      I checked the PE status, when...