Re: [U-Boot] add usb_system_autoupdate command.

2008-12-09 Thread Wolfgang Denk
Dear Matteo, In message [EMAIL PROTECTED] you wrote: I looked updater.c and and I take that code as example. I removed all function as same as do_... (do_fat_fsload, do_protect, do_flerase, do_mem_cp). In this way, I could remove also strcpy() and sprintf() needed to made their

Re: [U-Boot] add usb_system_autoupdate command.

2008-11-17 Thread Matteo Facchinetti
Hi Marco, I looked updater.c and and I take that code as example. Well, I removed all function as same as do_... (do_fat_fsload, do_protect, do_flerase, do_mem_cp). In this way, I could remove also strcpy() and sprintf() needed to made their parameters and the result is that I cleaned and

Re: [U-Boot] add usb_system_autoupdate command.

2008-11-16 Thread Marco Cavallini
Matteo Facchinetti ha scritto: Hi, I have add the possibility to automatic update entire flash using a USB pendrive. To make it, need the following steps: 1) insert usb pendrive. In pendrive must be present these files: install.dat and the files we want to copy. 2) from uboot console: =

Re: [U-Boot] add usb_system_autoupdate command.

2008-11-16 Thread Marco
Hi Matteo, in my opinion you should follow the philosophy of updater.c under the tools folder to erase the flash. This command is very interesting, let me know if you fix your problem. Regards, Marco Matteo Facchinetti ha scritto: Hi, I have add the possibility to automatic update entire

[U-Boot] add usb_system_autoupdate command.

2008-11-15 Thread Matteo Facchinetti
Hi, I have add the possibility to automatic update entire flash using a USB pendrive. To make it, need the following steps: 1) insert usb pendrive. In pendrive must be present these files: install.dat and the files we want to copy. 2) from uboot console: = usb_system_autoupdate 3) the