Alessadro Gardich writes:
> 1) with angelboot i can upload files/images only in the RAM ??

No.

> 2) how i can flash something in the board ??? 
>       i know i have to use fmu ... but how to use ??? 
> 
> angelboot-1.10.nk/angelboot -v -d /dev/ttyS0 -c '9600 8N1' -S 38400 -b 0x8000
> fmu.axf

fmu is what's generally known as a "semihosted" program - it communicates
with the angel stub, and the angel stub then communicates over the serial
or ethernet link to the debugger.  Unfortunately, angelboot isn't a debugger,
so it doesn't support semi-hosted programs.

To use fmu, you need the ARM debugger, part of the ARM SDT.
   _____
  |_____| ------------------------------------------------- ---+---+-
  |   |        Russell King       [EMAIL PROTECTED]      --- ---
  | | | |            http://www.arm.linux.org.uk/            /  /  |
  | +-+-+                                                     --- -+-
  /   |               THE developer of ARM Linux              |+| /|\
 /  | | |                                                     ---  |
    +-+-+ -------------------------------------------------  /\\\  |

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to