Difference between revisions of "FAQ"

From ArmadeusWiki
Jump to: navigation, search
(Move assoc)
(39 intermediate revisions by 10 users not shown)
Line 4: Line 4:
 
The goal of this project is to allow everyone to easily develop embedded Open Source systems.
 
The goal of this project is to allow everyone to easily develop embedded Open Source systems.
 
When all the embedded systems in the world will run open source software, life will be better ;-)
 
When all the embedded systems in the world will run open source software, life will be better ;-)
+
 
===What does "Armadeus" mean ?===
+
"Armadeus" is the contraction of "ARM" and "Amadeus". Indeed we choosed ARM architecture for its symplicity and efficiency and our boards are as gifted to run embedded systems as Mozart was for composing music. Moreover, Armadeus project is born in 2006, year of the 250th Mozart's Birthday.
+
+
 
===How do I get help ?===
 
===How do I get help ?===
First take a look at the whole Wiki. If you can't find help contact us directly: [[Help:Contents]]. If you are located in France, we have members in Besançon, Montbéliard & Mulhouse who can provide you help. For Swiss members, we can provide help in Basel, Lausanne & Zürich.
+
First take a look at the whole Wiki. If you can't find help contact us directly: [[Help:Contents]]. If you are located in France, we have members in Besançon, Montbéliard & Mulhouse who can provide help. For Swiss members, we can provide help in Basel, Lausanne & Zürich.
  
==Hardware Questions==
+
=== Why are there http://armadeus.org and http://armadeus.com ? Is there a company backing/hiding behind the project? ===
  
===What does an Armadeus APF9328 board contain ?===
+
<http://armadeus.com> is the webpage dedicated to Armadeus Systems. <br>
The heart of the APF9328 board is a i.MXL processor from Freescale (ex Motorola) with an ARM920T core running at 200MHz. It has the following integrated peripherals:
+
The company develops and produces the main boards which are then available at a discount price to the association members (non commercial usage only!).  
* LCD controller (TFT, CSTN, STN)
+
* USB 1.1 device
+
* 2 x SPI
+
* I2C
+
* 2 x Serial
+
* MMC/SD controller
+
* Serial bootstrap mode (removing the need of JTAG interface)
+
* a lot of General Purpose Input/Output, depending on the configured peripherals
+
  
 +
Historically the Armadeus Project (association) was founded before Armadeus Systems (company).  <br>
 +
After one year of existence we realized that it was quite impossible to achieve our goals without investing more time and more cash. That's why the company was founded.
  
Around this processor, the board is equipped with:
+
The association was started for our own pleasure and also to help universities and enthusiasts develop Linux embedded systems.  <br>
* 16MBytes of high speed SDRAM
+
It is a non profit association and works mostly on founders' free time.
* 8MBytes of NOR Flash
+
* 10/100Mbits Ethernet controller
+
* Xilinx Spartan3 FPGA (optional)
+
* an ADC and a DAC (optional)
+
* level converters for serial, USB and Ethernet
+
* 2 connectors for accessing main signals
+
  
 +
The developments (hardware/firmware/software) performed within the association are under GPL/LGPL licence.  <br>
 +
The hardware funded by the association can not be used in a commercial product.
  
Have a look at this link for more informations: [http://www.armadeus.com/downloads/apf9328/documentation/dataSheet_APF9328.pdf]
+
=== Is there some rule to respect to contribute to the wiki? ===
 +
Yes there are few rules that help you to contribute to update the wiki there: [[WritingRules |HowTo write articles for armadeus wiki]]
  
===What is the DevLight board ?===
+
==Hardware Questions==
APF9328 boards were designed to be as small as possible and ready to be embedded on any systems. So an APF9328 is not usable alone. You should see it much more like a module you can plug in everywhere.
+
===Are the Armadeus boards RoHS compliant ?===
To develop for APF9328 boards you can either develop your own "motherboard" and plug the APF9328 into it or use the one we develop for our needs.
+
Yes
Currently only the DevLight board is available. It contains:
+
* a serial connector
+
* an USB connector
+
* an Ethernet connector
+
* a prototype zone to test your developments
+
* a DC power regulator
+
  
For more informations look at here:
+
===I have an APF27 kit and my 7" Chimei LW700 LCD is blinking (RGB colors), what can I do ?===
[http://www.armadeus.com/downloads/apf9328DevLight/documentation/dataSheet_APF9328_DevLight.pdf]
+
You're probably running an old (< 3.3) Armadeus BSP release and so default LCD is Sharp LQ043. You have to change your Linux configuration to support your LCD. Please follow instructions on [[FrameBuffer|this page]].
  
A DevFull board is currently in production and will contain:
+
== Gateware Questions (FPGA) ==
* an AC97 + touchscreen chip
+
* 4 more serial ports
+
* a MMC connector
+
* ...
+
  
===Are the Armadeus boards RoHS compliant ?===
+
=== My bitstream break my APF ===
Yes
+
 
 +
If you are using ISE13.x or upper, there is a bug loading script TCL file. When design is generated by POD, a script is sourced to make bitstream (myproject.tcl), the source commande ignore the constraint file (ucf) and FPGA pinout is done randomly. To avoid this, once tcl script sourced, re-run all design.
  
 
==Software Questions==
 
==Software Questions==
<br>
+
===Where are the sources ?===
<br>
+
We have a project on SourceForge: http://sourceforge.net/projects/armadeus/ with a [[GIT]] repository.
 +
 
 +
===What are the performances of your board ?===
 +
[[Performances | Wiki page talking about board performances]]
 +
 
 +
===How do I get help/support===
 +
[[Help:Contents]]
 +
 
 +
=== How to register my interrupt routine in Linux application ? ===
 +
[[How to register my interrupt routine in Linux application ?]]
 +
 
 +
=== How to launch my application at startup ? ===
 +
See [[Automatically_launch_your_application | Automatically launch your application]] page.
 +
 
 +
===U-Boot seems ok but prints: *** Warning - bad CRC, using default environment - Is there something wrong?===
 +
Everything is ok. It is an U-Boot feature that happens if the environment partition is empty.<br>
 +
Please read the U-Boot FAQ on this issue: http://www.denx.de/wiki/view/DULG/WarningBadCRCUsingDefaultEnvironment
  
[[Image:FrenchFlag.png]][[Fr:FAQ | Cette page en Français]]
+
{{LanguageBar|FAQ|FAQ|FAQ}}

Revision as of 09:33, 9 September 2021

General Questions

What is the "Armadeus Project" intended for ?

The goal of this project is to allow everyone to easily develop embedded Open Source systems. When all the embedded systems in the world will run open source software, life will be better ;-)

How do I get help ?

First take a look at the whole Wiki. If you can't find help contact us directly: Help:Contents. If you are located in France, we have members in Besançon, Montbéliard & Mulhouse who can provide help. For Swiss members, we can provide help in Basel, Lausanne & Zürich.

Why are there http://armadeus.org and http://armadeus.com ? Is there a company backing/hiding behind the project?

<http://armadeus.com> is the webpage dedicated to Armadeus Systems.
The company develops and produces the main boards which are then available at a discount price to the association members (non commercial usage only!).

Historically the Armadeus Project (association) was founded before Armadeus Systems (company).
After one year of existence we realized that it was quite impossible to achieve our goals without investing more time and more cash. That's why the company was founded.

The association was started for our own pleasure and also to help universities and enthusiasts develop Linux embedded systems.
It is a non profit association and works mostly on founders' free time.

The developments (hardware/firmware/software) performed within the association are under GPL/LGPL licence.
The hardware funded by the association can not be used in a commercial product.

Is there some rule to respect to contribute to the wiki?

Yes there are few rules that help you to contribute to update the wiki there: HowTo write articles for armadeus wiki

Hardware Questions

Are the Armadeus boards RoHS compliant ?

Yes

I have an APF27 kit and my 7" Chimei LW700 LCD is blinking (RGB colors), what can I do ?

You're probably running an old (< 3.3) Armadeus BSP release and so default LCD is Sharp LQ043. You have to change your Linux configuration to support your LCD. Please follow instructions on this page.

Gateware Questions (FPGA)

My bitstream break my APF

If you are using ISE13.x or upper, there is a bug loading script TCL file. When design is generated by POD, a script is sourced to make bitstream (myproject.tcl), the source commande ignore the constraint file (ucf) and FPGA pinout is done randomly. To avoid this, once tcl script sourced, re-run all design.

Software Questions

Where are the sources ?

We have a project on SourceForge: http://sourceforge.net/projects/armadeus/ with a GIT repository.

What are the performances of your board ?

Wiki page talking about board performances

How do I get help/support

Help:Contents

How to register my interrupt routine in Linux application ?

How to register my interrupt routine in Linux application ?

How to launch my application at startup ?

See Automatically launch your application page.

U-Boot seems ok but prints: *** Warning - bad CRC, using default environment - Is there something wrong?

Everything is ok. It is an U-Boot feature that happens if the environment partition is empty.
Please read the U-Boot FAQ on this issue: http://www.denx.de/wiki/view/DULG/WarningBadCRCUsingDefaultEnvironment

Other languages:

English Flag.svg English  •  French Flag.svg Français