| Poster | Thread |
flipper
|  |
How to stop uboot screen from scrolling? Posted on 8-Mar-2010 0:23:41
| | [ #1 ] |
|
|
 |
Regular Member  |
Joined: 30-Jan-2003 Posts: 132
From: Homer,Alaska | | |
|
| how does one stop the uboot screen from scrolling after typing (help) or typing (printenv) so I can read them? |
|
| Status: Offline |
|
|
broadblues
 |  |
Re: How to stop uboot screen from scrolling? Posted on 8-Mar-2010 1:06:59
| | [ #2 ] |
|
|
 |
Amiga Developer Team  |
Joined: 20-Jul-2004 Posts: 4456
From: Portsmouth England | | |
|
| |
| Status: Offline |
|
|
AlexC
|  |
Re: How to stop uboot screen from scrolling? Posted on 8-Mar-2010 2:21:04
| | [ #3 ] |
|
|
 |
Super Member  |
Joined: 22-Jan-2004 Posts: 1301
From: City of Lost Angels, California. | | |
|
| @flipper
just press the arrow down key, it will send some control char which interrupts the scrolling. Other keys might work too, it just won't give you a pager like "More" but it's better than nothing. _________________ AlexC's free OS4 software collection
 AmigaOne XE/X1000/X5000/UAE-PPC OS4 laptop/X-10 Home Automation |
|
| Status: Offline |
|
|
tonyw
 |  |
Re: How to stop uboot screen from scrolling? Posted on 8-Mar-2010 3:38:23
| | [ #4 ] |
|
|
 |
Elite Member  |
Joined: 8-Mar-2003 Posts: 3240
From: Sydney (of course) | | |
|
| @flipper
You don't have to use the U-Boot prompt, you can do nearly everything from an OS4 Shell using the nvgetvar command (for printenv) and nvsetvar (for setenv).
_________________ cheers tony
Hyperion Support Forum: http://forum.hyperion-entertainment.biz/index.php |
|
| Status: Offline |
|
|
royleith
 |  |
Re: How to stop uboot screen from scrolling? Posted on 11-Mar-2010 9:05:34
| | [ #5 ] |
|
|
 |
Cult Member  |
Joined: 31-Jul-2003 Posts: 766
From: UK | | |
|
| @flipper
If you use the serial port and redirect the video to it you can use any facility in the terminal program you are using to record all the screen data. Then, it is just a matter of saving the relevant part as a text file.
I don't know if you can do the same thing within Shell using KingCon type logging, but, as an alternative, I have always used the facility of UBoot Prefs to save the settings to a safe storage location.
Regards Roy Leith |
|
| Status: Offline |
|
|
AlexC
|  |
Re: How to stop uboot screen from scrolling? Posted on 11-Mar-2010 9:56:32
| | [ #6 ] |
|
|
 |
Super Member  |
Joined: 22-Jan-2004 Posts: 1301
From: City of Lost Angels, California. | | |
|
| @tonyw
That's true for print/set/saveenv but if you can't boot at all due to incorrect uboot settings or want to explore the other commands it has to offer with 'help', unless you're using a serial terminal with a scrollback buffer it wouldn't be possible to read most of the text without stopping it somehow.
Another trick which helps pressing the arrow down at the right time is to turn off the CPU cache as that slows down the 'help' and 'pr' text output a lot.
_________________ AlexC's free OS4 software collection
 AmigaOne XE/X1000/X5000/UAE-PPC OS4 laptop/X-10 Home Automation |
|
| Status: Offline |
|
|