Differences

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

Link to this comparison view

tools:retrobsd [2015/03/09 07:02]
darron [Setup]
tools:retrobsd [2015/03/22 21:55]
Line 1: Line 1:
-==== RetroBSD ==== 
-<wrap right> 
-{{:tools:2.11bsd.jpg?100}} 
-</wrap> 
  
-RetroBSD is an embedded version of 2.11BSD for PIC32 micro-controllers. 
- 
-=== Setup === 
-<code> 
-cd /usr/local 
-wget https://github.com/downloads/jasonkajita/chipKIT-cxx/pic32-tools-chipKIT-cxx-master-Linux32-image-20120720.zip 
-unzip pic32-tools-chipKIT-cxx-master-Linux32-image-20120720.zip 
-</code> 
- 
-=== Checkout === 
-<code> 
-mkdir -p /embedded 
-cd /embedded 
-git clone https://github.com/RetroBSD/retrobsd.git 
-cd retrobsd 
-</code> 
-=== Build === 
-<code> 
-mkdir -p /embedded 
-cd /embedded 
-git clone https://github.com/RetroBSD/retrobsd.git 
-cd retrobsd 
-sed -i 's/(MAX32)/(SDXL)/' Makefile 
-make 
-</code>