View Issue Details

IDProjectCategoryView StatusLast Update
0001231fss5pv210_LinuxEthernetpublic2014-08-08 13:13
ReporterDKuhneAssigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
Target VersionNetDCU14-V0.1Fixed in Versionfss5pv210-V2.0 
Summary0001231: NetDCU14: Add support for Ethernet with AX88796 controller (eth1)
DescriptionAdd support for Ethernet with AX88796 controller (eth1)
Forum Link

Activities

DKuhne

2012-08-24 08:57

developer   ~0000771

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

Keller

2012-08-24 17:42

manager   ~0000778

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.