Description
Subject of the issue
I have tried to install the Sparkfun RA6M5 library following the instructions on https://docs.sparkfun.com/SparkFun_Thing_Plus_RA6M5/software_overview-arduino/. These instructions are NOT correct.
Your workbench
Ubuntu 22.04
Arduino IDE 1.8.16
Steps to reproduce
It is NOT located at:./arduino/hardware/renesas_portenta// directory of the packages folder.
BUT ./arduino/hardware/renesas_uno// directory of the packages folder.
Creating a folder with a level higher did not work :
For example, if the current version is 1.1.0, users can name the new directory 1.2.0. and then copy the Sparkfun core code in that.
It did not work. After restart of the IDE I only continued to see the original UNOR4's.
I had rename the original 1.1.0 to hidden .1.1.0 and rename the 1.2.0 to 1.1.0. After that restart the IDE.
When now selecting the RA6M5 board it will NOT be at : Tools > Board > Arduino Renesas Portenta Boards > SparkFun Thing Plus RA6M5
but at Tools > Board > Sparkfun Renesas Thing Plus Boards > SparkFun Thing Plus RA6M5
The really bad news is that I need to rename the 1.1.0 folders in the renesas_uno folder every time I switch between UNOR4 and RA6M5.
advice / request
Better instruction would be to use the original Arduino UNOR4 library and add the variant manually.
regards
Paul