From: Tom R. <tr...@ke...> - 2002-07-03 15:23:41
|
On Wed, Jul 03, 2002 at 09:16:23AM +0100, manoj ks wrote: > I have to convert a compressed kernel for an SH37727 > based board to a Motorola S3 format file. > Is it possible? > > I tried using sh-linux-objcopy -I binary -O srec > zImage zImage.mot . > But this commmand is showing the help message. Well, that's not the right arguments :) Try: sh-linux-objcopy -O srec --srec-forceS3 zImage zImage.srec I'm not sure if you need the -I binary or not.. -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ |