CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added README file to devices/efikamx
authorJose V Beneyto <sepen@crux.nu>
Tue, 27 Aug 2013 13:44:25 +0000 (13:44 +0000)
committerJose V Beneyto <sepen@crux.nu>
Tue, 27 Aug 2013 13:44:25 +0000 (13:44 +0000)
devices/efikamx/README [new file with mode: 0644]

diff --git a/devices/efikamx/README b/devices/efikamx/README
new file mode 100644 (file)
index 0000000..7a94fe0
--- /dev/null
@@ -0,0 +1,21 @@
+
+README for efikamx
+
+
+       EfikaMX 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 uImage
+
+       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