Bootstrapping PXA27M modules: Difference between revisions

From Phobos Wiki
Jump to navigation Jump to search
(checkout gw6 from svn)
m (install dev env)
Line 10: Line 10:
  cd Telem-GW6
  cd Telem-GW6
  svn checkout svn://10.0.0.42/Telem-GW6
  svn checkout svn://10.0.0.42/Telem-GW6
* Install Development environment
sudo ./Bootstrapper --install

Revision as of 16:00, 17 June 2011

Setup your system

  • Ubuntu linux
    • Install it!
  • A SVN client
sudo apt-get install esvn
  • TFTP server
sudo apt-get install tftpd-hpa
  • Checkout Telem-GW6 from SVN
mkdir Telem-GW6
cd Telem-GW6
svn checkout svn://10.0.0.42/Telem-GW6
  • Install Development environment
sudo ./Bootstrapper --install