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
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
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
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
4 matches
Mail list logo