mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Added proper YML config for AS5512
This commit is contained in:
@@ -2,14 +2,7 @@
|
||||
#
|
||||
# x86-64-accton-as5512-54x-r0
|
||||
#
|
||||
# XXX missing YML platform config
|
||||
#
|
||||
##############################
|
||||
|
||||
echo "pci0000:00/0000:00:14.0 ma1" >/etc/onl/net
|
||||
|
||||
echo "LABEL=FLASH * flash" > /etc/onl/mounts
|
||||
echo "LABEL=FLASH2 * flash2" >> /etc/onl/mounts
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
---
|
||||
|
||||
######################################################################
|
||||
#
|
||||
# platform-config for AS5512
|
||||
#
|
||||
######################################################################
|
||||
|
||||
x86-64-accton-as5512-54x-r0:
|
||||
|
||||
grub:
|
||||
|
||||
serial: >-
|
||||
--port=0x2f8
|
||||
--speed=115200
|
||||
--word=8
|
||||
--parity=no
|
||||
--stop=1
|
||||
|
||||
kernel:
|
||||
<<: *kernel-3-2
|
||||
|
||||
args: >-
|
||||
nopat
|
||||
console=ttyS1,115200n8
|
||||
|
||||
network
|
||||
interfaces:
|
||||
ma1:
|
||||
name: ~
|
||||
syspath: pci0000:00/0000:00:14.0
|
||||
Reference in New Issue
Block a user