Re: [U-Boot] {Spam?} u-boot-usb DFU working but need some ideas

2011-02-11 Thread Marcel
Hi Wolfgang, > In message <201102102015.59437.korg...@home.nl> you wrote: > > The GPBR is optional in my code. I just use it because it's the nicest > > > solution for me over the following options : > I haven't seen your code yet, so I may misunderstand what you are > actually referring to, but

Re: [U-Boot] {Spam?} u-boot-usb DFU working but need some ideas

2011-02-10 Thread Wolfgang Denk
Dear Marcel, In message <201102102015.59437.korg...@home.nl> you wrote: > > The GPBR is optional in my code. I just use it because it's the nicest > solution for me over the following options : I haven't seen your code yet, so I may misunderstand what you are actually referring to, but from what

Re: [U-Boot] {Spam?} u-boot-usb DFU working but need some ideas

2011-02-10 Thread Marcel
Dear Wolfgang, > In message <201102100846.49072.korg...@home.nl> you wrote: > > I did create a new command "dfu" that activates the controller and DFU. > > I than used the GPBR register of the AT91 to make u-boot know that it has > > to activate DFU by script. Basically the value of the GPBR regi

Re: [U-Boot] {Spam?} u-boot-usb DFU working but need some ideas

2011-02-10 Thread Wolfgang Denk
Dear Marcel, In message <201102100846.49072.korg...@home.nl> you wrote: > > I did create a new command "dfu" that activates the controller and DFU. > I than used the GPBR register of the AT91 to make u-boot know that it has to > activate DFU by script. Basically the value of the GPBR register ei

Re: [U-Boot] {Spam?} u-boot-usb DFU working but need some ideas

2011-02-09 Thread Marcel
Hi Detlev, > I am not too familiar with the DFU spec, but I agree with regards to the > scripting. I can envision usage scenarios where the downloaded files > are written to other storage media, so I would much rather leave that up > to the U-Boot script interpreter. I did create a new command "

Re: [U-Boot] {Spam?} u-boot-usb DFU working but need some ideas

2011-02-08 Thread Detlev Zundel
Hi Marcel, > I finally got things working well with my SAM9G45 USB devcie controller and > continued to implement DFU for it. > I implemented it using the new gadget layer and should be compatible with the > at91_udc driver. Excellent, congratulations! > I have managed to get DFU working in s