Difference between revisions of "Setup"

From ArmadeusWiki
Jump to: navigation, search
(First StartUp)
Line 2: Line 2:
  
 
==First StartUp==
 
==First StartUp==
Just got your Armadeus board and want to start playing with it? Follow these quick steps to setup your environment accordingly:
+
Just got your Armadeus board and want to start playing with it? <br>
# Connect your APF to your development board (custom or [[APF9328DevLight|DevLight]]/[[APF9328DevFull|DevFull]]) (your system will be hereafter referred to as "the Target") --->> [[Image:Apf_on_devlight.png|40px]]
+
Follow these quick steps to setup your environment accordingly:
# Connect your PC (= "the Host") to your board with a [http://en.wikipedia.org/wiki/Null_modem null-modem RS232 cable] (only Rx/Tx/Gnd signals are needed). If you don't have a RS232 port on your Host, you can use a "USB <-> serial" converter (you'll still need the null-modem cable).
+
# Connect your APF module to your development/docking board (custom one or Armadeus official one) (your system will be hereafter referred to as "the Target")
 +
# Connect your PC (= "the Host") to your board with a [http://en.wikipedia.org/wiki/Null_modem null-modem RS-232 cable] (only Rx/Tx/Gnd signals are needed). If you don't have a RS-232 port on your Host, you can use a "USB <-> serial" converter (you'll still need the null-modem cable).
 
# [[Communicate | Install (minimum) tools to communicate with your APF from your Host.]]
 
# [[Communicate | Install (minimum) tools to communicate with your APF from your Host.]]
 
# [[Development_boards_power_supply | Connect the power supply to your development board.]]
 
# [[Development_boards_power_supply | Connect the power supply to your development board.]]
# Verify your system is booting by starting Linux: In U-Boot console, type "boot". Several information will be displayed on your terminal like on this [[Linux start screenshot | screenshot ]] (Default Linux login is "root" with an empty password). '''IF NOT''', walk through [[U-Boot communication quick check|this small checklist]].
+
# Verify your system is booting and starting Linux (In U-Boot console, type "boot" if bootdelay is too long). Several information will be displayed on your terminal like on this [[Linux start screenshot | screenshot]] (Default Linux login is "root" with an empty password). '''If your system is NOT starting''', walk through [[U-Boot communication quick check|this small checklist]].
 
# If Linux has successfully started, your system is operational. If you want to add applications to your board or develop custom ones, then you can proceed with the Toolchain installation. [[Setup#Basics | See Basics below]].
 
# If Linux has successfully started, your system is operational. If you want to add applications to your board or develop custom ones, then you can proceed with the Toolchain installation. [[Setup#Basics | See Basics below]].
  

Revision as of 17:00, 3 March 2011

On this page, you will find all the useful information to configure your Armadeus board for optimum usage.

First StartUp

Just got your Armadeus board and want to start playing with it?
Follow these quick steps to setup your environment accordingly:

  1. Connect your APF module to your development/docking board (custom one or Armadeus official one) (your system will be hereafter referred to as "the Target")
  2. Connect your PC (= "the Host") to your board with a null-modem RS-232 cable (only Rx/Tx/Gnd signals are needed). If you don't have a RS-232 port on your Host, you can use a "USB <-> serial" converter (you'll still need the null-modem cable).
  3. Install (minimum) tools to communicate with your APF from your Host.
  4. Connect the power supply to your development board.
  5. Verify your system is booting and starting Linux (In U-Boot console, type "boot" if bootdelay is too long). Several information will be displayed on your terminal like on this screenshot (Default Linux login is "root" with an empty password). If your system is NOT starting, walk through this small checklist.
  6. If Linux has successfully started, your system is operational. If you want to add applications to your board or develop custom ones, then you can proceed with the Toolchain installation. See Basics below.

Tutorial

If you want a more "userfriendly" procedure, you can try this (under construction) tutorial: Beginner's_tutorial

Basics for customizing your board

  1. Embedded Linux system basis
  2. Install the development environment (=Toolchain) for your board and generate your Linux/rootfs images
  3. Install/flash your U-Boot, Linux and rootfs freshly generated images on your board
  4. Customize your Armadeus SDK