View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001231 | fss5pv210_Linux | Ethernet | public | 2012-08-15 14:33 | 2014-08-08 13:13 |
Reporter | Assigned To | ||||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Target Version | NetDCU14-V0.1 | Fixed in Version | fss5pv210-V2.0 | ||
Summary | 0001231: NetDCU14: Add support for Ethernet with AX88796 controller (eth1) | ||||
Description | Add support for Ethernet with AX88796 controller (eth1) | ||||
Forum Link | |||||
|
Linux Kernel Command Line for active eth0 (STATIC IP): bootargs console=ttySAC1,38400 ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask)::eth0: root=/dev/nfs nfsroot=$(serverip):/rootfs rw Linux Kernel Command Line for active eth1 (STATIC IP): bootargs console=ttySAC1,38400 ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask)::eth1: root=/dev/nfs nfsroot=$(serverip):/rootfs rw Linux Kernel Command Line for eth0/eth1 (DHCP): bootargs console=ttySAC1,38400 ip=dhcp root=/dev/nfs nfsroot=$(serverip):/rootfs rw |
|
We have to give the ethernet device in the ip= setting on the command line if we have more than one ethernet port. Also add new default settings bootnfsdhcp, bootubidhcp, bootjffs2dhcp that activates one ethernet port by using dhcp at Linux startup. |