Setup
From ArmadeusWiki
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:
- Connect your APF to your development board (custom or DevLight/DevFull) (your system will be hereafter referred to as "the Target") --->>
- Connect your PC (= "the Host") to your board with a 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).
- Install (minimum) tools to communicate with your APF from your Host.
- 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 screenshot (Default Linux login is "root" with an empty password). IF NOT, walk through 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. See Basics below.
Tutorial
If you want a more "userfriendly" procedure, you can try this (under construction) tutorial: Beginner's_tutorial