Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
17 user(s) are online (8 user(s) are browsing Forums)

Members: 0
Guests: 17

more...

Support us!

Headlines

 
  Register To Post  

USB keyboards and Uboot - on a Sam460ex
Not too shy to talk
Not too shy to talk


See User information
Having some problems using keyboard with Uboot that is preventing me from... installing new uboot with better keyboard support

I am aware it's fussy about what keyboards it supports. I have some that it just fails to see at all.

But the others I have that let me press a key to get to the uboot setting or console... they work for the first keypress. Then immediately stop working again.

Do i just have to keep searching for an old keyboard that works? Or is there a trick to make these 'almost works' keyboards... work?

Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Just popping in
Just popping in


See User information
@NinjaCyborg
I have the exact same problem after updating to the latest Sam460ex firmware soon two months ago. Tried to buy a brand new keyboard as suggested by Acube also, but to no avail. Had some writing with Acube about it, and it ended up in me receiving an older firmware which *should* work.
But since it requires me to TFTP boot the Sam460 to start the firmware downgrade I still need a working keyboard. So that kind of blocks/contradicts itself.

So still waiting on a reply on second week on how to proceed from here. I'm stuck as you are :-/

Perhaps anyone with a working latest SAM460ex firmware with working keyboard can tell which keyboard they are using - although it is kind of a bummer to have to shell out for a new USB keyboard just because you updated the computer firmware.

- Thomas
Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Not too shy to talk
Not too shy to talk


See User information
Oh wow... I'm on old firmware trying to update to the latest one which I just bought..

Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Just popping in
Just popping in


See User information
@NinjaCyborg
Are you on one of the newer "grey background" versions?
I came from one of the old "black background" versions which worked fine for me.

- Thomas
Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Just popping in
Just popping in


See User information
@graff

it's possible to do the u-boot update/downgrade via serial terminal, connectiong a null modem cable to a PC, settings 115200 8N1.

In order to do the update from the serial terminal, under AmigaOS4.1, you need to enter before the following commands from the Shell:

nvsetenv stdin serial
nvsetenv stdout serial

and then reboot.

From this point, when back to u-boot, you can stop the boot sequence pressing 'q' key at the countdown, then enter the commands to upgrade/downgrade u-boot via TFTP.

When finished, reboot to AmigaOS4.1 and from Shell enter:

nvsetenv stdin usbkbd
nvsetenv stdout vga

to restore the original settings.

Hope this helps

Max Tretene, ACube Systems Srl, Soft3
Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Just popping in
Just popping in


See User information
@m3x
Awesome, thanks!
I'll try this out as soon as I have some spare hours for setting it up!

- Thomas
Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Not too shy to talk
Not too shy to talk


See User information
i tried many times to use a serial to USB cable to connect the only other machine i have but it never worked.

Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Home away from home
Home away from home


See User information
@NinjaCyborg

must be null modem cable, not a straight through Cable.

use putty on the PC.

to open a serial shell on AmigaOS

you can wrote the folling in shell:

newshell aux:

i have that in my user-startup, so always have a shell, I can access the computer, if the gfx has locked up.
useful for debuging.

Not sure if AmigaOS support USB2SER addapters, but my PC does.
and so I use the onboard serial port header on my AmigaONE.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Not too shy to talk
Not too shy to talk


See User information
Yes I know. i have null modem to USB. Plug the USB end into windows laptop. Never works.

Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Home away from home
Home away from home


See User information
@NinjaCyborg
Still something wrong then, it should work if: cable correct one and working (check it firstly, double check, that it not casuall null modem from shop - they call it null modem, but they not null modem ones, you need to fix them). Then be 100% sure you setup correctly putty. I wrote article about long ago with all steps and explains, checked that one ? : https://wiki.amigaos.net/wiki/Advanced_Serial_Debugging_Guide

And if you still sure you made all alright and correctly, and this not work, then your serial port died. But i never heard of any burned serial port on any NG hardware, so still: double recheck cable and puttys settings (if putty settings for serial baud and co are wrong, also nothing will show up)

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Not too shy to talk
Not too shy to talk


See User information
@kas1e

Thanks and I used your guide first time around when i spent many hours trying to make it work. I know very well how to use putty but no luck.

Anyway the root cause of the issue is not that, the root cause is the keyboard problem. I don't understand how the keypress can work to stop the boot sequence, take me to console, but then no more keypresses work. I had that with 3 different keyboards including the dumbest one i could find with no hub or compound features.

Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Not too shy to talk
Not too shy to talk


See User information
@LiveForIt

Quote:
i have that in my user-startup, so always have a shell, I can access the computer, if the gfx has locked up. useful for debuging.


Great tip! Thanks. I'll try this one. I've got that one Workbench which almost always freezes on boot so be good to "talk" to it. I'm sure WaitTOF() is going dead, after writing some test code, but be good to command it after it locks up since the system is still ticking away.

Quote:
Not sure if AmigaOS support USB2SER addapters, but my PC does. and so I use the onboard serial port header on my AmigaONE.


That's a good question. I suspect not but OS4 does have some generic drivers for devices like floppy. You know I don't even think I thought of testing this. Or didn't bother. It's just I'm always going from Amiga machine to terminal so didn't need it.

Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Home away from home
Home away from home


See User information
@Hypex

Well the graphics looks it’s not normally because of WaitTOF,
but its often a bug inside a bitmap lock()/unlock() peer or intuition lock()/unlock(). Can be other things as well,
like Layers lock()/unlock(), or Screen lock()/unlock().

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: USB keyboards and Uboot - on a Sam460ex
Just popping in
Just popping in


See User information
@m3x

The TFPT firmware downgrade worked a charm with serial cable from PC as stdin and stdout in UBoot.
Thanks for the tip!

And with the older firmware back in my SAM460ex my USB keyboards are working again in UBoot .
So it seems I have to stay on the old firmware for now. But good thing is I didn't really need it. I mostly wanted to keep up-to-date and support the maintenance work.
So next update, perhaps

At any rate, thanks for keeping the ball rolling!

- Thomas
Go to top

  Register To Post

 




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




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project