forked from RobertCNelson/netinstall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
56 lines (46 loc) · 1.24 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
git clone https://github.com/RobertCNelson/netinstall
cd netinstall
sudo ./mk_mmc.sh --mmc /dev/sdX --dtb <dev board> --distro <distro>
To List all Options: use: sudo ./mk_mmc.sh --mmc /dev/sdX --dtb all
Bugs email: "bugs at rcn-ee.com"
Required Options:
--mmc </dev/sdX>
--dtb <dev board>
A10-OLinuXino-Lime
A20-OLinuXino-Lime
A20-OLinuXino-Lime2
am335x-boneblack
am335x-bone-serial
am335x-bone-video
imx51-babbage
imx53-qsb
imx6q-sabrelite
imx6q-sabresd
omap3-beagle
omap3-beagle-xm
omap4-panda
omap4-panda-a4
omap4-panda-es
omap4-panda-es-b3
omap5-uevm
tegra124-jetson-tk1
udoo
wandboard
Optional:
--distro <distro>
Debian:
wheezy-armhf (Debian 7)
jessie (Debian 8) <default>
stretch (Debian 9) (beta)
Ubuntu:
xenial (16.04 LTS)
yakkety (16.10)
zesty (17.04)
--firmware
<include all firmwares from linux-firmware git repo>
--serial-mode
<run the installer over the serial port>
Additional Options:
-h --help
--probe-mmc
<list all partitions: sudo ./mk_mmc.sh --probe-mmc>