CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Cleanup and fixed issues with boot templates
[bootloader.git] / devices / efikamx / README
CommitLineData
53b78b61
JB
1
2README 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:
6224217b 11 $ make kernel
53b78b61
JB
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