Hi, when a network connection is not available, U-Boot can load files via the serial port.
The U-Boot commands for loading files over the UART all have the same options. Is it possible implement two way file transfer in xyzModem - use loady, loadb to send files from U-boot to target host? So, by analogy with using loady to load files, # Loading with the y-modem protocol board> loady [load address] [baud rate] we will use 'sendy'to send files: # Sending with the y-modem protocol from U-boot to target host sendy [offset address] [size] [baud rate] or maybe sendy /path/to/file/we/want/to/transfer [baud rate] And on target host we use Minicom, TeraTerm or Hyper Terminal to receive files. How to modify xuzModem.c, cmd_load.c for sending files? B.Regards, Alex _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

