CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
cdaae08187779c3a82ecda07282a8e92a4677a83
[bootloader.git] / devices / efikamx / README
1
2 README for efikamx
3
4
5 EfikaMX uses U-Boot as the default bootloader, so you'll need to
6 convert the kernel and/or the ramdisk image to u-boot format and
7 use some binary scripts required for u-boot depending on the
8 different media types you will use.
9
10 To build the kernel image:
11 $ make kernel
12
13 To build the ramdisk (uInitrd):
14 $ make ramdisk
15 or
16 $ make ramdisk RAMDISK_TYPE=initramfs
17
18 To build boot scripts:
19 $ make CONSOLE_DEVICE=tty0
20 or
21 $ make CONSOLE_DEVICE=ttymxc0,115200