CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added README files for cubieboard and cubieboard2 devices
authorJose V Beneyto <sepen@crux.nu>
Thu, 3 Oct 2013 08:38:44 +0000 (08:38 +0000)
committerJose V Beneyto <sepen@crux.nu>
Thu, 3 Oct 2013 08:38:44 +0000 (08:38 +0000)
devices/cubieboard/README [new file with mode: 0644]
devices/cubieboard2/README [new file with mode: 0644]

diff --git a/devices/cubieboard/README b/devices/cubieboard/README
new file mode 100644 (file)
index 0000000..384e18a
--- /dev/null
@@ -0,0 +1,21 @@
+
+README for cubieboard
+
+
+       Cubieboard uses U-Boot as the default bootloader, so you'll need to
+       convert the kernel and/or the ramdisk image to u-boot format and
+       use some binary scripts required for u-boot depending on the
+       different media types you will use. 
+
+       To build the kernel image:
+       $ make kernel
+
+       To build the ramdisk (uInitrd):
+       $ make ramdisk
+       or
+       $ make ramdisk RAMDISK_TYPE=initramfs
+
+       To build boot scripts:
+       $ make CONSOLE_DEVICE=tty0
+       or
+       $ make CONSOLE_DEVICE=ttymxc0,115200
diff --git a/devices/cubieboard2/README b/devices/cubieboard2/README
new file mode 100644 (file)
index 0000000..74b7816
--- /dev/null
@@ -0,0 +1,21 @@
+
+README for cubieboard2
+
+
+       Cubieboard2 uses U-Boot as the default bootloader, so you'll need to
+       convert the kernel and/or the ramdisk image to u-boot format and
+       use some binary scripts required for u-boot depending on the
+       different media types you will use. 
+
+       To build the kernel image:
+       $ make kernel
+
+       To build the ramdisk (uInitrd):
+       $ make ramdisk
+       or
+       $ make ramdisk RAMDISK_TYPE=initramfs
+
+       To build boot scripts:
+       $ make CONSOLE_DEVICE=tty0
+       or
+       $ make CONSOLE_DEVICE=ttymxc0,115200