Difference between revisions of "Start developing under IGEP Technology"
From IGEP - ISEE Wiki
(→See also) |
m |
||
Line 2: | Line 2: | ||
|- | |- | ||
| | | | ||
− | ====== IGEP Technology | + | ====== IGEP Technology Devices Guides ====== |
− | '''[[ | + | '''[[IGEP Technology devices|Main Pages]]''' |
− | *'''[[ | + | *'''[[IGEP Technology Devices Guides|Getting started with..]]''' |
− | *'''[[ | + | *'''[[IGEP Technology Devices Guides|What can I do with..]]''' |
*'''Start developing''' | *'''Start developing''' | ||
Line 17: | Line 17: | ||
{| cellspacing="0" cellpadding="5" border="1" align="center" width="100%" style="text-align: left;" | {| cellspacing="0" cellpadding="5" border="1" align="center" width="100%" style="text-align: left;" | ||
|- | |- | ||
− | | bgcolor="#cccccc" |'''Start developing under IGEP Technology''' | + | | bgcolor="#cccccc" |'''Start developing under IGEP Technology - Part 3/3''' |
|- | |- | ||
| It is recommended that you '''follow the [[:Category:Tutorials#IGEP Technology guides|previous chapters]]''' of this guide before continuing with this tutorial. | | It is recommended that you '''follow the [[:Category:Tutorials#IGEP Technology guides|previous chapters]]''' of this guide before continuing with this tutorial. |
Revision as of 19:17, 23 April 2012
IGEP Technology Devices Guides
|
Start developing under IGEP Technology - Part 3/3 |
It is recommended that you follow the previous chapters of this guide before continuing with this tutorial. |
Contents
[hide]
SDK and other developing tools
Cross compiling
- You can generate executables for an embedded system or a diferent architecture from which the compiler is running | Cross compile the Linux Kernel | How to setup a cross compiler
Virtualization
- QEMU is a generic and open source machine emulator and virtualizer. You can add support for IGEP Processor Boards.
Interacting with your board
- Communications:
- Use SSH to communicate and transfer files between your computer and a IGEP Processor Board via SCP
- Use USB Ethernet Gadget to communicate
- Use serial debug port to communicate
(work in progress article!)
Multiplexor configuration
- Communications: How to change the mux configuration
(work in progress article!)
Create a bootable MicroSD
You can create a bootable MicroSD card (with two different partitions: boot and rootfs) in your host PC or you can directly update to the latest firmware release and use it with any of these software distributions.
Once you have created the MicroSD card, you can boot your IGEP Processor Board from it and enjoy your new firmware version.
You can also flash this firmware to the IGEP Processor Board flash memory, so the next time you boot the board you can do it without any MicroSD.
Bootloaders & Root File System
- Bootloaders: Bootloaders
- Kernel: The Linux kernel
- Root File System: Software distributions
- Kernel Modules:
(work in progress article!)
Boot order
By default, if you power up your board it will run the pre-installed software on the flash. But all IGEP Processor Boards can boot from many peripherals, such Serial Port, MicroSD Card, Flash, etc.
For example, you can create and boot from a MicroSD card by inserting it to the card reader of your IGEP Processor Board, as it has more priority than the flash (Boot device priority).
Run on startup applications
(work in progress article!)
Software distributions
Work in progress article
The purpose of this article is to create a page with explanations and links to all the main developing resources and the environment in the IGEP Wiki Labs.
This is a work in progress article, so you can also contribute to build this article!