Re: [U-Boot] LZMA support

2009-09-12 Thread Luigi Mantellini
Hi Prafulla, This is my code to create the uimage: # create flat binary $(CROSS)objcopy -O binary -S $(LINUX_DIR)/vmlinux $(KDIR)/vmlinux.bin # compress $(TOOLS)/bin/lzma e $(KDIR)/vmlinux.bin $(KDIR)/vmlinux.lzma # create uimage export KERNEL_ENTRY=`$(CROSS)objdump -x $(LINUX_DIR)/vmlinux |gre

Re: [U-Boot] LZMA support

2009-09-11 Thread khteh
it's done on MIPS platform > You can refer to Open-WRT Kamikaze ubootifx code to see how u-boot is > lzma'ed in flash and de-lzma'ed from flash to RAM > >> On Wednesday 09 September 2009 13:44:24 Prafulla Wadaskar wrote: >>> Has anybody used LZMA compression with u-boot? >>> If yes, can yo

Re: [U-Boot] LZMA support

2009-09-11 Thread khteh
You can refer to Open-WRT Kamikaze ubootifx code to see how u-boot is lzma'ed in flash and de-lzma'ed from flash to RAM > On Wednesday 09 September 2009 13:44:24 Prafulla Wadaskar wrote: >> Has anybody used LZMA compression with u-boot? >> If yes, can you pls share your experience? > > booting

Re: [U-Boot] LZMA support

2009-09-09 Thread Mike Frysinger
On Wednesday 09 September 2009 13:44:24 Prafulla Wadaskar wrote: > Has anybody used LZMA compression with u-boot? > If yes, can you pls share your experience? booting lzma compressed linux uimage kernels worked fine on my Blackfin boards provided the malloc region was increased appropriately (lzm

[U-Boot] LZMA support

2009-09-09 Thread Prafulla Wadaskar
Hi all Has anybody used LZMA compression with u-boot? If yes, can you pls share your experience? Regards.. Prafulla . . ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot