README.renesas-gen3: add uboot env to setup ethernet 23/9723/2
authorStephane Desneux <stephane.desneux@iot.bzh>
Tue, 13 Jun 2017 13:28:50 +0000 (13:28 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 14 Jun 2017 23:32:46 +0000 (23:32 +0000)
Change-Id: I2f399257708bc7b44e9961ce9cebfbc55eaee899
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9723
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-netboot/README.renesas-gen3

index 849ab33..225051a 100644 (file)
@@ -56,6 +56,8 @@ setenv bootcmd 'setenv bootargs ${bootargs_console} ${bootargs_video} ${bootargs
 
 setenv ipaddr '<board_IP>'
 setenv serverip '<server_IP>'
+setenv ethact ravb
+setenv ethaddr DE:AD:C0:FF:EE:01
 
 setenv bootargs_root 'root=/dev/ram0 ramdisk_size=16384 ip=dhcp'
 setenv bootkload_net 'tftp ${bootkaddr} ${board}/${bootkfile}'