HM-TRP 868, Sik software link problems

Hi all,

I've read the instructions, installed the software and can compile it (make) without any error messages.
But when I issue make install I get these:

LD obj/hm_trp/bootloader.hm_trp/bootloader.hm_trp.hex
SIZECHECK obj/hm_trp/bootloader.hm_trp/bootloader.hm_trp.hex: CSEG 609 HIGHCSEG 182
PATCH obj/hm_trp/bootloader.hm_trp/bootloader.hm_trp.433.hex
Traceback (most recent call last):
  File ".//tools/hexpatch.py", line 62, in <module>
    f = open(args.inputfile, mode="r")
IOError: [Errno 2] No such file or directory: './/obj/hm_trp/bootloader.hm_trp/bootloader.hm_trp.hex'
make[1]: [obj/hm_trp/bootloader.hm_trp/bootloader.hm_trp.433.hex] Error 1 (ignored)

I've traced it down to the linker step, because no .hex files are created.

Can someone help me out ?

I just need the:
obj/hm_trp/bootloader.hm_trp/bootloader.hm_trp.868.hex
obj/hm_trp/radio.hm_trp/radio.hm_trp.hex

files.

Thanks,
Amilcar Lucas

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • Hi guys!

    Is there anyway to upload a new firmware to the modules without the drones app?

    Regards,

    AS

  • Is it possible the load the bootloader with a FTDI cable, or the USB debug adapter is the only way?

    I bought 2x 433MHz modules and would like to load the Drones bootloader, so I can program them with the planner!

    Regards! 

  • ...and the rest (I'm not sure, what bootloader.hm_trp.hex is for...)

    bootloader.hm_trp.915.hex

    radio.hm_trp.hex

    bootloader.hm_trp.hex

    https://storage.ning.com/topology/rest/1.0/file/get/3692448201?profile=original
  • Here you've got some bootloaders...

    bootloader.hm_trp.433.hex

    bootloader.hm_trp.470.hex

    bootloader.hm_trp.868.hex

    https://storage.ning.com/topology/rest/1.0/file/get/3692448392?profile=original
  • Developer

    I have just done a git pull, make clean , make on my SiK  clone, and I am getting the same problem, but my output also says it has trouble allocating ram:

    here's the last few lines of my build:

    CC radio/timer.c
    LD obj/hm_trp/radio.hm_trp/radio.hm_trp.hex
    ?ASlink-Error-Could not get 9 consecutive bytes in internal RAM for area OSEG.
    ?ASlink-Error-Could not get 8 consecutive bytes in internal RAM for area OSEG.
    make[1]: *** [obj/hm_trp/radio.hm_trp/radio.hm_trp.hex] Error 1
    make: *** [build.radio.hm_trp] Error 2

    ( FYI, the bootloaders compile file)

This reply was deleted.

Activity