Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
45 user(s) are online (25 user(s) are browsing Forums)

Members: 1
Guests: 44

joerg, more...

Headlines

 
  Register To Post  

« 1 2 (3) 4 »
Re: AmigaOne U-Boot bugs - please read
Supreme Council
Supreme Council


See User information
@Rogue

Sure, done. But you need to register to be able to manage any registered issues.

Vacca foeda. Sum, ergo edo

Mr Bobo Cornwater
Go to top
Re: AmigaOne U-Boot bugs - please read
Quite a regular
Quite a regular


See User information
@orgin

Thanks a lot!

I have entered some of the issues reported here that I think *might* get fixed. If you have any other issues please add them to the tracker.

Thanks!

Seriously, if you do want to contact me write me a mail. You're more likely to get a reply then.
Go to top
Re: AmigaOne U-Boot bugs - please read
Not too shy to talk
Not too shy to talk


See User information
@Rogue

Catweasel Mk3: Keyboard works if you set the environment variable, but if you save it as default, no keyboard input works at all (ps/2, usb or catweasel), you have to go in via serial and change it back to PS/2.

Edit: Added it to the tracker. You may want to modify the first post with a link, since i didn't see it straight away :)

Go to top
Re: AmigaOne U-Boot bugs - please read
Supreme Council
Supreme Council


See User information

Vacca foeda. Sum, ergo edo

Mr Bobo Cornwater
Go to top
Re: AmigaOne U-Boot bugs - please read
Not too shy to talk
Not too shy to talk


See User information
@orgin

Yes, now please place it in the first post, too :)

I just read Rogue's first post and posted my bug into the thread.

Go to top
Re: AmigaOne U-Boot bugs - please read
Just popping in
Just popping in


See User information
@Rogue

There is an interesting topic here about leaking battery in A1 and UBoot.

Bye,
TMTisFree

"Never ascribe to malice that which is adequately explained by incompetence." (Napol?on Bonaparte)
"I would love to change the world, but they won?t give me the source code." (Unknown)
Go to top
Re: AmigaOne U-Boot bugs - please read
Quite a regular
Quite a regular


See User information
@TMTisFree

Unfortunately, documentation from VIA is not exactly forthcoming with information. I suspect that the battery is actually powering part of the VIA 686B, but why and how to prevent this I don't know.

Seriously, if you do want to contact me write me a mail. You're more likely to get a reply then.
Go to top
Re: AmigaOne U-Boot bugs - please read
Quite a regular
Quite a regular


See User information
Concerning the PS/2 init time: I think I have implemented a satisfactory solution. There is now a variable ps2_init with three possible values:

"always" (the default)
Tries to initialize the PS/2 keyboard in any case

"never"
Always skips the init. A handle-with-care case.

"auto"
Skips the PS/2 keyboard init if all of the below is true:
- stdin is not set to "ps2kbd"
- There is at least one other known device (usbkbd or catweasel)

This seems to work well, if set to auto and a usb keyboard is present, the PS/2 init is skipped.

Comments?

Seriously, if you do want to contact me write me a mail. You're more likely to get a reply then.
Go to top
Re: AmigaOne U-Boot bugs - please read
Home away from home
Home away from home


See User information
@Rogue

The problem can possibly be fixed using a diode, it will prevent current flow, to parts you don?t won?t to power up using the backup battery, but dido needs 0.6 VDC to allow current in correct direction, unless that problem it should work.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: AmigaOne U-Boot bugs - please read
Amigans Defender
Amigans Defender


See User information
@Rogue

Quote:
There is now a variable ps2_init


Sounds jolly good to me!

Chris

Go to top
Re: AmigaOne U-Boot bugs - please read
Just can't stay away
Just can't stay away


See User information
@Rogue i could kiss you for the ps2 init.

Go to top
Re: AmigaOne U-Boot bugs - please read
Quite a regular
Quite a regular


See User information
It's not really a bug per se, but how hard would it be to enable Sil3512 booting? I was under the impression the Sil3112 and Sil3512 were practically identical chips, would it just be a matter of changing the wanted PCI ID to recognise 3512 chips as well as 3112?

If it's not don't worry about it, but would be nice to boot off my SATA drive. :)

--
Ian Gledhill
ian.gledhill@btinternit.com (except it should be internEt of course...!)
Check out my company's shop: http://www.mutant-caterpillar.co.uk/shop/ - specialising in Sinclair Spectrums but will be adding Amigas!
Go to top
Re: AmigaOne U-Boot bugs - please read
Just can't stay away
Just can't stay away


See User information
@Spirantho

Hmmm if something like this comes, it will be time for me to change to SATA :D

Go to top
Re: AmigaOne U-Boot bugs - please read
Quite a regular
Quite a regular


See User information
@Rogue

I have just posted a 'bug' about uboot and Prefs/uboot showing different settings, but I don't know which program is at fault.

Peter Swallow

Eyetech A1XE-G3 800Mhz OS4.1
Towered A1200 OS3.9
Go to top
Re: AmigaOne U-Boot bugs - please read
Just popping in
Just popping in


See User information
@Spirantho

I second you with the Sil3114 which AFAIK is not bootable.

Bye,
TMTisFree

"Never ascribe to malice that which is adequately explained by incompetence." (Napol?on Bonaparte)
"I would love to change the world, but they won?t give me the source code." (Unknown)
Go to top
Re: AmigaOne U-Boot bugs - please read
Quite a regular
Quite a regular


See User information
@Kicko

Quote:
i could kiss you for the ps2 init.


Er, really I am totally straight...

@Spirantho

Quote:
It's not really a bug per se, but how hard would it be to enable Sil3512 booting?


To be honest, I don't know. I don't have the slightest clue about this. What I can do is try to put the PCI ID of the 3512 into the list of supported ID's and see whether that works or not (or rather, have someone with a 3512 test). Have you reported this to the bug tracker?

@Swoop

Sorry, but that is a problem with either U-Boot Prefs or idetool, so I can't do anything about it.

Seriously, if you do want to contact me write me a mail. You're more likely to get a reply then.
Go to top
Re: AmigaOne U-Boot bugs - please read
Quite a regular
Quite a regular


See User information
@Rogue

Quote:

Rogue wrote:
I suspect that the battery is actually powering part of the VIA 686B, but why and how to prevent this I don't know.


I don't have any slightest idea (as I no electronic engineer), but it can be for some function like the 'Wake on Lan' can't it ?

Back to a quiet home... At last
Go to top
Re: AmigaOne U-Boot bugs - please read
Quite a regular
Quite a regular


See User information
@Rogue

Quote:
@Swoop

Sorry, but that is a problem with either U-Boot Prefs or idetool, so I can't do anything about it.


But, do you know a man that can.

Peter Swallow

Eyetech A1XE-G3 800Mhz OS4.1
Towered A1200 OS3.9
Go to top
Re: AmigaOne U-Boot bugs - please read
Not too shy to talk
Not too shy to talk


See User information
@Rogue

Not sure if this is totally relevant to uboot but? Something I came across last time I changed a battery on a Micro A1-C. I saved my settings to a file using uboot prefs. But when I changed the battery and rebooted I discovered that not all the uboot settings had been saved and I was unable to boot my Micro-A1 from the HDD. Fortunately I had list of all my uboot settings printed and was able to recreate my uboot environment.

TrevorD

PS Just noticed posting 54 which may be the same problem?

AmigaOne X1000 betatester
Go to top
Re: AmigaOne U-Boot bugs - please read
Just popping in
Just popping in


See User information
@TrevorDick

Quote:
@Rogue

Not sure if this is totally relevant to uboot but? Something I came across last time I changed a battery on a Micro A1-C. I saved my settings to a file using uboot prefs. But when I changed the battery and rebooted I discovered that not all the uboot settings had been saved and I was unable to boot my Micro-A1 from the HDD. Fortunately I had list of all my uboot settings printed and was able to recreate my uboot environment


I can confirm this one. So can sundown and I'll bet many, if not ALL Micro owners.
I don't see how this is uboot prefs issue, frankly, since several things are often NOT getting set in uboot (not prefs) despite the changes the user makes.
I was advised to use uboot shell instead of the uboot UI and after making these changes, saving multiple times.
Finally...a save registered.
It was indicated to me that some NVRAM is flaky, but I have no way to know that for sure.

Is this occuring on XEs or only on the Micros?

#6

Go to top

  Register To Post
« 1 2 (3) 4 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project