Commits
Andrew F. Davis committed a2952253a38
configs: j721e_evm_a72: Add UDP fastboot support Enable fastboot over network (UDP) support. This allows all the normal fastboot functions like flashing images but over a network. To use specify 'udp' instead of a USB number. => fastboot udp Then from a client computer: $ fastboot -s udp:<IP-address-here> <regular-fastboot-command-here> Acked-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com>