Skip to content

Commit

Permalink
add files for r1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epernia committed Jul 16, 2019
1 parent 1938d40 commit 7cf7b29
Show file tree
Hide file tree
Showing 128 changed files with 8,107 additions and 12 deletions.
20 changes: 10 additions & 10 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
BSD 3-Clause License

Copyright (c) 2019, Eric Pernia
Copyright (c) 2019, Eric Pernia and Martin Ribelotta.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Expand All @@ -26,4 +26,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
73 changes: 71 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,71 @@
# Software
Software for embedded systems development
# Paquete de herramientas listas para usar para la programación de las plataformas del Proyeto CIAA

## Herramientas contenidas

- Lanzador de aplicaciones.
- Entornos de programación en lenguaje C/C++:
- [Embedded IDE.](embedded-ide/README.md)
- [GNU MCU Eclipse.](eclipse/README.md)
- [IDE4PLC](ide4plc/README.md). Entorno de programación en lenguaje Ladder Diagram (IEC 61131-3).
- [CIAABOT IDE](ciaabot-ide/README.md). Entorno de programcación en lenguaje CIAABOT (basado en Blockly).
- GNU ARM Embedded. Toolchain.
- OpenOCD. Programación y depuración.
- Zenity. Generación de interfaces gráficas.

## Herramientas adicionales en la versión de Windows

- Terminal bpp, versióon 1.93b 20141030. Terminal serie.
- Busybox.

## Herramientas adicionales en la versión de Linux

- GTKterm.
- Cutecom.
- Git.

## Utilización

Debe descargar de **releases** la versión para Windows o Linux y descomprimir la carpeta en una ruta conocida, sin espacios y con los permisos adecuados. Se recomiendan:

- **Windows**. C:\CIAA\
- **Linux**. $HOME/CIAA/

Luego ingresar a la carpeta y ejecutar el lanzador de apliaciones.

**Nota:** Este lanzador *es necesario* debido a que se ejecutan los programas directamente sin utilizarlo les faltará a los mismos rutas necesarias en variable de entorno PATH.

**Lanzador de aplicaciones en Windows**

![launcher1-win](applauncher/docs/CIAA-folder-win.png)

Desde el lanzador puede ejecutar cualquiera de los programas desde los accesos:

![launcher-win](applauncher/docs/launcher-win.png)

**Primera vez en Windows**

La primera vez debe instalar los **drivers FTDI VCP** (desde el icono del lanzador de aplicacciones) para la EDU-CIAA-NXP o CIAA-NXP:

![FTDI-Win](applauncher/docs/FTDI-Win.png)

Presione "Extract" y luego instale el driver con todas las opciones por defecto.

Luego reemplazar el driver del dispositivo *Dual RS232HS (Interface 0)* con **Zadig**. Para lograrlo debe abrir zadig desde el lanzador de aplicaciones y luego en el menú "Optinos" presionar sobre "List all devices". En el combo seleccione el dispositivo "Dual RS232HS (Interface 0)" y presionar el botón "Replace Driver":

![Zadig-Win](applauncher/docs/Zadig-Win.png)

**Lanzador de aplicaciones en Linux**

![launcher1-linux](applauncher/docs/CIAA-folder-linux.png)

Desde el lanzador puede ejecutar cualquiera de los programas desde los accesos:

![launcher-linux](applauncher/docs/launcher-linux.png)

**Primera vez en Linux**

La primera vez debe instalar varias herramientas y programas necesarios mediante el icono **Install tools** del lanzador de aplicacciones (se requiere contraseña de administrador para este paso).

Luego debe instalar el **driver FTDI** para la EDU-CIAA-NXP o CIAA-NXP. Esto se logra abriendo **Embedded IDE** desde el lanzador de aplicaciones y presionando el botón "External tools" y luego "Install FTDI drivers":

![FTDI-Linux](applauncher/docs/FTDI-Linux.png)
Loading

0 comments on commit 7cf7b29

Please sign in to comment.