From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 20 Dec 2011 13:17:57 -0600 Subject: [U-Boot] about flashing the u-boot In-Reply-To: References: <4EEA4B11.50705@freescale.com> <4EEA75E2.4020301@freescale.com> Message-ID: <4EF0DF65.4020205@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/19/2011 06:43 PM, ?rico Porto wrote: > Got usb-tap to work, but ONLY with code warrior - and for some reason > can run it on ubuntu+unity but not on ubuntu+xfce, which loads > everything except the action button in the flash programmer where you > select what you will do: flash dump, erase, write... Please report this to support at freescale.com. > Any open alternative to use usb tap Abatron BDI3000 is a popular choice. > or someone know where is the command line tool that is used by the CW IDE? The command line backend is called CCS (not sure where in a typical installation you'd find it) -- but the flash programming logic is in CW itself, so if you want to do flash programming with CCS directly you'll need to script it yourself. -Scott