From 0d23ac4adb60ec3395b3e4115fa15a83e54c1db9 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Thu, 6 Feb 2014 20:50:55 +0100 Subject: OSELAS.BSP-EnergyMicro-Gecko: fix wrong versions in README --- README | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README b/README index a5d9c09..b73ba09 100644 --- a/README +++ b/README @@ -14,8 +14,10 @@ The newer firmware 0v9p10b929 does not work. install toolchain ----------------- -This BSP is created for OSELAS.Toolchain-2012.12. You can build it -yourself using the following commands: +This BSP is created for OSELAS.Toolchain-2012.12. Either use a binary toolchain +(e.g. from http://debian.pengutronix.de/debian, package +oselas.toolchain-2012.12.0-arm-cortexm3-eabi-gcc-4.7.2-newlib-1.19.0-binutils-2.22) or +you can build it yourself using the following commands: wget http://www.pengutronix.de/oselas/toolchain/download/OSELAS.Toolchain-2012.12.0.tar.bz2 wget http://www.ptxdist.org/software/ptxdist/download/ptxdist-2012.12.0.tar.bz2 @@ -47,12 +49,14 @@ Then build the toolchain Now go and get you a cup of coffee. -install ptxdist 2013.01.0 +install ptxdist 2013.07.1 ------------------------- - wget http://ptxdist.de/software/ptxdist/download/ptxdist-2013.01.0.tar.bz2 - tar xjf ptxdist-2013.01.0.tar.bz2 - cd ptxdist-2013.01.0 +Note, for building the BSP you need a different ptxdist version than for the toolchain. + + wget http://ptxdist.de/software/ptxdist/download/ptxdist-2013.07.1.tar.bz2 + tar xjf ptxdist-2013.07.1.tar.bz2 + cd ptxdist-2013.07.1 ./configure && make sudo make install @@ -60,10 +64,10 @@ building -------- cd /path/to/OSELAS.BSP-EnergyMicro-Gecko - ln -s /usr/local/bin/ptxdist-2013.01.0 p + ln -s /usr/local/bin/ptxdist-2013.07.1 p ./p select configs/ptxconfig - ./p platform configs/platform-energymicro-efm32gg-dk3750/platformconfig ./p toolchain /opt/OSELAS.Toolchain-2012.12.0/arm-cortexm3-uclinuxeabi/gcc-4.7.2-uclibc-0.9.33.2-binutils-2.22-kernel-3.6-sanitized/bin + ./p platform configs/platform-energymicro-efm32gg-dk3750/platformconfig ./p images This takes some time now. After ptxdist completed and you plugged your Gecko -- cgit v1.2.3