On Mon, Jan 29, 2007 at 02:44:35PM +0100, Frieder Ferlemann wrote:
> Hi again,
> 
> and thanks for the quick update:)
> Could you additionally change one of the occurrences of
> "Silicon Labs" to "Silabs" and another one to
> "Silicon Laboratories" to make it easier yet
> for search machines?

Done.

> One could also probably use the tool srecord
> http://srecord.sf.net for some read/modify/write operation.
> I'm guessing about the command line but it
> might be some permutation of:
> 
> srec_cat /sys/class/c2port/c2port0/flash_data --binary \
>          -exclude -within infile.hex -intel \
>          infile.hex -intel \
>          -o /sys/class/c2port/c2port0/flash_data --binary
> 
> hex to bin conversion with backfill could be something like:
> 
> srec_cat infile.hex -intel \
>          -fill 0xff 0 7680 \
>          -o outfile.bin --binary
> 
> (both commands untested...)

Interesting... thanks! :)

Ciao,

Rodolfo

-- 

GNU/Linux Solutions                  e-mail:    [EMAIL PROTECTED]
Linux Device Driver                             [EMAIL PROTECTED]
Embedded Systems                                [EMAIL PROTECTED]
UNIX programming                     phone:     +39 349 2432127

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to