Comparacion de cadenas Chibios y demas cosas de chibios muy sensillas realmente…

char comp_1[5];
char comp_2[5];
comp_1[0]=’G’;
comp_1[1]=’P’;
comp_1[2]=’G’;
comp_1[3]=’G’;
comp_1[4]=’A’;
*comp_2=*comp_1;
if(*comp_1==*comp_2){

 

static const SerialConfig sd2_config = {
  4800,
  LCR_WL8 | LCR_STOP1 | LCR_NOPARITY,
  FCR_TRIGGER0
};

sdStart(&SD1,&sd1_config);

 

 

YAGARTO Problemas

Esto es rapido, asi que este es el problema:

sync_with_child died before initialization

 

Y esta es la solución…

https://code.google.com/p/golangide/downloads/detail?name=msys-1.0.zip&can=2&q=label%3AOpSys-Windows

Parece ser que el problema era que el archivo ese, que viene con YAGARTO Tools esta jodido y no funciona con Windows 8.1

 

FIN.

Actualizacion de Wifly

Pasos a seguir para actualizar el Firmware de la WiFly.

Primero tomar en cuenta que no siempre se requiere de internet para hacerlo. Solo ocupamos un servidor FTP. Se redactara el como es que se tiene que configurar tanto tu equipo como tu radio para poder actualizar.

netsh wlan set hostednetwork mode=allow ssid=nombrered key=contraseñared
cambiamos el “ssid” y “key”
netsh wlan start hostednetwork
con esto la activamos

netsh wlan stop hostednetwo
la detenemos

Esqueleto para documentación.

Pin Muxes                                                       Release Notes
——————————————————————————-
Logic PD
Version:    1.0
Hardware:   OMAP-L138 SOM-M1, TMS320C6748 SOM-M1, and AM1808 SOM-M1
Date:       12/13/2011
——————————————————————————-
—————————
Table of Contents
—————————
0 Scope of Document
1 Installation Instructions
2 What’s New
3 How To
4 History
5 Known Issues
—————————
0) Scope of Document:
——————–
1) Installation Instructions:
—————————-
——————————————————————————-
2) What’s New:
————-
——————————————————————————-
3) How To:
———
——————————————————————————-
4) History:
———-
–) This is the initial version.
——————————————————————————-
5) Known Issues:
—————
–) There are no known issues.
——————————————————————————-
Copyright (c) 2011    Logic PD, Inc. All Rights Reserved.     http://www.logicpd.com

Today’s dead end….

Instalacion del servidor NFS:

apt-get install nfs-kernel-server

Creamos una carpeta y descomprimimos el archivo del sistema:

# mkdir /nfs 
# cd /nfs
# sudo tar xvf rootfs.tar.gz

Modificamos el archivo /etc/exports y agregamos lo siguiente al archivo:

 

/nfs 10.0.0.10(rw,no_root_squash)

iniciamos los servicios de nuevo:

# service portmap stop 
# service nfs-kernel-server stop
# service portmap start
# service nfs-kernel-serverstart

bootargs=console=ttyS2,115200n8 noinitrd rw mem=32M@0xc0000000 mem=64M@0xc4000000 root=/dev/mmcblk0p2

rootfstype=ext3 rootwait ip=off

Tutorial

https://linuxlink.timesys.com/webshare/2/index.pt/team533/factory/USB_Try_2/2/output/

https://linuxlink.timesys.com/docs/gsg/omapl138_exp

ok…lo que se necesita es generar un boot desde la SD… el problema es que necesito varias cosas:

http://processors.wiki.ti.com/index.php/OMAP-L138_Preparing_SD_Card_for_Boot Aqui dicen como
http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/t/207955.aspx Aqui este tipo tiene dudas que podrian ser las mias en los siguientes 5 minutos

Ire a windows a hacer lo de la SD boot… no funciona nada de lo que hago, asi que esto tiene que quedar ya para bien :3
http://e2e.ti.com/support/embedded/linux/f/354/t/72859.aspx

Buidlroot problem

 1) Fetch the patch
    wget -O matchbox-fix.patch http://git.buildroot.net/buildroot/patch/?id=51ef5b81224c243aa7f937c4690b1a120c81ccbc
 2) Go the Buildroot directory
    cd /the/path/to/your/buildroot/directory/
 3) Apply the patch
    cat /the/path/to/the/patch/matchbox-fix.path | patch -p1

yeah… trying to build a full system for the OMAP-L138…is a real pain in the ass to build a linux kernel by my own resources, so I found a while ago a tool named Buildroot, very usefull, and works just fine. Compile my kernel and makes everything go well if you don’t mess with graphics. Now I have 2 issues with this platform:

1)-The motherfkn bootloader doesn’t work. Does not charge the data from the SD and I blame the U-boot tool and my lack of knowledge and hability of over that tool.Just work if manually I make the load of the system from my “host” computer. The boot loader recognize the data in the SD but no the image of the OS.

2)- Not critical, but the graphics aren’t working well. This is the last time that I will ever use this platform, so I want to go graphics with this thing.

Xbee: S1 porque S2 no funciona de esa manera.

En las radios Xbee S1 con los siguientes comandos

Radio Base:

  1. atdl2222
  2. atmy1111
  3. atd03
  4. atit10
  5. atic18
  6. atir60
  7. atwr
  8. atcn

Radio Remota:

  1. atdl1111
  2. atmy2222
  3. atia1111
  4. atd04
  5. atwr
  6. atcn

Escenario:

Proposito:

Herramientas:

Resultados: