RV1103 LCD屏幕显示终端

  • 您好,开机log显示到LCD上需要修改对应的dtsi(rv1103-luckfox-pico-ipc.dtsi)下的

    Code: Select all

    -		bootargs = "earlycon=uart8250,mmio32,0xff4c0000 console=ttyFIQ0 root=/dev/mmcblk1p7 rootwait snd_soc_core.prealloc_buffer_size_kbytes=16 coherent_pool=0";
    + 		bootargs = "earlycon=uart8250,mmio32,0xff4c0000 console=ttyFIQ0 console=tty0 root=/dev/mmcblk1p7 rootwait snd_soc_core.prealloc_buffer_size_kbytes=16 coherent_pool=0";
    
    使用外接键盘需要在内核打开USB HID 等设置,这部分没有测试过,您可以自行开发如果在配置上遇到问题欢迎您提出