summaryrefslogtreecommitdiff
path: root/tools/sync-rpi.conf
blob: b2ac111ecd92c7c09fbf3aecd9694e008e972ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[config]
## Define directories, where you store crosscompiled environment
rpi1=true
rpi2=true
#rpi3=true
rpi1_path=/usr/armv6j-hardlofat-linux-gnueabi
rpi2_path=/usr/armv7a-hardfloat-linux-gnueabi
#rpi3_path=/usr/aarch64-uknown-linux-gnu

## Full URI to the git repository holding configuration files
repo=ssh://git@git.brancik.cz/rpi-config.git

## path to directory in repository where configuration files are stored
repo_path=conf

## Define values for devices
## Name the section after the device
[alcor-01]
## Define the type of RPi being used
type=rpi1
[alcor-02]
[mizar]