Skip to content

Commit

Permalink
Add update binaries and tinker for Electron
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Sep 30, 2015
1 parent d5b6fd0 commit f78a275
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 9 deletions.
Binary file added binaries/electron_tinker.bin
Binary file not shown.
32 changes: 23 additions & 9 deletions lib/deviceSpecs/specifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ module.exports = specifications = {
alt: "0"
},
SystemFirmwareOne: {
address: "0x8020000",
address: "0x08020000",
alt: "0"
},
SystemFirmwareTwo: {
address: "0x8060000",
address: "0x08060000",
alt: "0"
},
knownApps: {
Expand Down Expand Up @@ -94,11 +94,11 @@ module.exports = specifications = {
alt: "0"
},
SystemFirmwareOne: {
address: "0x8020000",
address: "0x08020000",
alt: "0"
},
SystemFirmwareTwo: {
address: "0x8060000",
address: "0x08060000",
alt: "0"
},
knownApps: {
Expand All @@ -123,15 +123,29 @@ module.exports = specifications = {
format: "der",
alt: "1"
},
factoryReset: {
address: "0x080E0000",
SystemFirmwareOne: {
address: "0x08020000",
alt: "0"
},
userFirmware: { // Currently Monolithic
address: "0x08020000",
SystemFirmwareTwo: {
address: "0x08040000",
alt: "0"
},
SystemFirmwareThree: {
address: "0x08060000",
alt: "0"
},
knownApps: { },
userFirmware: {
address: "0x08080000",
alt: "0"
},
factoryReset: {
address: "0x080A0000",
alt: "0"
},
knownApps: {
"tinker": "electron_tinker.bin"
},
serial: {
vid: '2b04',
pid: 'c00a'
Expand Down
4 changes: 4 additions & 0 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ var settings = {
"2b04:d008": {
SystemFirmwareOne: "system-part1-0.4.5-p1.bin",
SystemFirmwareTwo: "system-part2-0.4.5-p1.bin"
},
'2b04:d00a': {
SystemFirmwareOne: "system-part1-0.0.2-electron.bin",
SystemFirmwareTwo: "system-part2-0.0.2-electron.bin"
}
},
commandMappings: path.join(__dirname, "mappings.json")
Expand Down
Binary file added updates/system-part1-0.0.2-electron.bin
Binary file not shown.
Binary file added updates/system-part2-0.0.2-electron.bin
Binary file not shown.

0 comments on commit f78a275

Please sign in to comment.