Skip to content

Commit

Permalink
Added support for RK6006-BT, thanks to @grymoire for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Nov 14, 2024
1 parent 8aca38a commit a02a38c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RIDEN|RD6012P|Tested with Bootloader V1.14
RIDEN|RD6018|Tested with Bootloader V1.10
RIDEN|RD6018W|Tested with Bootloader V1.12
RIDEN|RD6024|Tested with Bootloader v1.13
RIDEN|RK6006-BT|Tested with Bootloader v1.04

## Updating Firmware

Expand Down
4 changes: 2 additions & 2 deletions flash-rd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# flash-rd.py - Riden RD60xx Firmware Flash Tool
#
# Copyright (C) 2020-2023 Timo Kokkonen <[email protected]>
# Copyright (C) 2020-2024 Timo Kokkonen <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -30,7 +30,7 @@
class RidenFirmwareUpdater:
"""Riden RD60xx Power Supply Firmware Updater"""

supported_models = [60062, 60065, 60121, 60125, 60181, 60241]
supported_models = [60062, 60065, 60066, 60121, 60125, 60181, 60241]


def __init__(self, port, verbose=False):
Expand Down

0 comments on commit a02a38c

Please sign in to comment.