Poster | Thread |
EntilZha
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 18:00:02
| | [ #61 ] |
|
|
|
OS4 Core Developer |
Joined: 27-Aug-2003 Posts: 1679
From: The Jedi Academy, Yavin 4 | | |
|
| Quote:
Can someone at Hyperion comment on this? Is the driver for OS4 only compatible with one of them, or both? |
I'll ask. _________________ Thomas, the kernel guy
"I don't have a frigging clue. I'm norwegian" -- Ole-Egil
All opinions expressed are my own and do not necessarily represent those of Hyperion Entertainment
|
|
Status: Offline |
|
|
EntilZha
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 18:02:48
| | [ #62 ] |
|
|
|
OS4 Core Developer |
Joined: 27-Aug-2003 Posts: 1679
From: The Jedi Academy, Yavin 4 | | |
|
| @ RWO
Somebody of the testers had a similar problem
Try this
setenv autoboot yes diskboot 500000 0:x
Btw, x == 0 in your case, which seems to be the hard disk... did you pack the image on the hard disk ?
Also, not that the 500000 is a memory address. That means if it's too hight, you won't have memory there... Unfortunatly, U-Boot is a bit user unfriendly with this... _________________ Thomas, the kernel guy
"I don't have a frigging clue. I'm norwegian" -- Ole-Egil
All opinions expressed are my own and do not necessarily represent those of Hyperion Entertainment
|
|
Status: Offline |
|
|
EntilZha
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 18:04:43
| | [ #63 ] |
|
|
|
OS4 Core Developer |
Joined: 27-Aug-2003 Posts: 1679
From: The Jedi Academy, Yavin 4 | | |
|
| Quote:
Why the bootm? I made the update without it and it worked?! |
diskboot and friends just load an image into memory. bootm launches the image. If you
setenv autostart yes
bootm will be run automatically after diskboot, so if you have this variable set, you don't need the subsequent bootm.
Quote:
I think I still don't understand UBOOT fully... |
Me neither No, really. _________________ Thomas, the kernel guy
"I don't have a frigging clue. I'm norwegian" -- Ole-Egil
All opinions expressed are my own and do not necessarily represent those of Hyperion Entertainment
|
|
Status: Offline |
|
|
Chris_Y
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 18:16:30
| | [ #64 ] |
|
|
|
Elite Member |
Joined: 21-Jun-2003 Posts: 3205
From: Beds, UK | | |
|
| Quote:
RedMelons wrote: There also seems to be an extra reboot of U-Boot (the IDE devices are scanned again) |
So there does.
@EntilZha & Rogue
Is this the right place for bug reports? As my AmigaOne fails the second IDE scan. On device 2 (a Liteon DVD-RW) I get the error:
ATAPI ERROR (no DRQ)
...and some other stuff which I don't have time to read. OS4 continues to boot, but freezes at some unknown point (some way after Kickstart but before the display kicks in - I haven't captured the serial output but I guess that is something you will ask me so I'll certainly do that)
However, if I press ENTER to get to the boot select menu, press ESC and "boot this configuration", the second scan doesn't happen and OS4 boots correctly.
The first IDE scan always picks the drives up correctly. Is there any way to permanently disable the second scan? Should it even happen?
Chris _________________ "Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion Avatar is Tabitha by Eric W Schwartz
|
|
Status: Offline |
|
|
RWO
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 18:32:04
| | [ #65 ] |
|
|
|
Regular Member |
Joined: 8-Mar-2003 Posts: 457
From: Denmark | | |
|
| @EntilZha
I'm sorry to say it dident work :(
If I try to boot the cd I get this error
#no ELF image at address 0x0f05e680 Error: no real ELF image installed as bootloader! #no ELF image at address 0x0f0fa780 Error: no real ELF image installed as bootloader!
I have tryed it with 2 diffrent cd's
So I'm totaly lost don't know what to do rigth now :( _________________ Debugging is a state of mind
|
|
Status: Offline |
|
|
mjohnson
| |
o k Posted on 6-Oct-2004 18:39:05
| | [ #66 ] |
|
|
|
Super Member |
Joined: 11-Aug-2003 Posts: 1297
From: going to and fro in the earth, and from walking up and down in it. | | |
|
| Boo! Hiss!
We never had to do that on our old classics! We had to physically exchange the ROMs instead, like!
This is, like, the third time I reflash it! It's called progress, shouldn't we be glad that things are moving along?
I shouldn't have to bother with this hassle at all as an end user! This is the least one should expect to have to "put up with" as an Earlybirder..
There, I figure that should save us all some time, not having to read the comments to this news item on any other sites.
Seriously, it was a walk in the park as always. Couldn't be simpler, really.
Always a bit of a sweat, though...what if the power goes out during the 30 second reflash? Not that it ever has gone out since I moved into my apartment a couple of years ago, but, you know, it still could!
Of course, a bit of an adrenaline rush is always welcome. _________________ A1G4XE, OS4-pre
|
|
Status: Offline |
|
|
Rogue
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 18:40:48
| | [ #67 ] |
|
|
|
OS4 Core Developer |
Joined: 14-Jul-2003 Posts: 3999
From: Unknown | | |
|
| @Chris_Y:
Quote:
The first IDE scan always picks the drives up correctly. Is there any way to permanently disable the second scan? Should it even happen? |
This is a new feature. The point is, if you switch on the machine,and place a CD in the drive after the first reset, then it would not boot from the CD since it didn't find one.
Why the second reset doesn't work is beyond me, since the first one did. I'll add an option to suppress the second reset. _________________ Seriously, if you want to contact me do not bother sending me a PM here. Write me a mail
|
|
Status: Offline |
|
|
Rogue
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 18:42:53
| | [ #68 ] |
|
|
|
OS4 Core Developer |
Joined: 14-Jul-2003 Posts: 3999
From: Unknown | | |
|
| Quote:
If I try to boot the cd I get this error
#no ELF image at address 0x0f05e680 Error: no real ELF image installed as bootloader! #no ELF image at address 0x0f0fa780 Error: no real ELF image installed as bootloader! |
You aren't booting with boota, do you? This error messages look like you're trying to boot the updater via boota.
Or are you referring to booting AmigaOS? _________________ Seriously, if you want to contact me do not bother sending me a PM here. Write me a mail
|
|
Status: Offline |
|
|
PulsatingQuasar
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 18:46:18
| | [ #69 ] |
|
|
|
Cult Member |
Joined: 10-Mar-2003 Posts: 550
From: The Netherlands, Europe | | |
|
| @ RWO
It doesn't seem that this is your problem but if the envvar autostart is explicity defined as no, the image will NOT boot.
So if anyone after diskboot and bootm gets a checksum OK message and then a cursor do this:
check the autostart envvar.
type setenv autostart yes to set it to yes or type setenv autostart to remove the envvar. _________________ AmigaOne-XE G3 OS 4. A4000 PPC A1200 PPC
|
|
Status: Offline |
|
|
RWO
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 18:51:08
| | [ #70 ] |
|
|
|
Regular Member |
Joined: 8-Mar-2003 Posts: 457
From: Denmark | | |
|
| no, I dont type anything when I get the Error message. I just reset, the cd spins up and the it shows the msg.
If I interrupt the boot process and use diskboot / bootm it prints some info and then nothing :( _________________ Debugging is a state of mind
|
|
Status: Offline |
|
|
Chris_Y
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 18:56:40
| | [ #71 ] |
|
|
|
Elite Member |
Joined: 21-Jun-2003 Posts: 3205
From: Beds, UK | | |
|
| @Rogue
Quote:
I'll add an option to suppress the second reset. |
Thanks, that would be appreciated.
I've just tried IDE RESET from the U-Boot prompt and that has the same problem (it always worked under previous versions, which is odd). The exact error message is:
ATTAPI_ISSUE: (no DRQ) after sending ccb (12) status 0xc0 not available
If that means anything to you?
A third IDE RESET doesn't even give me an OK message for bus 1, just a load of dots followed by **Timeout**!
Chris _________________ "Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion Avatar is Tabitha by Eric W Schwartz
|
|
Status: Offline |
|
|
PulsatingQuasar
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 19:02:49
| | [ #72 ] |
|
|
|
Cult Member |
Joined: 10-Mar-2003 Posts: 550
From: The Netherlands, Europe | | |
|
| @RWO
If this is the message you get:
diskboot 5000000 0:0
Loading from IDE device 0, partition 0: Name: hda0 Type: U-Boot Image Name: Firmware Updater Created: 2004-10-04 15:06:55 UTC Image Type: PowerPC U-Boot Standalone Programe (uncompressed!) Data Size: 605680 Bytes = 591.5 kB Load Address: 00040000 Entry Point: 00040258
] bootm ## Booting Image at 05000000 ...
Loading from IDE device 0, partition 0: Name: hda0 Type: U-Boot Image Name: Firmware Updater Created: 2004-10-04 15:06:55 UTC Image Type: PowerPC U-Boot Standalone Programe (uncompressed!) Data Size: 605680 Bytes = 591.5 kB Load Address: 00040000 Entry Point: 00040258 Verifying Checksum ... OK OK
I would check the autostart envvar. That worked for me. _________________ AmigaOne-XE G3 OS 4. A4000 PPC A1200 PPC
|
|
Status: Offline |
|
|
RWO
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 19:26:51
| | [ #73 ] |
|
|
|
Regular Member |
Joined: 8-Mar-2003 Posts: 457
From: Denmark | | |
|
| @PulsatingQuasar
I try'ed it again and this time I did a 'saveenv' and then 'diskboot 500000 0:0' and it WORKED _YEAH_
Many thanks every one how help me _________________ Debugging is a state of mind
|
|
Status: Offline |
|
|
deakmann
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 19:30:57
| | [ #74 ] |
|
|
|
Regular Member |
Joined: 20-Mar-2003 Posts: 360
From: Unknown | | |
|
| * Support for the new Second-Level Bootloader (that can boot Linux besides AmigaOS), to be distributed with the upcoming AmigaOS 4 update.
I`m intrigued by this , what exactly does it mean? Will I be able to have a simple menu to choose between booting OS4 and Linux?
Cheers |
|
Status: Offline |
|
|
Rogue
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 19:57:17
| | [ #75 ] |
|
|
|
OS4 Core Developer |
Joined: 14-Jul-2003 Posts: 3999
From: Unknown | | |
|
| Quote:
I`m intrigued by this , what exactly does it mean? Will I be able to have a simple menu to choose between booting OS4 and Linux? |
Yes. The same mechanism that loads AmigaOS now will be available for Linux. You get a small boot menu where you will boot a default if you do nothing, but can choose a different OS with a keypress or cursor keys; that includes booting Linux, but only from a RDB disk, not from a DOS partition. _________________ Seriously, if you want to contact me do not bother sending me a PM here. Write me a mail
|
|
Status: Offline |
|
|
mbilla
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 20:02:40
| | [ #76 ] |
|
|
|
Super Member |
Joined: 25-May-2003 Posts: 1369
From: EU | | |
|
| Quote:
I`m intrigued by this , what exactly does it mean? Will I be able to have a simple menu to choose between booting OS4 and Linux?
|
That was how I did understand it. Much like LILO (LinuxLoader) on PCs. Of course that would be great. _________________ A computerworld without MS products and Windows! Connect your Amigas ... ...The Red ONE-A1XE G4 - A3000T- A3000 - A4000 - A2500- A1000 - A600 - CDTV - CD32... and your PDAs and laptops ... Psion 5mx Pro - Psion NetBook - Apple iPhone - MacBook Pro
|
|
Status: Offline |
|
|
ikir
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 20:14:50
| | [ #77 ] |
|
|
|
Elite Member |
Joined: 18-Dec-2002 Posts: 5647
From: Italy | | |
|
| @Chris_Y Check if the cd is master/slave or cable select. I had problems sometimes with hd with cable select on pcs.
Is there any cd in the driver?
Maybe some uboot settings? Set them to default, reconfigure it as in the guide and retry.
@Hyperion I see a lot of new things in this Uboot! Under usb there is an option to boot from it. Am i right? _________________ ikir
|
|
Status: Offline |
|
|
tomazkid
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 20:15:57
| | [ #78 ] |
|
|
|
Team Member |
Joined: 31-Jul-2003 Posts: 11694
From: Kristianstad, Sweden | | |
|
| @mbilla
Or Grub.
Really nifty _________________ Site admins are people too..pooff!
|
|
Status: Offline |
|
|
deakmann
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 20:17:55
| | [ #79 ] |
|
|
|
Regular Member |
Joined: 20-Mar-2003 Posts: 360
From: Unknown | | |
|
| Yes. The same mechanism that loads AmigaOS now will be available for Linux. You get a small boot menu where you will boot a default if you do nothing, but can choose a different OS with a keypress or cursor keys; that includes booting Linux, but only from a RDB disk, not from a DOS partition.
I`ve got my Linux on a seperate hard drive so I guess i`m out of luck here. I`ve changed the Linux boot option to 1:1 but switching between Amigamultiboot and lInux boot isn`t really any easier than what I do ATM when I need Linux
ie- diskboot 500000 1:1;bootm
Is there now an easier way?
Many thanks |
|
Status: Offline |
|
|
Coder
| |
Re: New AmigaOne firmware available Posted on 6-Oct-2004 20:43:05
| | [ #80 ] |
|
|
|
Team Member |
Joined: 15-May-2003 Posts: 4523
From: The Netherlands | | |
|
| @EntilZha
Quote:
Uh, I was obviously wrong when I said it's not. Sorry |
The news item here states just that. But if the new update runs without updating the firmware I will take that. Unless it really would fix something I need. And if I would I would scramble the neighbourhood to find a UPS before doing so. Considering I need the machine pretty much every day I surely don't want to take that risk.
Coder _________________ Can't get enough of me? The Bucket Diary Blog The Bucket Diary Twitter Account
|
|
Status: Offline |
|
|