lauv-atom: added next generation LAUV CPU.

This commit is contained in:
Ricardo Martins 2015-12-22 17:51:06 +00:00
parent 06dbd478e3
commit bb98b140ba
4 changed files with 2437 additions and 0 deletions

File diff suppressed because it is too large Load Diff

13
systems/lauv-atom/config Normal file
View File

@ -0,0 +1,13 @@
cfg_architecture='atom64'
cfg_storage='data0:ext4:/opt'
cfg_services0='dropbear network storage upgrade syslog escc ptpd setserial'
cfg_services1=''
cfg_services2='dune'
cfg_packages='emm-8p-xt-eeprom zlib dropbear rsync busybox e2fsprogs socat linux escc ptpd ntp uswitch pciutils bzip2 syslinux syslinux/host'
cfg_terminal='ttyS0'
cfg_ptpd_master='true'
cfg_ptpd_interface='eth0'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_eth_prv_ip='192.168.0.1'
cfg_kernel_extra_args='panic=5'

View File

@ -0,0 +1 @@
ttyS0 root:root 660 >terminal

View File

@ -0,0 +1,2 @@
cfg_hostname='lauv-atom-testbed'
cfg_eth_ext_ip='10.0.200.92'