From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 18 Sep 2007 11:30:14 -0400 Subject: [U-Boot-Users] Configuring Spansion flash In-Reply-To: References: <46EA996F.4010301@qstreams.com> <46EAA214.5030908@qstreams.com> <46EAAA28.7050608@smiths-aerospace.com> <46EFEB9D.2080805@qstreams.com> Message-ID: <46EFEF06.70003@qstreams.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Yasothabalan Ramaswamy-TLS,Chennai wrote: > I am using I2C EEPROM. > > I've forgotten what type of CPU you have. As long as there's a driver for the I2C controller and you've enabled I2C support, this is supported. > Ben I am having another issue now. > > Here in my board I have two Ethernet ports; So now I have to set two > different IP addresses for these ports. > > As when the U-Boot prompt comes up we can set the IP address as, > > => set ipaddr 10.128.19.1 > => set ethaddr aa:bb:cc:ee:ff:gg > > So above setting is valid only for single Ethernet port. > > My doubt how to set IP address for another Ethernet port or what is the > method to do that? > > {How can I set two different IP addresses for these two ports? > [Two different IPs > Two different GATEWAYs > Two different SERVERIPs]} > The network code really only supports one IP address at a time, which will be used by whatever interface that the 'ethact' environment variable points to. What is your use case for setting up more elaborate networking? regards, Ben