1 (edited by slimstar2 2014-09-07 22:56:41)

Topic: hid_bootloader_cli_upgraded help

Can anyone tell me where to find the upgraded version search didn't find it


hid_bootloader_cli_upgraded

SD3, RAMPS 1.4, Lawsy's carriages modified by me, 2 SSRs, E3D V6, 2 Power supplies, Independent monitoring of both power supplies (amps and volts) also extruder and bed temps, Blue Tooth connectivity, bearings in all axis & rotational points, Y axis direct drive.  Remotely controlled power box on / off . Gecko Tec build plate . Renamed FrankenDoodle

2

Re: hid_bootloader_cli_upgraded help

this maybe?  http://wiki.solidoodle.com/update-firmware

SD3, E3D hotend,linear bearing on x/y axis',pillow block bearing on y conneting rod, ball bearngs on front y axis, fan on y stepper motor.

3

Re: hid_bootloader_cli_upgraded help

Thanks satman49   That is what I am using but I get error   "error reading intel hex MarlinXXXXXXX
I had this code before and found a fix that was downloading an upgraded  bootloader HID ..But since then my computer crashed and got replaced but now all my searches have not found that upgraded Boot loader HID . I remember that this error has something to due with the MB has more memory than the old one

SD3, RAMPS 1.4, Lawsy's carriages modified by me, 2 SSRs, E3D V6, 2 Power supplies, Independent monitoring of both power supplies (amps and volts) also extruder and bed temps, Blue Tooth connectivity, bearings in all axis & rotational points, Y axis direct drive.  Remotely controlled power box on / off . Gecko Tec build plate . Renamed FrankenDoodle

4

Re: hid_bootloader_cli_upgraded help

SOLVED
  Lincomatic helped me out

had to change memory size in HID_Bootloader_cli_c

I edited hid_bootloader_cli.c, on line 769 like so

#define MAX_MEMORY_SIZE 0×10000

to

#define MAX_MEMORY_SIZE 0×20000
- See more at: http://blog.lincomatic.com/?p=502#comment-34280

Thank you Lincomatic you saved me

SD3, RAMPS 1.4, Lawsy's carriages modified by me, 2 SSRs, E3D V6, 2 Power supplies, Independent monitoring of both power supplies (amps and volts) also extruder and bed temps, Blue Tooth connectivity, bearings in all axis & rotational points, Y axis direct drive.  Remotely controlled power box on / off . Gecko Tec build plate . Renamed FrankenDoodle