From 018f10b1c57760071fd20cd052b1eff5ec32ecd7 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Thu, 12 Apr 2018 11:53:43 +0200 Subject: Add uboot_ipaddr Some boards have broken uboot dhcp, so we need to set a static ip in uboot. This patch add a way to specify such IP via uboot_ipaddr. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index d72b6c0..5194b67 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ lab-slave-XX: The name of the slave (where XX is a number) boardlist: devicename: Each board must be named by their device-type as "device-type-XX" (where XX is a number) type: the LAVA device-type of this device + uboot_ipaddr: (optional) a static IP to set in uboot macaddr: (Optional) the MAC address to set in uboot # One of uart or connection_command must be choosen uart: -- cgit 1.2.3-korg