• 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- #...
  • 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...