CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors

Supported Devices


Odroid XU4

Introduction

New generation of computing device based on a Samsung Exynos5422

CPU Information

model name : ARMv7 Processor rev 3 (v7l)
BogoMIPS : 60.00
Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 3 :

boot.log

Installation

Booting CRUX-ARM from uSD

To install the current release we need to setup an uSD card with 2 partitions after cluster 4096. You can use fdisk to create a vfat partition and a ext4 partition. The first partition must be vfat formated, required for bootloader's stuff and the second one must be ext2, ext3 or ext4 formated and will contain the files from the release and current kernel modules.

./sd_fusing.1M.sh /dev/sdX

Booting CRUX-ARM from EMMC

We have some options to prepare the EMMC.

./sd_fusing_emmc.1M.sh /dev/mmcblkX
  • Next download and extract contents from the rootfs and modules files
  • Remember to change the boot jumper to EMMC position

Configuration

We should setup all the important files: pkgmk.conf, prt-get.conf, inittab, fstab, rc.conf, net ...