vmap allocation for size xxx failed: use vmalloc= to increase size

解决办法,查看/proc/meminfo的vmalloc大小,在uboot启动参数中调大点

setenv bootargs 'mem=1G console=ttyAMA0,115200 mtdparts=hi_sfc:1M(boot),8M(kernel),20M(app),2M(nand),1M(param) slave_bhisilicon # 64M console=ttyAMA0,115200 vmalloc=500M

vmap allocation for size xxx failed: use vmalloc= to increase size

转自: https://blog.csdn.net/tea1896/article/details/50887568

相关文章:

  • 2022-12-23
  • 2021-10-15
  • 2021-10-14
  • 2021-11-14
  • 2021-08-26
猜你喜欢
  • 2021-09-26
  • 2022-12-23
  • 2021-10-27
  • 2021-10-27
  • 2022-12-23
  • 2021-09-09
  • 2021-07-04
相关资源
相似解决方案