Skip to content

Commit

Permalink
Update Bootloader readme. Update PIO patch for RAK4631
Browse files Browse the repository at this point in the history
  • Loading branch information
beegee-tokyo committed Feb 2, 2022
1 parent 00d4832 commit 9a49d3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion PlatformIO/RAK4630/WisCore_RAK4631_Board/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,12 @@ extern "C"
/*
* Wire Interfaces
*/
#define WIRE_INTERFACES_COUNT 1
#define WIRE_INTERFACES_COUNT 2

#define PIN_WIRE_SDA (13)
#define PIN_WIRE_SCL (14)
#define PIN_WIRE1_SDA (24)
#define PIN_WIRE1_SCL (25)

// QSPI Pins
#define PIN_QSPI_SCK 3 // 19
Expand Down
Binary file modified PlatformIO/RAK_PATCH.zip
Binary file not shown.
Empty file.
5 changes: 3 additions & 2 deletions bootloader/RAK4630/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ After determining the port name, go to the directory where the bootloader FW fil

Then execute the following command:

`adafruit-nrfutil --verbose dfu serial --package WisCore_RAK4631_Board_Bootloader -p /dev/ttyACM0 -b 115200 --singlebank --touch 1200`
`adafruit-nrfutil --verbose dfu serial --package WisCore_RAK4631_Board_Bootloader.zip -p /dev/ttyACM0 -b 115200 --singlebank --touch 1200`


##### For macOS
Expand Down Expand Up @@ -231,7 +231,8 @@ Use the figure below as a guide to connect RAKDAP1 SWD to RAK4631.

### Download the new bootloader

Download the latest [RAK4631 bootloader firmware](https://github.com/RAKWireless/WisBlock/blob/master/bootloader/RAK4630/Latest/WisCore_RAK4631_Board_Bootloader.zip)
Download the latest [RAK4631 bootloader firmware as hex file](https://github.com/RAKWireless/WisBlock/blob/master/bootloader/RAK4630/Latest/WisCore_RAK4631_Board_Bootloader.hex)


Open the command prompt and change the folder where you have saved the bootloader.

Expand Down

1 comment on commit 9a49d3f

@markbirss
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@beegee-tokyo

can you help with a complete pinout defition used for theRAK5005-O, RAK4361, RAK13002 and RAK14000 ?

im using Platform IO and need the correct pinout for all the interfaces

Please sign in to comment.