I followed intructions in this project, but I couldn't figure out how to add "console=ttyAMA0,115200 panic=5"
to kernel args.
Anyone knows how to add this kernel args?
Open defconfig
vim ./arch/arm/configs/vexpress_defconfig
change this
CONFIG_CMDLINE="console=ttyAMA0"
to this
CONFIG_CMDLINE="console=ttyAMA0,115200 panic=5"