Project

General

Profile

QuickStart » History » Version 9

« Previous - Version 9/40 (diff) - Next » - Current version
Oleksandr Rybalko, 11/08/2011 12:58 PM


QuickStart

.. todo

  1. install uboot_mkimage (required for devices which use U-Boot bootloader) (see Installing uboot_mkimage)
  2. somewhere in your home do `mkdir -p ZRouter/`
  3. cd ZRouter
  4. hg clone http://zrouter.org/hg/zrouter/ (that step made a copy of ZRouter project in zrouter subdir)
  5. hg clone http://zrouter.org/hg/FreeBSD/head FreeBSD
  6. export FREEBSD_SRC_TREE=${PATH_TO_FREEBSD_SRC}/head
  7. export OBJ_DIR=${PATH_FOR_OBJ_BUILD_DIR}
  8. ./menu.sh

-h3. Script names (deprecated)

|RUN_DIR-620.sh|DIR-620 image| |RUN_DIR-620.k.sh|DIR-620 only kernel| |RUN_DIR-620Sec.sh|DIR-620 IPSec image| |RUN_DIR-620Sec.k.sh|DIR-620 IPSec only kernel| |RUN_DIR-632.sh|DIR-632 image| |RUN_DIR-632.k.sh|DIR-632 only kernel image| |RUN_NQ-900.sh|NQ-900 image| |RUN_Soekris_4501.sh|Soekris 4501 image|
-