Bootstrapping PXA27M modules: Difference between revisions
Jump to navigation
Jump to search
m (install dev env) |
(minicom setup, formatting) |
||
Line 1: | Line 1: | ||
== Setup your system == | == Setup your system == | ||
=== Ubuntu linux === | |||
** Install it! | ** Install it! | ||
=== A SVN client === | |||
sudo apt-get install esvn | sudo apt-get install esvn | ||
=== TFTP server === | |||
sudo apt-get install tftpd-hpa | sudo apt-get install tftpd-hpa | ||
=== Checkout Telem-GW6 from SVN === | |||
mkdir Telem-GW6 | mkdir Telem-GW6 | ||
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 | sudo ./Bootstrapper --install | ||
=== Set up minicom === | |||
sudo minicom -s | |||
* Serial port setup | |||
** 38400 8N1, No flow control | |||
* Modem and dialling | |||
** clear '''Init string''' | |||
* Save setup as.. | |||
** name as '''gw6uboot''' |
Revision as of 08:39, 20 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
Set up minicom
sudo minicom -s
- Serial port setup
- 38400 8N1, No flow control
- Modem and dialling
- clear Init string
- Save setup as..
- name as gw6uboot