-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #538 from particle-iot/feature/deviceos-1.4.4
update for DeviceOS 1.4.4
- Loading branch information
Showing
28 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
}, | ||
}, | ||
|