Skip to content

Commit de98096

Browse files
committed
Update RA6M5 for proper VID/PID.
Add signed inf/cat file. Update dfu hex/elf for VID/PID. Fix package script for thing plus. Delete package_sfe script.
1 parent 29b9f12 commit de98096

File tree

9 files changed

+863
-846
lines changed

9 files changed

+863
-846
lines changed

boards.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,14 @@ thingplus_ra6m5.build.float-abi=-mfloat-abi=hard
220220

221221
thingplus_ra6m5.build.board=THINGPLUS_RA6M5
222222
thingplus_ra6m5.build.defines=-DF_CPU=200000000
223-
thingplus_ra6m5.vid.0=0x2341
224-
thingplus_ra6m5.pid.0=0x0068
225-
thingplus_ra6m5.vid.1=0x2341
226-
thingplus_ra6m5.pid.1=0x0368
227-
thingplus_ra6m5.upload_port.0.vid=0x2341
228-
thingplus_ra6m5.upload_port.0.pid=0x0068
229-
thingplus_ra6m5.upload_port.1.vid=0x2341
230-
thingplus_ra6m5.upload_port.1.pid=0x0368
223+
thingplus_ra6m5.vid.0=0x1b4f
224+
thingplus_ra6m5.pid.0=0x0037
225+
thingplus_ra6m5.vid.1=0x1b4f
226+
thingplus_ra6m5.pid.1=0x0036
227+
thingplus_ra6m5.upload_port.0.vid=0x1b4f
228+
thingplus_ra6m5.upload_port.0.pid=0x0037
229+
thingplus_ra6m5.upload_port.1.vid=0x1b4f
230+
thingplus_ra6m5.upload_port.1.pid=0x0036
231231

232232
thingplus_ra6m5.compiler.fsp.defines={build.variant.path}/defines.txt
233233
thingplus_ra6m5.compiler.fsp.ldflags={build.variant.path}/ldflags.txt
@@ -243,8 +243,8 @@ thingplus_ra6m5.upload.tool=dfu-util
243243
thingplus_ra6m5.upload.tool.default=dfu-util
244244
thingplus_ra6m5.upload.protocol=
245245
thingplus_ra6m5.upload.transport=
246-
thingplus_ra6m5.upload.vid=0x2341
247-
thingplus_ra6m5.upload.pid=0x0368
246+
thingplus_ra6m5.upload.vid=0x1b4f
247+
thingplus_ra6m5.upload.pid=0x0036
248248
thingplus_ra6m5.upload.address=0x00010000
249249
thingplus_ra6m5.upload.interface=0
250250
thingplus_ra6m5.upload.use_1200bps_touch=false

bootloaders/THINGPLUS_RA6M5/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@ TINYUSB_ROOT=$PWD/../tinyusb make -f Makefile.thingplus
1616
:rocket: `How to load bootloader`
1717
====================================
1818

19-
Hold the boot button down and plug in the Thing Plus RA6M5.
19+
Pull the boot test point low and plug in the Thing Plus RA6M5.
2020
The board will enumerate as Renesas RA USB Boot.
2121

2222
Then flash the bootloader with [`rfp-cli`](https://www.renesas.com/us/en/software-tool/renesas-flash-programmer-programming-gui#download)
2323
```
24-
rfp-cli -device ra -tool e2 -if swd -p dfu.hex
24+
rfp-cli -device ra -port COM# -p dfu.hex
2525
```
2626

27-
Otherwise, the same hex file can be loaded through the SWD port (using a Jlink for example)
27+
Otherwise, the same hex file can be loaded through the SWD port (using a Jlink or E2 Emulator for example)
28+
```
29+
rfp-cli -device ra -tool e2 -if swd -p dfu.hex
30+
```

bootloaders/THINGPLUS_RA6M5/dfu.elf

-852 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)