Hello! Would it be possible to create a minicom script for automating the process to flash u-boot to the mini2440? It would also be nice if it would set the mac address and boot variables. Any alternative to minicom is also ok. Or is it impossible to use the linux usb transfer tool from a script? Ideas, anyone?
Minicom script for flashing u-boot to mini2440?
Hi. Maybe this help you. http://www.denx.de/wiki/view/DULG/UBootScripts
Other way. Minicom doesn't work for me. I am trying CuteCom app from repositorios of Kubuntu. This app have a option to send files. - Install CuteCom - Run - Configure the connection - Click on Open device - Restart the board - Go to a shell of Uboot - When you are in the shell see in the bottom of the window and you will see a combobox, select Script and press Send file, choose the script to run. For expample you can create a text file with this lines: setenv ipaddr '192.168.14.2' saveenv printenv When you send the file, you will see that this lines was executed. Bye.