Searched refs:ipaddr (Results 1 – 25 of 25) sorted by relevance
/u-boot/doc/ |
A D | README.pcap | 25 env set ipaddr 10.0.2.15; env set serverip 10.0.2.2; tftp uImage64 34 # env set ipaddr 10.0.2.15; env set serverip 10.0.2.2; tftp uImage64
|
A D | README.link-local | 27 The "ipaddr", "netmask", and "gatewayip" variables are set 72 "setenv ipaddr $sipaddr; " \
|
A D | README.odroid | 203 Odroid # printenv ipaddr netmask gatewayip dnsip 204 ipaddr=192.168.1.10 222 Odroid # setenv ipaddr 192.168.1.10
|
A D | README.dfutftp | 65 * setup "serverip" and "ipaddr" variables
|
A D | README.vxworks | 66 environments variables: bootdev, bootfile, ipaddr, netmask, serverip,
|
A D | README.m54418twr | 158 ipaddr=192.168.1.2
|
/u-boot/board/freescale/mpc8323erdb/ |
A D | README | 56 properly (including ipaddr, serverip, gatewayip (if needed),
|
/u-boot/board/congatec/cgtqmx6eval/ |
A D | README | 30 => setenv ipaddr <board_ip_address>
|
/u-boot/board/k+p/bootscripts/ |
A D | tpcboot.cmd | 75 setenv addip "setenv bootargs '${bootargs}' ip='${ipaddr}':'${serverip}':'${gatewayip}':'${netmask}…
|
/u-boot/board/freescale/mpc8315erdb/ |
A D | README | 92 properly (including ipaddr, serverip, gatewayip (if needed),
|
/u-boot/doc/mvebu/cmd/ |
A D | bubt.txt | 16 - For the TFTP interface set serverip and ipaddr.
|
/u-boot/net/ |
A D | net.c | 217 U_BOOT_ENV_CALLBACK(ipaddr, on_ipaddr); 1540 int net_parse_bootfile(struct in_addr *ipaddr, char *filename, int max_len) in net_parse_bootfile() argument 1549 if (ipaddr) in net_parse_bootfile() 1550 *ipaddr = string_to_ip(net_boot_file_name); in net_parse_bootfile()
|
/u-boot/board/freescale/mpc8313erdb/ |
A D | README | 98 properly (including ipaddr, serverip, gatewayip (if needed),
|
/u-boot/board/technexion/pico-imx6ul/ |
A D | README | 87 => setenv ipaddr 192.168.0.11
|
/u-boot/board/technexion/pico-imx7d/ |
A D | README | 88 => setenv ipaddr 192.168.0.11
|
/u-boot/include/ |
A D | net.h | 907 int net_parse_bootfile(struct in_addr *ipaddr, char *filename, int max_len);
|
/u-boot/board/freescale/m53017evb/ |
A D | README | 170 ipaddr=192.168.1.3
|
/u-boot/doc/board/sifive/ |
A D | fu540.rst | 127 => setenv ipaddr 10.206.7.133 398 …[ 6.262831] device=eth0, hwaddr=70:b3:d5:92:f2:f3, ipaddr=10.206.7.133, mask=255.255.252.0…
|
/u-boot/board/freescale/m547xevb/ |
A D | README | 181 ipaddr=192.162.1.2
|
/u-boot/doc/uImage.FIT/ |
A D | howto.txt | 201 addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${ne…
|
/u-boot/board/freescale/m5373evb/ |
A D | README | 171 ipaddr=192.168.1.3
|
/u-boot/board/freescale/m54455evb/ |
A D | README | 247 ipaddr=192.168.1.3
|
/u-boot/doc/board/AndesTech/ |
A D | ax25-ae350.rst | 122 RISC-V # setenv ipaddr 10.0.4.200 ;
|
/u-boot/ |
A D | README | 616 environments variables: bootdev, bootfile, ipaddr, netmask, 1273 (Environment variable "ipaddr") 3129 and env variables "ipaddr" and "serverip" 3307 ipaddr - IP address; needed for tftpboot command 3433 ipaddr - see above 3522 setenv addip 'setenv bootargs $bootargs ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname::off'
|
/u-boot/doc/board/microchip/ |
A D | mpfs_icicle.rst | 244 RISC-V # setenv ipaddr 192.168.1.5
|
Completed in 46 milliseconds