Hi All,
I'm not 100% sure this is the right place to post this really, maybe someone can point me in the right direction if I'm in the wrong place.
I'm trying to build the Osmocom SIMtrace firmware, but so far I'm not having much luck
When I try to make it I get the following output: -
make -f Makefile.dfu BOARD=OLIMEX
-------- begin (mode: RUN_FROM_ROM) -------- arm-elf-gcc (GCC) 4.0.2 Copyright © 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
scripts/mkcompile_h > include/compile.h svn: '.' is not a working copy svn: warning: '.' is not a working copy make: *** No rule to make target `src/simtrace/usb_strings_dfu.txt', needed by `src/simtrace/usb_strings_dfu.h'. Stop.
Has anyone got any ideas how I might be able to fix this?
Thanks,
Simon
On Thu, Dec 09, 2010 at 12:27:25PM +0000, Simon Barnett wrote:
I'm trying to build the Osmocom SIMtrace firmware, but so far I'm not having much luck
As indicted in private mail: There was one file missing from the git tree, it has been fixed.
Thanks for this, its much appreciated - it builds now.
I've got an AT91SAM7S64 board with an Olimex ARM-USB-OCD JTAG debugger, however, I'm having trouble figuring out how to flash the board with your firmware. I've done quite a bit of research looking into how to flash the device, but haven't found anything yet that I can get to work.
How do you suggest that I flash the firmware?
Thanks for your help,
Simon
On 9 December 2010 16:02, Harald Welte laforge@gnumonks.org wrote:
On Thu, Dec 09, 2010 at 12:27:25PM +0000, Simon Barnett wrote:
I'm trying to build the Osmocom SIMtrace firmware, but so far I'm not having much luck
As indicted in private mail: There was one file missing from the git tree, it has been fixed.
--
- Harald Welte laforge@gnumonks.org http://laforge.gnumonks.org/
 ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6)
On Sun, Dec 12, 2010 at 10:52:19PM +0000, Simon Barnett wrote:
Thanks for this, its much appreciated - it builds now.
I've got an AT91SAM7S64 board with an Olimex ARM-USB-OCD JTAG debugger, however, I'm having trouble figuring out how to flash the board with your firmware. I've done quite a bit of research looking into how to flash the device, but haven't found anything yet that I can get to work.
How do you suggest that I flash the firmware?
http://www.openpcd.org/Firmware#Flashing_a_complete_flash_image_.28using_SAM...
i.e. you first 'cat dfu.bin main_simtrace.bin > main_simtrace.samba' and then follow the SAM-BA flashing sequence for flashing the first time (bootloader + simtrace firmware). All this happens over USB, no need for a debugger.
Hello.
On Mon, 2010-12-13 at 08:06, Harald Welte wrote:
From the first time on, you can then use the DFU method to simply flash main_simtrace.bin, using dfu-util from http://dfu-util.gnumonks.org
And please use the version from git here as the 0.2 release has a bug that prevents it from working with sam7dfu. I should bring out a new release for this sometime soon...
regards Stefan Schmidt
I've done some sam7A3 and sam7s256 development a few years ago, but normally you have tools for that. I was using a commercial one IAR, but there are opensource alternatives, you can google for it.
Have you ever tried flashing sam7S64 microntroller? Cause you don't really need to figure out how flash work, you just need the right tool which loads the firmware into the uC.
On 12-12-2010 23:52, Simon Barnett wrote:
Thanks for this, its much appreciated - it builds now.
I've got an AT91SAM7S64 board with an Olimex ARM-USB-OCD JTAG debugger, however, I'm having trouble figuring out how to flash the board with your firmware. I've done quite a bit of research looking into how to flash the device, but haven't found anything yet that I can get to work.
How do you suggest that I flash the firmware?
Thanks for your help,
Simon
On 9 December 2010 16:02, Harald Weltelaforge@gnumonks.org wrote:
On Thu, Dec 09, 2010 at 12:27:25PM +0000, Simon Barnett wrote:
I'm trying to build the Osmocom SIMtrace firmware, but so far I'm not having much luck
As indicted in private mail: There was one file missing from the git tree, it has been fixed.
--
- Harald Weltelaforge@gnumonks.org http://laforge.gnumonks.org/
 ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6)
baseband-devel@lists.osmocom.org