Skip to content

Commit

Permalink
Merge pull request #538 from particle-iot/feature/deviceos-1.4.4
Browse files Browse the repository at this point in the history
update for DeviceOS 1.4.4
  • Loading branch information
avtolstoy authored Dec 4, 2019
2 parents 1463885 + e9d2f23 commit 270b115
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
56 changes: 28 additions & 28 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,63 +91,63 @@ var settings = {
// Need to flash Bootloader and OTA Flag before system parts for Photon/P1
// because as soon as the system parts are flashed they will change the location
// of DFU read/write functions which live in system firmware.
otaRegion: '[email protected].3+lto.bin',
otaRegion: '[email protected].4+lto.bin',
otaFlag: 'ota-flag-a5.bin',
systemFirmwareOne: '[email protected].3.bin',
systemFirmwareTwo: '[email protected].3.bin'
systemFirmwareOne: '[email protected].4.bin',
systemFirmwareTwo: '[email protected].4.bin'
},
'2b04:d008': {
// Need to flash Bootloader and OTA Flag before system parts for Photon/P1
// because as soon as the system parts are flashed they will change the location
// of DFU read/write functions which live in system firmware.
otaRegion: '[email protected].3+lto.bin',
otaRegion: '[email protected].4+lto.bin',
otaFlag: 'ota-flag-a5.bin',
systemFirmwareOne: '[email protected].3.bin',
systemFirmwareTwo: '[email protected].3.bin'
systemFirmwareOne: '[email protected].4.bin',
systemFirmwareTwo: '[email protected].4.bin'
},
'2b04:d00a': {
// The bin files MUST be in this order to be flashed to the correct memory locations
systemFirmwareOne: '[email protected].3.bin',
systemFirmwareTwo: '[email protected].3.bin',
systemFirmwareThree: '[email protected].3.bin'
systemFirmwareOne: '[email protected].4.bin',
systemFirmwareTwo: '[email protected].4.bin',
systemFirmwareThree: '[email protected].4.bin'
// For now, electron still contains the bootloader in system firmware
// otaRegion: '[email protected].3.bin',
// otaRegion: '[email protected].4.bin',
// otaFlag: 'ota-flag-a5.bin'
},
'2b04:d00c': {
systemFirmwareOne: '[email protected].3.bin',
radioStack: '[email protected].3.bin',
otaRegion: '[email protected].3.bin',
systemFirmwareOne: '[email protected].4.bin',
radioStack: '[email protected].4.bin',
otaRegion: '[email protected].4.bin',
otaFlag: 'ota-flag-a5.bin'
},
'2b04:d00d': {
systemFirmwareOne: '[email protected].3.bin',
radioStack: '[email protected].3.bin',
otaRegion: '[email protected].3.bin',
systemFirmwareOne: '[email protected].4.bin',
radioStack: '[email protected].4.bin',
otaRegion: '[email protected].4.bin',
otaFlag: 'ota-flag-a5.bin'
},
'2b04:d00e': {
systemFirmwareOne: '[email protected].3.bin',
radioStack: '[email protected].3.bin',
otaRegion: '[email protected].3.bin',
systemFirmwareOne: '[email protected].4.bin',
radioStack: '[email protected].4.bin',
otaRegion: '[email protected].4.bin',
otaFlag: 'ota-flag-a5.bin'
},
'2b04:d016': {
systemFirmwareOne: '[email protected].3.bin',
radioStack: '[email protected].3.bin',
otaRegion: '[email protected].3.bin',
systemFirmwareOne: '[email protected].4.bin',
radioStack: '[email protected].4.bin',
otaRegion: '[email protected].4.bin',
otaFlag: 'ota-flag-a5.bin'
},
'2b04:d017': {
systemFirmwareOne: '[email protected].3.bin',
radioStack: '[email protected].3.bin',
otaRegion: '[email protected].3.bin',
systemFirmwareOne: '[email protected].4.bin',
radioStack: '[email protected].4.bin',
otaRegion: '[email protected].4.bin',
otaFlag: 'ota-flag-a5.bin'
},
'2b04:d018': {
systemFirmwareOne: '[email protected].3.bin',
radioStack: '[email protected].3.bin',
otaRegion: '[email protected].3.bin',
systemFirmwareOne: '[email protected].4.bin',
radioStack: '[email protected].4.bin',
otaRegion: '[email protected].4.bin',
otaFlag: 'ota-flag-a5.bin'
},
},
Expand Down

0 comments on commit 270b115

Please sign in to comment.