On Mon, Dec 15, 2008 at 05:20:56PM +0800, Holden Hao wrote:
Coreboot-v1 is VERY old, IIRC it requires gcc 2.xx to compile. Perhaps I could talk you into using coreboot-v2 instead? I see that the Axus TC320 and Bcom WinNet 100 share the same hardware as your board, so porting your board shouldn't require much work. You can find a build tutorial here: http://www.coreboot.org/AXUS_TC320#Building_a_LinuxBIOS_image and various other resources by exploring around coreboot.org. If you need a hand, let us know!
I have already compiled an Coreboot rom and have burned it into a chip using a PROM burner. However, I could not see any output from the console. Reading the article from the other person who has successfully compiled Coreboot + Etherboot, the com port of the Acer WT 300 is in com 2 and not com 1. As I understand it, the default com port for coreboot is ttyS0. What option can I use to change the default console port to ttyS1? There seems to be no options for this from the Wiki page which lists the available options for Coreboot V2. My config file is below:
Try the attached patch, something like that should work (untested).
HTH, Uwe