-
Notifications
You must be signed in to change notification settings - Fork 182
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
RKUsbLoader/RKUSBDriver and minor fixes #437
Conversation
Codecov Report
@@ Coverage Diff @@
## master #437 +/- ##
========================================
- Coverage 57.4% 56.2% -1.2%
========================================
Files 116 116
Lines 7347 7218 -129
========================================
- Hits 4219 4061 -158
- Misses 3128 3157 +29
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks mostly ready. It needs more documentation and some information what the RKUSBDriver is useful for (RockChip?).
b22594c
to
c1f2f57
Compare
85f73b5
to
18c007b
Compare
Codecov Report
@@ Coverage Diff @@
## master #437 +/- ##
========================================
- Coverage 56.4% 56.2% -0.2%
========================================
Files 116 116
Lines 7191 7261 +70
========================================
+ Hits 4058 4084 +26
- Misses 3133 3177 +44
Continue to review full report at Codecov.
|
Hello; what is pending for this to move on? @Emantor any other needed change? |
@jluebbe I did rebase on a master and did push, now it's all right. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello; what is pending for this to move on? @Emantor any other needed change?
Sorry, I looked at the first commits, got distracted and clicked approved by mistake. I've found some minor things, though. Otherwise it's good.
@jluebbe the changes have been applied |
Signed-off-by: Christian Tavares <[email protected]>
Signed-off-by: Christian Tavares <[email protected]>
Signed-off-by: Christian Tavares <[email protected]>
Signed-off-by: Christian Tavares <[email protected]>
Signed-off-by: Christian Tavares <[email protected]>
@otavio Looking at this after some time, I noticed that your |
Yes. It is this tool. In our labgrid config we use: targets:
main:
resources:
RKUSBLoader:
match:
'sys_name': '1-1.1.3'
USBMassStorage:
match:
'ID_PATH': 'platform-3f980000.usb-usb-0:1.1.3:1.0-scsi-0:0:0:0'
USBSerialPort:
match:
'ID_PATH': 'platform-3f980000.usb-usb-0:1.3:1.0'
speed: 1500000
drivers:
RKUSBDriver:
image: bootloader
usb_loader: boot-rom
tools:
rk-usb-loader: /usr/bin/rkdeveloptool
images:
bootloader: images/u-boot.img
boot-rom: images/RV1108_usb_boot.bin |
Ah, it seems that we missed that in the review. The existing convention is to use the binary name, then the |
Please do whatever is need. We can update here. |
Description
Checklist