CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added README files for cubieboard and cubieboard2 devices
[bootloader.git] / devices / cubieboard2 / README
1
2 README for cubieboard2
3
4
5 Cubieboard2 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