Thread: new project
View Single Post
  #2   (View Single Post)  
Old 5th June 2011
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Quote:
Originally Posted by wlm2 View Post
...when the board is after the installation process, is not detecting the installation drive.
Code:
01F0 Master 044A CF CARD 4GB 
Phys C/H/S 1966/16/63 Log C/H/S 983/32/63 
Using drive 0, partition 3; 
Loading;... 
probing: pc0 com0 pci mem[640K 255M a20=on] 
disk: hd0 
>> OpenBSD/i386 BOOT 3.01 
boot> 
booting hd0a:/bsd: 5665588+872060 [52+291168+272312]=0x6c5c70 
entry point at 0x200120
First of all, welcome!

I assume you are connecting to the board via a serial cable. If so, you are probably wanting to change system output to a serial console rather than the default (keyboard & monitor). Serial consoles are enabled during installation by answering "yes" to the displayed question:
Code:
Change the default console to com0? [no]
When answered "yes", you will then be prompted for the baud rate. I l believe this will be 38400 as with the Alix2 series, but you should verify on PC Engines' Website.

More information & context on the installation process can be found in Section 4.5.2 of the FAQ.
Reply With Quote