Comment 8 for bug 1014650

Revision history for this message
Kejun ZHOU (kejun-zhou) wrote :

Hi All,
The bug is hardly reproduced when vmalloc was increased to 380M.

I increased the vmalloc size to 380M by modifing the linaro-image-tools/linaro_image_tools/media_create/android_boards.py
as:

class AndroidSnowballSdConfig(AndroidBoardConfig, SnowballSdConfig):
    boot_script = 'boot.scr'
    initrd_addr = '0x05000000'
    extra_boot_args_options = (
        'earlyprintk mem=128M@0 mali.mali_mem=64M@128M hwmem=168M@192M mem=22M@360M mem_issw=1M@383M mem=640M@384M vmalloc=380M')
    _extra_serial_opts = 'console=ttyAMA2,115200n8'
    android_specific_args = 'init=/init androidboot.console=ttyAMA2'
    dtb_name = None