Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:retrobsd [2015/03/09 10:32]
darron
tools:retrobsd [2015/03/22 21:55] (current)
Line 61: Line 61:
  
 === Build === === Build ===
-Building will create the unix boot image and the SDcard image for the system.+Building will create the unix boot image and the SD card image for the system.
 <code> <code>
 make cleanall make cleanall
Line 92: Line 92:
 </code> </code>
  
-=== Test === +=== Login === 
-Connect with a terminal emulator to the virtual com port and press enterthe system should now boot.+ 
 +A virtual com port should have been detected after installation. 
 + 
 +The kernel will log something similar to the following. 
 +<code> 
 +usb 1-1.4: new full-speed USB device number 12 using dwc_otg 
 +usb 1-1.4: New USB device found, idVendor=04d8, idProduct=000a 
 +usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 
 +usb 1-1.4: Product: RetroBSD Console 
 +usb 1-1.4: Manufacturer: Microchip Technology Inc. 
 +cdc_acm 1-1.4:1.0: This device cannot do calls on its own. It is not a modem. 
 +cdc_acm 1-1.4:1.0: ttyACM0: USB ACM device 
 +</code> 
 + 
 +Connecting with a terminal emulator to the virtual com port and pressing enter will boot the system.
 <code> <code>
 screen /dev/ttyACM0 115200 screen /dev/ttyACM0 115200