Jump to content

Romulan

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Romulan

  1. Does it work on OrangePi4? I guess if it can initialize the framebuffer it can help loading NetBSD and OpenBSD. The UEFI provided with Armbian focal desktop does not turn the screen on my computer, so NetBSD also has no screen output. Can you test your project with NetBSD and OpenBSD ports for arm64 please?
  2. Hello! I have OrangePi4 and it works quite well out of the box with Armbian desktop latest. However there were some minor problems, this is the first one: Video resolution was incorrect by default in console framebuffer. The screen is 1920x1080, but default was 1280x720. The solution is adding extraargs=video=1920x1080@60 To /boot/armbianEnv.txt . The part after first = is passed to the Kernel command line and kernel enables the resolution. This have fixed my problem mostly, however, the video output is enabled only during late boot. This is not a big problem, but it would be better if the screen lit up immediately after the computer is powered on, like it happens on regular PC's rather than after half of OS is already loaded. So I am wondering, is it possible to enable HDMI video output in the bootloader, so I can see kernel early bootlog on screen? It would also be nice to enable keyboard too so I can access u-boot command line without disassembling the case. So do you think either of this two is possible? It should help me load other operating systems as well, since I have tried to load NetBSD on my box and it works mostly, except there is no video.
  3. I was able to set screen resolution on OrangePi4 by appending this line: extraargs=video=1920x1080@60 To /boot/armbianEnv.txt . On my board the screen is turned on only after a little while after the powering up, so I have figured out that the screen resolution is set by the kernel, not by u-boot. Thus you need to add a parameter to kernel command line. The line has to be added verbatim without quotes (as suggested elsewhere) and then everything after first = is inserted into the middle of Kernel command line (check dmesg output). I hope, this helps.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines