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 07:50]
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 74: Line 74:
 </code> </code>
  
-Next, Hold the PROG button and toggle RESET on the SDXL board to enter the boot laoder. We will use [[:projects:pickle|Pickle]] pload to install the kernel.+Next, Hold the PROG button and toggle RESET on the SDXL board to enter the boot laoder. We will use [[:tools:pic32prog|PIC32Prog]] to install the kernel
 + 
 +<code> 
 +pic32prog -d /dev/ttyACM0 ./sys/pic32/sdxl/unix.hex 
 +Programmer for Microchip PIC32 microcontrollers, Version 1.119M 
 +    Copyright: (C) 2011-2014 Serge Vakulenko 
 +      Adapter: STK500v2 Bootloader 
 + Program area: 1d000000-1d07ffff 
 +    Processor: Bootloader 
 + Flash memory: 512 kbytes 
 +  Boot memory: 12 kbytes 
 +         Data: 157004 bytes 
 +        Erase: done 
 +Program flash: ####################################### done 
 + Verify flash: ####################################### done 
 +Rate: 40790 bytes per second 
 +</code> 
 + 
 +=== Login === 
 + 
 +A virtual com port should have been detected after installation. 
 + 
 +The kernel will log something similar to the following.
 <code> <code>
-pload program /dev/ttyACM0 sys/pic32/sdxl/unix.hex 24 +usb 1-1.4: new full-speed USB device number 12 using dwc_otg 
-Total157004 +usb 1-1.4New USB device found, idVendor=04d8, idProduct=000a 
-Time: 0:08.45s+usb 1-1.4New USB device strings: Mfr=1, Product=2, SerialNumber=0 
 +usb 1-1.4Product: 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> </code>
  
-==== Test ==== +Connecting with a terminal emulator to the virtual com port and pressing enter will boot the system.
-Connect with a terminal emulator to the virtual com port and press enterthe system should now boot.+
 <code> <code>
 screen /dev/ttyACM0 115200 screen /dev/ttyACM0 115200