-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to enable frame buffer console #52
Comments
Kindly share the actual tree you are working from or the complete mars-asic.h file ? I last did this on the duo |
just create a empty file |
yes, just shows white screen with sipeed logo, no actual linux framebuffer console yet unfortunately |
Hi markbriss, Please find the attached mars-asic.h |
Hi, I would like to show the boot logs on the mipi LCD with frame buffer console, but I cannot get it working.
I hv added the following in
build\boards\sg200x\sg2002_licheervnano_sd\linux\sg2002_licheervnano_sd_defconfig:
also, the following in
u-boot-2021.10\include\configs\mars-asic.h:
so that the bootargs=root=/dev/mmcblk0p2 rootwait rw console=tty1 earlycon=sbi riscv.fwsz=0x80000 loglevel=9 fbcon=map:0
I rebuilt it and created /boot/fb
when I do lsmod, soph_fbis enabled
and there is existing /dev/fb0
But still, no console was shown on the MIPI LCD
The text was updated successfully, but these errors were encountered: