commit | 7fd97aa00c11f0c51022710916bd730d4ad303ba | [log] [tgz] |
---|---|---|
author | Christian Gmeiner <christian.gmeiner@gmail.com> | Thu Jan 13 08:40:06 2022 +0100 |
committer | Ramon Fried <ramon@neureality.ai> | Sat Jan 15 18:54:21 2022 +0200 |
tree | 9f166e65090b08c04528652cad7ada66dc4183e3 | |
parent | 9c878996040b55ffbc9fbf77c36c4809dd121a01 [diff] |
net: fastboot: make UDP port net: configurable The fastboot protocol uses per default the UDP port 5554. In some cases it might be needed to change the used port. The fastboot utility provides a way to specifiy an other port number to use already. fastboot -s udp:192.168.1.76:1234 boot fastboot.img Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>