Project

General

Profile

QuickStart » History » Version 9

Oleksandr Rybalko, 11/08/2011 12:58 PM

1 1 Nicolai Petri
h1. QuickStart
2 1 Nicolai Petri
3 1 Nicolai Petri
.. todo
4 2 Oleksandr Rybalko
5 2 Oleksandr Rybalko
# install uboot_mkimage (required for devices which use U-Boot bootloader) (see [[Installing uboot_mkimage]])
6 2 Oleksandr Rybalko
# somewhere in your home do `mkdir -p ZRouter/`
7 2 Oleksandr Rybalko
# cd ZRouter
8 8 Oleksandr Rybalko
# [[hg]] clone http://zrouter.org/hg/zrouter/ (that step made a copy of ZRouter project in zrouter subdir)
9 8 Oleksandr Rybalko
# [[hg]] clone http://zrouter.org/hg/FreeBSD/head FreeBSD
10 7 Nicolai Petri
# export FREEBSD_SRC_TREE=${PATH_TO_FREEBSD_SRC}/head
11 7 Nicolai Petri
# export OBJ_DIR=${PATH_FOR_OBJ_BUILD_DIR}
12 6 Nicolai Petri
# ./menu.sh 
13 3 Oleksandr Rybalko
14 9 Oleksandr Rybalko
-h3. Script names (deprecated)
15 3 Oleksandr Rybalko
16 3 Oleksandr Rybalko
|RUN_DIR-620.sh|DIR-620 image|
17 3 Oleksandr Rybalko
|RUN_DIR-620.k.sh|DIR-620 only kernel|
18 3 Oleksandr Rybalko
|RUN_DIR-620Sec.sh|DIR-620 IPSec image|
19 3 Oleksandr Rybalko
|RUN_DIR-620Sec.k.sh|DIR-620 IPSec only kernel|
20 3 Oleksandr Rybalko
|RUN_DIR-632.sh|DIR-632 image|
21 3 Oleksandr Rybalko
|RUN_DIR-632.k.sh|DIR-632 only kernel image|
22 3 Oleksandr Rybalko
|RUN_NQ-900.sh|NQ-900 image|
23 1 Nicolai Petri
|RUN_Soekris_4501.sh|Soekris 4501 image|
24 9 Oleksandr Rybalko
-