Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards.txt references nonexistent file Caterina-Lora32u4.hex #2

Open
inactivist opened this issue Jul 21, 2018 · 8 comments
Open

boards.txt references nonexistent file Caterina-Lora32u4.hex #2

inactivist opened this issue Jul 21, 2018 · 8 comments

Comments

@inactivist
Copy link

inactivist commented Jul 21, 2018

The boards.txt file references a non-existent file. Is there a way to acquire it, or is it unnecessary?

When I try to upload a sketch, I see this error message:

Bootloader file specified but missing: /home/user/arduino/arduino-1.8.5/hardware/BSFrance-avr/avr/bootloaders/caterina/Caterina-Lora32u4.hex

boards.txt:
https://github.com/BSFrance/BSFrance-avr/blob/master/avr/boards.txt#L10

#LoRA32u4 Configuration
lora32u4.name=LoRa32u4 (433MHz)
lora32u4.bootloader.low_fuses=0xff
lora32u4.bootloader.high_fuses=0xd8
lora32u4.bootloader.extended_fuses=0xcb
lora32u4.bootloader.file=caterina/Caterina-Lora32u4.hex
lora32u4.bootloader.unlock_bits=0x3F
lora32u4.bootloader.lock_bits=0x2F
lora32u4.bootloader.tool=arduino:avrdude

Edit 1
Using Arduino IDE 1.5.8 on Ubuntu 16.04 x64

@pbarooah
Copy link

I am facing the same issue. I am using a LoRa32u4 II board, Arduino IDE 1.8.6, on a Windows 10 machine. The strangest thing is that it (the example programs with the BSFrance LoRa libraries) were working until a few days ago. This morning it just stopped working. Between then and now the only thing I have done is install two extra libraries (OneWire and DallasTemperature) for reading a particular sensor using another Ardunio Uno board.

@inactivist
Copy link
Author

I was able to program the board successfully (I ignore the warning). It's only a problem when you try to program (upload) the bootloader (?).

IIRC other people have observed that you can treat these as an Adafruit Feather 32u4 board, though I've not tried it. Interestingly, the code contains references to Adafruit product:

https://github.com/BSFrance/BSFrance-avr/blob/cfdd9b4d8ea6b2ff088cc336d4a4231d767c35e0/avr/boards.txt#L54:L56

@d0ugak
Copy link

d0ugak commented May 5, 2020

Does anyone have any alternate locations to obtain this BSFrance.zip file? I have been trying the bsfrance.fr site for two weeks now and it throws a 503 bad gateway error.

@apel512
Copy link

apel512 commented May 11, 2020

Please, give a some mirror link for BSFrance.zip.
Thanks a lot!!!!

@vinux-code
Copy link

Hello all,

I have a copy of hex files for both Lora32u4 on my PC, please find the archive,

lora32u4-bootloaders.zip

@inactivist
Copy link
Author

inactivist commented Jun 20, 2020

@adnen477
Copy link

I'm using lora320u4 I copied the lora boards into the boards in the file arduino/hardware/arduino/avr
but when compiling I got this error "loading package arduino: loading platform release: Error reading file (C:\Users\adnen\Desktop\arduino\hardware\arduino\avr\boards.txt:0): Invalid line format, should be 'key=value''
can anyone please help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants