Moderators: Mug UK, Zorro 2, Greenious, spiny, Sorgelig, Moderator Team
oldgit wrote:I have ported across a vt220 xterm colour console and should be able to get it working, once I get past the requirement for 8Mbytes of sdram !!!
Is the HPS uart connections set up in MiSTer as I cannot find them ?
Sorgelig wrote: check sys_top.v file in Minimig. It has additional signals for UART
Code: Select all
.uart_mode(16'b000_11111_000_11111),
oldgit wrote:I am running a vt220 core using uart connections.
ex68k wrote:is it in any git repository?
Sorgelig wrote:The text mode is basically attribute + text. The raw graphics frame buffer is not required. You just need a small buffer 2bytes per char. So, in this case you don't need SDRAM at all. You can use only BRAM.
Sorgelig wrote:publish your code and i will check the problem.
Btw, is history buffer (shift+pgup/pgdn) should be handled by console core or it's done on Linux side?
Thats meSorgelig wrote:200MHz clock for 80x40 text mode - that's insane
oldgit wrote:I have posted a console core at https://github.com/davewoo999/Virtual-Console
IMPORTANT PLEASE READ THE README I know I sometimes do not.
This is a work in progress (slowly), sometimes I update this core several times a day or only once in a few weeks. I will not update this post unless a major change. The github will always have the dates of the changes made. It is not in the MiSTer portal as it is not good enough at the moment. Any glaring errors or problems please report.
Thanks.
NML32 wrote:When I boot up the core I only see a flashing cursor in the upper left part of the screen. It doesn't appear to respond to input.
Should I see a login screen when the core is started?
BBond007 wrote:NML32 wrote:When I boot up the core I only see a flashing cursor in the upper left part of the screen. It doesn't appear to respond to input.
Should I see a login screen when the core is started?
You need to set UART mode to 'Console' in the system menu.
BBond007 wrote:NML32 wrote:When I boot up the core I only see a flashing cursor in the upper left part of the screen. It doesn't appear to respond to input.
Should I see a login screen when the core is started?
You need to set UART mode to 'Console' in the system menu.
Users browsing this forum: No registered users and 2 guests