compile the flasher on the light repo
benchuk opened this issue · 3 comments
Hi
I checked out the code for the flasher from the lights repo and tried to compile it (using "make flasher") and it prints out ---
warning: #warning "device type not defined"
on the lights repo git page - there are couple of issues opened no the same problem as mine
Was hoping you might know the answer or can upload a precompiled flasher.hex file.
I am using mac and have the avr gcc installed (compiled the optiboot with out errors).
Thanks for the help :)
Hi, so I tried it and it looks like "make", "make all" or "make flasher.hex" (or passthrough.hex) do work but "make flasher" doesn't. Please try "make flasher.hex"
Thinkng about it, it's probably ok the way it is because an executable with no suffix could be expected to be an executable that runs on the host machine instead of an AVR.
Works thanks, will try to use the hex file and see if it works for me... thanks
Note that this one uses 115200 baud rate instead of 57600.
It's all kinda hard to debug especially remotely so I probably can't help much if it doesn't work.