Merge branch 'feature/nest-1'
This commit is contained in:
commit
4510993b5a
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/lauv-aux-rpi
|
/lauv-aux-rpi
|
||||||
/ntnu-b2xx
|
/ntnu-b2xx
|
||||||
/stamp9g20
|
/stamp9g20
|
||||||
|
/lctr-rpi
|
||||||
|
2499
systems/lctr-rpi/cfg/linux-3.18_2015-06-03.cfg
Normal file
2499
systems/lctr-rpi/cfg/linux-3.18_2015-06-03.cfg
Normal file
File diff suppressed because it is too large
Load Diff
18
systems/lctr-rpi/config
Normal file
18
systems/lctr-rpi/config
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
cfg_architecture='cortex-a8-hardfp'
|
||||||
|
cfg_storage='data0:ext4:/opt'
|
||||||
|
cfg_modules=''
|
||||||
|
cfg_services0='network dropbear storage upgrade syslog ptpd'
|
||||||
|
cfg_services2='dune'
|
||||||
|
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind rpi-boot-firmware linux/rpi'
|
||||||
|
cfg_target_linux_kernel='arch/arm/boot/zImage'
|
||||||
|
cfg_target_linux_dtb='arch/arm/boot/dts/bcm2709-rpi-2-b.dtb'
|
||||||
|
cfg_ptpd_interface='eth0'
|
||||||
|
cfg_eth_ext_mk='255.255.0.0'
|
||||||
|
cfg_eth_ext_gw='10.0.0.1'
|
||||||
|
cfg_terminal='ttyAMA0'
|
||||||
|
cfg_partitions=\
|
||||||
|
(
|
||||||
|
rpi-boot boot0 512B 32MiB
|
||||||
|
root root0 32MiB 544MiB
|
||||||
|
data data0 544MiB -1
|
||||||
|
)
|
1
systems/lctr-rpi/fs/boot/config.txt
Normal file
1
systems/lctr-rpi/fs/boot/config.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
arm_freq=1000
|
2
systems/lctr-rpi/fs/etc/mdev.conf
Normal file
2
systems/lctr-rpi/fs/etc/mdev.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ttyAMA0 root:root 660 >terminal
|
||||||
|
ttyUSB[0-9]* root:root 660 */sbin/mdev-ttyusb
|
4
systems/lctr-rpi/nest-1.cfg
Normal file
4
systems/lctr-rpi/nest-1.cfg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
cfg_hostname='nest-1'
|
||||||
|
cfg_eth_ext_ip='10.0.200.40'
|
||||||
|
cfg_packages="$cfg_packages ppp iptables"
|
||||||
|
|
Reference in New Issue
Block a user