lctr-b2xx: Added pixhawk-testbed configuration file and updated IP address of aero-01.

This commit is contained in:
mariacosta 2017-04-09 11:01:47 +01:00
parent 66de780258
commit 49f31934f7
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cfg_hostname='aero-01'
cfg_storage='data0:ext4:/opt'
cfg_eth_ext_ip='10.0.20.120'
cfg_eth_ext_ip='10.0.20.80'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux libav'

View File

@ -0,0 +1,6 @@
cfg_hostname='pixhawk-testbed'
cfg_storage='data0:ext4:/opt'
cfg_eth_ext_ip='10.0.200.50'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux libav'