mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 16:44:26 +00:00
nordic-hid: add device test
Added the test for nRF52840-DK board with MCUBoot variant. Images based on MCUBoot may be used for test automation since this bootloader type does not have version dependencies. To prepare the board for testing it should be flashed with MCUBoot image variant with `nrfjprog` initially.
This commit is contained in:
parent
dabc9657bc
commit
6fdaeb8f99
@ -34,6 +34,7 @@ install_data([
|
||||
'logitech-rqr12-signed.json',
|
||||
'logitech-rqr24.json',
|
||||
'logitech-rqr24-signed.json',
|
||||
'nordic-hid-nrf52840-mcuboot.json',
|
||||
'realtek-rts5423.json',
|
||||
'realtek-rts5855.json',
|
||||
'starlabs-phison-ata.json',
|
||||
|
28
data/device-tests/nordic-hid-nrf52840-mcuboot.json
Normal file
28
data/device-tests/nordic-hid-nrf52840-mcuboot.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "nRF52840 DK (nRF52 Desktop) MCUBoot variant",
|
||||
"interactive": false,
|
||||
"steps": [
|
||||
{
|
||||
"url": "https://fwupd.org/downloads/839c1a8177b19ef3db5e67f31be92c35a25ae5c7bf431740e6568d5b005313b7-nordic-nrf52840dk-mcuboot-0.0.0_0.cab",
|
||||
"components": [
|
||||
{
|
||||
"version": "0.0.0.0",
|
||||
"guids": [
|
||||
"43b38427-fdf5-5400-a23c-f3eb7ea00e7c"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://fwupd.org/downloads/6fb9dcfc1e26a5b0367d0a8a484f93ba156f846c1fb49013f3a934adc964788c-nordic-nrf52840dk-mcuboot-0.0.0_1.cab",
|
||||
"components": [
|
||||
{
|
||||
"version": "0.0.0.1",
|
||||
"guids": [
|
||||
"43b38427-fdf5-5400-a23c-f3eb7ea00e7c"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user