Re: rk3399: boot from compressed Image

2020-07-19 Thread Tian Yuanhao

Hi Kever,

    Thanks for your reply. I recommend leaving ramdisk_addr_r at the 
end, like this:

    https://github.com/amarula/u-boot-amarula/pull/3/files
    I tested gzip on ROCK Pi 4, and also tested lzma, lzo, bzip2, gzip 
on QEMU, and they all worked.


Regards,
Yuanhao

On 2020/7/18 下午10:52, Kever Yang wrote:

Hi Yuanhao,

    Thanks for your good suggestion, could you take a try for this:

https://patchwork.ozlabs.org/project/uboot/patch/20200718144823.7997-1-kever.y...@rock-chips.com/ 




Thanks,

- Kever

On 2020/6/22 上午10:30, Tian Yuanhao wrote:

Hello,

booti now supports booting from compressed Image.
See 414c34ed555b8ce5c260cf641261ecf45beca251.

Would you please add kernel_comp_addr_r and kernel_comp_size to
rk3399_common.h, so that people can use compressed Image (e.g. Image.gz)
in extlinux.conf.

Thanks,
Yuanhao






rk3399: boot from compressed Image

2020-06-22 Thread Tian Yuanhao

Hello,

booti now supports booting from compressed Image.
See 414c34ed555b8ce5c260cf641261ecf45beca251.

Would you please add kernel_comp_addr_r and kernel_comp_size to
rk3399_common.h, so that people can use compressed Image (e.g. Image.gz)
in extlinux.conf.

Thanks,
Yuanhao