diff --git a/04_build_linux.sh b/04_build_linux.sh index 146e942..e9bb809 100755 --- a/04_build_linux.sh +++ b/04_build_linux.sh @@ -95,6 +95,9 @@ if [ -f arch/riscv/configs/mpfs_defconfig ] ; then ./scripts/config --set-val CONFIG_SERIAL_8250_NR_UARTS 8 ./scripts/config --set-val CONFIG_SERIAL_8250_RUNTIME_UARTS 8 + #Enable simple frame buffer + ./scripts/config --enable CONFIG_SYSFB_SIMPLEFB + echo "make -j${CORES} ARCH=riscv CROSS_COMPILE=${CC} olddefconfig" make -j${CORES} ARCH=riscv CROSS_COMPILE=${CC} olddefconfig else