Amiga.org

Amiga computer related discussion => Amiga Hardware Issues and discussion => Topic started by: Clooned on July 02, 2003, 07:20:45 PM

Title: AmigaOne UBoot problem
Post by: Clooned on July 02, 2003, 07:20:45 PM
After playing with Setenv commands my system doesn't boot.

I have to use bootm or bootd to load Debian.

How can I show whats stored in NVRAM and how can I erase it to re-enter  the needed setenv comands to boot directly from HD.

Thank you.
Title: Re: AmigaOne UBoot problem
Post by: Matt_H on July 02, 2003, 07:28:25 PM
Type 'menu' at the prompt to see a better interface for adjusting things. Check the install guide to see the correct settings. I would advise you to talk to the people on the A1 Dev list. They'll definitely know what to do.
Title: Re: AmigaOne UBoot problem
Post by: amigamad on July 02, 2003, 08:26:22 PM
I myself just followed the instalation guide that eyetech suplied and it went through ok have you got debian installed. ? :-?
Title: Re: AmigaOne UBoot problem
Post by: Clooned on July 02, 2003, 10:09:38 PM
yes i do it and debian installed ok.

but yesterday i re saved in NVRAM the same setenv commands and now it doesn boot directy. I have to use the bootm command. I tried to change the boot order in menu but it doesn do nothing.

i want to erase NVRAM and reinstall all setenv commands.
Title: Re: AmigaOne UBoot problem
Post by: amigamad on July 02, 2003, 10:13:17 PM
Afraid im not sure what to do my instalation went ok even though i just used a standard sd ram sim. :-?
Title: Re: AmigaOne UBoot problem
Post by: m3x on July 02, 2003, 10:52:59 PM
Try with:

setenv autostart yes
saveenv

To show all the NVRam content:

print

Ciao

Massimiliano Tretene, S o f t 3 (http://www.soft3.net)
Title: Re: AmigaOne UBoot problem
Post by: Floid on July 03, 2003, 12:39:23 AM
Quote

amigamad wrote:
Afraid im not sure what to do my instalation went ok even though i just used a standard sd ram sim. :-?
Just to state the obvious, SDRAM (Synchronous Dynamic RAM) is your main system memory; the card it comes on is a DIMM (Dual Inline Memory Module), instead of the smaller 30 and 72-pin SIMMs (Single Inline Memory Modules) of old.

NVRAM is Non-Volatile RAM, another way of referring to the small battery-backed memory (SRAM/Static RAM?) that stores the BIOS settings in a PC, the 'Parameter RAM' settings of a Mac, or the U-Boot environment variables on an AmigaOne.
Title: Re: AmigaOne UBoot problem
Post by: Clooned on July 03, 2003, 06:56:55 PM
Thank you Massimiliano.

now my system boots OK.