Re: [U-Boot-Users] LZMA support (patch)

2008-03-28 Thread Hoi-Ho Chan
On Fri, Mar 28, 2008 at 12:31 PM, Jerry Van Baren <[EMAIL PROTECTED]> wrote: > Luigi 'Comio' Mantellini wrote: > > Hi everyone, > > > > this patch adds the lzma support with the following constraints: > > > > - it doesn't install the LZMA SDK files. I provide the import_lzma.sh > > script to

Re: [U-Boot-Users] [RFC] Host tool to perform semiautomatic updates

2008-03-14 Thread Hoi-Ho Chan
> I thought about expect/cygwin but in my opinion is too hard to use for > the average Windows operator who expects just to: > - install the application by running an .exe or unzipping a .zip > - launching the application > - press a couple of buttons on GUI and see the result. > I forgot to

Re: [U-Boot-Users] [RFC] Host tool to perform semiautomatic updates

2008-03-14 Thread Hoi-Ho Chan
> 1) for Windows platform, is possible to generate one single .exe file > taht includes all the required stuff (such as libraries and runtime > components)? If not, it is possible to group all of them in one single > .zip file? Look for py2exe, it can convert your .py script into an executable