From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matteo Facchinetti Date: Mon, 17 Nov 2008 14:50:24 +0100 Subject: [U-Boot] add usb_system_autoupdate command. In-Reply-To: <491FE238.8050300@coritel.it> References: <491EF8C6.1020905@sirius-es.it> <491FE238.8050300@coritel.it> Message-ID: <492176A0.7040101@sirius-es.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 emproved all code. Now all works correctly. I think that the rewrite of the code, indirectly solve some bugs of memory corruption. In attach, the code... and if anyone try it, I'm interesting to feedback or opinions. Thanks at all. Matteo. Marco wrote: > 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 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 system update start, reading information from install.dat file. >> >> The install.dat file raws has this syntax: >> "" >> >> >> file_type values: kernel, uboot, fdt, rootfs. >> >> In attachment there's an example of install.dat and the source code. >> >> Now using it on my system (mpc5200, uboot_1.3.1) but there's a problem >> that I can't fix: >> if try to update uboot partition, it freeze in line 211 when call >> do_flerase(). >> >> debugging I can see that it freeze in: >> cmd_flash.c >> 434: printf ("Erased %d sectors\n", erased); >> after uboot partition erasing. >> >> >> Can you help me? >> >> >> Thanks in advance. >> Matteo Facchinetti >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> U-Boot mailing list >> U-Boot at lists.denx.de >> http://lists.denx.de/mailman/listinfo/u-boot >> > > -------------- next part -------------- A non-text attachment was scrubbed... Name: cmd_usb_system_autoupdate.c Type: text/x-csrc Size: 6692 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20081117/6e6e406a/attachment.c -------------- next part -------------- A non-text attachment was scrubbed... Name: install.dat Type: chemical/x-mopac-input Size: 185 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20081117/6e6e406a/attachment.dat