Welcome, Guest. Please login or register.

Author Topic: AmigaOne UBoot problem  (Read 2219 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline CloonedTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2003
  • Posts: 77
    • Show only replies by Clooned
AmigaOne UBoot problem
« 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.
 

Offline Matt_H

Re: AmigaOne UBoot problem
« Reply #1 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.
 

Offline amigamad

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 2159
    • Show only replies by amigamad
Re: AmigaOne UBoot problem
« Reply #2 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. ? :-?
I once had an amigaone xe but sold it .

http://www.tamiyaclub.com
 

Offline CloonedTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2003
  • Posts: 77
    • Show only replies by Clooned
Re: AmigaOne UBoot problem
« Reply #3 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.
 

Offline amigamad

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 2159
    • Show only replies by amigamad
Re: AmigaOne UBoot problem
« Reply #4 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. :-?
I once had an amigaone xe but sold it .

http://www.tamiyaclub.com
 

Offline m3x

  • Newbie
  • *
  • Join Date: Jun 2002
  • Posts: 47
    • Show only replies by m3x
    • http://www.acube-systems.com
Re: AmigaOne UBoot problem
« Reply #5 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
Max Tretene, ACube Systems Srl
 

Offline Floid

  • Hero Member
  • *****
  • Join Date: Feb 2003
  • Posts: 918
    • Show only replies by Floid
Re: AmigaOne UBoot problem
« Reply #6 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.
 

Offline CloonedTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2003
  • Posts: 77
    • Show only replies by Clooned
Re: AmigaOne UBoot problem
« Reply #7 on: July 03, 2003, 06:56:55 PM »
Thank you Massimiliano.

now my system boots OK.