Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:retrobsd [2015/03/09 07:25] – [Test] darron | tools:retrobsd [2015/03/22 21:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== RetroBSD ==== | ==== RetroBSD ==== | ||
<wrap right> | <wrap right> | ||
- | {{: | + | {{: |
+ | \\ \\ | ||
+ | {{: | ||
</ | </ | ||
Line 59: | Line 61: | ||
=== Build === | === Build === | ||
- | Building will create the unix boot image and the SDcard | + | Building will create the unix boot image and the SD card image for the system. |
< | < | ||
make cleanall | make cleanall | ||
Line 72: | Line 74: | ||
</ | </ | ||
- | 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. |
+ | |||
+ | < | ||
+ | pic32prog -d / | ||
+ | Programmer for Microchip PIC32 microcontrollers, | ||
+ | Copyright: (C) 2011-2014 Serge Vakulenko | ||
+ | Adapter: STK500v2 Bootloader | ||
+ | | ||
+ | Processor: Bootloader | ||
+ | Flash memory: 512 kbytes | ||
+ | Boot memory: 12 kbytes | ||
+ | Data: 157004 bytes | ||
+ | Erase: done | ||
+ | Program flash: ####################################### | ||
+ | | ||
+ | Rate: 40790 bytes per second | ||
+ | </ | ||
+ | |||
+ | === Login === | ||
+ | |||
+ | A virtual com port should have been detected after installation. | ||
+ | |||
+ | The kernel will log something similar to the following. | ||
< | < | ||
- | pload program / | + | usb 1-1.4: new full-speed USB device number 12 using dwc_otg |
- | Total: 157004 | + | usb 1-1.4: New USB device found, idVendor=04d8, |
- | Time: 0:08.45s | + | 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: | ||
+ | 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 | ||
</ | </ | ||
- | ==== Test ==== | + | Connecting |
- | Connect | + | |
< | < | ||
screen / | screen / |