On 31.1.2014 13:53, HacKurx wrote:
No way. You will need to use serial port. Just plug the header to mainboard and use some USB 2 serial from other computer (together with null modem cable) if you need more info please let me know.
Do you have any links, diagram or picture for this method? Thanks
Yes sure. You will need at least those things:
1) serial header connector
http://www.ebay.com/itm/DB9-Male-RS232-COM-Port-Serial-Header-Cable-for-Asus...
You can take any from some old motherboard. Usually there where two variants of pinout. The newer one fits the most mainboards. You need to plug it to a header on the f2a85-m board. (pin1 to the color stripe on the cable) I think it is called "COM header" in the manual.
2) null modem cross cable
The header from 1) needs to be plugged to 2)
This cable is very common. It is also called "crossed" cable with female/female 9 pin connector.
http://www.ebay.com/itm/Serial-RS232-Null-Modem-Cable-Female-to-Female-DB9-F...
(female / female)
3) USB to serial cable
Either find some other computer which has a serial header (and you will need second header from 1)) or buy this convertor. Most of them use pl2303 or ftdi chip which is well supported under linux.
http://www.ebay.com/itm/USB-to-RS232-Serial-Port-9-Pin-DB9-Cable-Serial-COM-...
4) other computer (any laptop/desktop)
Plug in the USB serial with all cables plugged, and use /dev/ttyUSB0
use "minicom" or "hyperterminal" if you use windows. Set it 115200 8N1 (8 byte 1 stop bit no parity)
You should see some output of coreboot. Capture it via (ctrl a l shortcut in minicom) to a file and send it back to list.
If is something unclear, please let us know. You need to make it up to next Friday. I will be then long time AFK and I will back in March.
Thanks Rudolf
2014-02-01 Rudolf Marek r.marek@assembler.cz:
You should see some output of coreboot. Capture it via (ctrl a l shortcut in minicom) to a file and send it back to list.
If is something unclear, please let us know. You need to make it up to next Friday. I will be then long time AFK and I will back in March.
Perfect thank you for this whole procedure. This is what I obtain:
My rom (with my vga bios): coreboot-4.0-5394-gba6b07e Thu Jan 30 19:48:58 CET 2014 starting... BSP Family_Model: 00610f31 cpu_init_detectedx = 00000000 agesawrapper_amdinitreset
Your rom (with your vga bios): coreboot-4.0-5310-g065289c Tue Jan 21 15:52:56 CET 2014 starting... BSP Family_Model: 00610f31 cpu_init_detectedx = 00000000 agesawrapper_amdinitreset
idwer rom (http://ra.openbios.org/~idwer/f2a85-m/coreboot_1002_990c.rom): coreboot-4.0-4745-g1ce4860-dirty Tue Oct 29 17:29:28 UTC 2013 starting... BSP Family_Model: 00610f31 cpu_init_detectedx = 00000000 agesawrapper_amdinitreset
Obviously this should be the processor that is the problem. Thanks,
Best regards,
HacKurx