Neues user

Begonnen von bingo600, 20. Nov 2012, 22:41

« vorheriges - nächstes »
Nach unten

bingo600

Hallo forum

Ich komme von Dänemark, und meiner schule deutch sind nicht gut  :)

Ich habe gestern einer 1-pack Bettys bestellt von asgard , und warte die ankunft nach Dänemark.
Hoffentlich im 8..10 tages zeit.

Ich habe die Boop trunk angepasst zum die neue Codesourcery arm-none-eabi toolchain.
Aber habe kein hw zum testen am  :(

Sind die forum interssiert im die änderungen ?

mfg
Bingo

ocalex

Ich denke es ist besser, wenn du in englisch schreibst...

I think its better to write in english... If you can.

bingo600

That would be great to write in english.

I can read german quite ok , but writing is not good (i know)  :D
Well i only had it for 2 years in school.

/Bingo

ocalex

German is not so easy, i know... but for two years it wasnt bad. I had french for four years and can't speak any word... Back to topic, you've checked out the trunk build and adapted it to the arm-none-eabi toolchain, right? I'm sorry, but I can't help with hardware to test thad, because i've also ordered an betty-pack from asgard a few days ago and i'm an absolute newbie in the betty (and ARM) topic... But I hope somebody can help you..

alex

bingo600

I'll just wait for the 16 units to arrive.

But it seems like you'd need to  get an old 4.11 toolchain if you want to use the "stock" makefiles.
I'd like to see if i can use either Codesourcery or the one from launchpad.
https://launchpad.net/gcc-arm-embedded

I have several Jtags , including "Raw" FTDI-FT2232H's

I'm 90% linux based (Boot windows maybe every 2'nd week) , so i face some challenges .. Especially in the debugging area.


/Bingo


bingo600

Update ...

Got my Bettys today - Thnx asgaard

/Bingo

bingo600

I have succeded in compiling the boop/trunk under Linux (Ubuntu 10.04)

I didn't succed in using Codesourcery Lite , maybe because it hasn't got any interwork libraries.

So i used the suggested Ronetix Toolchain from here
http://download.ronetix.info/toolchains/arm/ronetix-gnutools-arm-elf-4.1.1-linux.tar.bz2

Extract the above toolchain somewhere.

I had to modify a bit in the makefile , so copy the Makefile.local from the makefiles-trunk.zip into the boop/trunkdir.

Adapt the below line in the Makefile.local , po point at where the armlelf directory of the toolchain is
ARMBASE = ${HOME}/arm/arm-gcc/arm-elf

Do a : make clean all

Connect your 3v3 serialadapter to the Betty (I had to cross the RX & TX lines)
Put your Betty in bootloader mode (I do it manually)

1: Connect Bootloader-pin to Gnd
2: Connect Reset-Pin to Gnd
3: Disconnect Reset-Pin from Gnd
4: Disconnect Bootloader-pin from Gnd

First now ... Start the lpctool program

lpctool -d /dev/ttyUSB0 -i -v -e -a boop_rom.bin

And away you go .....

After the Upload , connect/disconnrct reset to Gnd , and Betty shows.


Hope it helps a bit

/Bingo

bingo600

More files

Including a working firmware , made today

Ohh the lpctool binary is build under Ubuntu 10.04 32-bit

/Bingo

bingo600

I succeded in getting Codesourcery to compile also

I added -nostartfiles and -mthumb-interwork

LDFLAGS = -mthumb-interwork -nostartfiles -Xlinker -Map -Xlinker boop.map -Tlpc2220_rom.ld

And added a section to the linkerfile


/Bingo

swausd

Hi Bingo600,

I am using the current Yagarto-Environment and I am quite happy with it. On this forum http://www.mikrocontroller.net/topic/274543?goto=2939314#2939314 is a discussion to implement a little OS, so Betty can be used as an ARM learning platform. May be this ist interessting for your too. Just go to the end of the thread and work your way back to ignore the "noise".

Nochmal in Klartext, damit es jeder verstehen kann:
ich benutze die aktuelle Yagarto Umgebung und bin damit ganz zufrieden. In diesem Forum http://www.mikrocontroller.net/topic/274543?goto=2939314#2939314 läuft eine Diskussion, um der Betty ein kleines OS zu verpassen, damit sie als ARM Lehr- bzw. Lernplattform benutzt werden kann. Am Besten hinten im Thread anfangen, um dem Rauschen zu entgehen ;-)

Greetings

Siegfried

bingo600

#11
30. Nov 2012, 23:30 Last Edit: 01. Dez 2012, 00:50 by bingo600
Hi Siegfried

Thanx , but i know that url WS pointed me to it here  ;)

http://www.mikrocontroller.net/topic/278675#2938127

I actually got the Bettys as a remote to my upcomming homeautomation , where i use RFM12 433Mhz radios. The Bettys are perfect as user interface & displayunits.

Now i need some guidance in the Menu system & in the CC1100 to RFM12 communication.


/Bingo

Nach oben