Dear Jiří Prchal,
On 09/10/2013 09:58 AM, Jiří Prchal wrote:
> Dne 9.9.2013 17:34, Wolfgang Denk napsal(a):
>> In message <[email protected]>
>> you wrote:
<snip>
>>> +#define CONFIG_BOOTARGS "console=ttyS0,115200 ubi.mtd=root"\
>>> + "root=ubi0:root rootfstype=ubifs rw"\
>>> + "g_ether.dev_addr=02:04:25:aa:55:5e"\
>>> + "g_ether.host_addr=02:04:25:aa:55:5f"
> This is here for linux connection with PC via USB ethernet gadget. I'd
> like static IP for this connection but if there is random MAC addr I
> must set up IP again and again. Is another solution for this?
I have this in my /etc/network/interfaces on host:
---8<---
allow-hotplug usb0
iface usb0 inet static
address 192.168.50.2
netmask 255.255.255.0
broadcast 192.168.50.255
network 192.168.50.0
--->8---
And something other, hard coded in in embedded firmware config. This
works like a charm with changing MAC for usb gadget.
Best regards
Andreas Bießmann
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot