-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'commaai:master' into pyenvtouv
- Loading branch information
Showing
18 changed files
with
134 additions
and
149 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,12 +1,3 @@ | ||
[submodule "edk2_tici"] | ||
path = edk2_tici | ||
url = ../../commaai/edk2_tici.git | ||
[submodule "agnos-firmware"] | ||
path = agnos-firmware | ||
url = ../../commaai/agnos-firmware.git | ||
[submodule "agnos-kernel-sdm845"] | ||
path = agnos-kernel-sdm845 | ||
url = ../../commaai/agnos-kernel-sdm845.git | ||
[submodule "agnos-binaries"] | ||
path = agnos-binaries | ||
url = ../../commaai/agnos-binaries.git |
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
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# testing | ||
|
||
## Release Checklist | ||
|
||
- [ ] [`test_onroad`](https://github.com/commaai/openpilot/blob/master/selfdrive/test/test_onroad.py) passes | ||
- [ ] Wi-Fi: lists networks and connects | ||
- [ ] Modem: connects to cell network | ||
- [ ] Image sizes haven't increased | ||
- [ ] Sounds work | ||
- [ ] `python` is our python, not system version | ||
- [ ] Clean openpilot build: `scons -c && scons -j8` | ||
- [ ] Factory reset | ||
- [ ] from openpilot menu | ||
- [ ] tapping on boot | ||
- [ ] corrupt userdata | ||
- [ ] Color calibration | ||
- [ ] from /persist/comma/ | ||
- [ ] directly from panel over sysfs | ||
- [ ] Clean setup: factory reset -> install openpilot -> openpilot works | ||
- [ ] AGNOS update works on warm boot | ||
- [ ] previous -> new | ||
- [ ] new -> previous | ||
|
||
### ABL | ||
|
||
- [ ] Fastboot USB enumeration | ||
- [ ] Boot time hasn't regressed (3.8s) | ||
|
||
### XBL | ||
|
||
- [ ] Display init works in cold and hot temperatures | ||
- [ ] Boot time hasn't regressed (2.4s) | ||
|
||
### Setup | ||
|
||
#### Networking | ||
|
||
- [ ] Continue button disabled when no connection | ||
- [ ] Forget/connect to wifi | ||
|
||
#### Custom URL | ||
- (a) Not a real URL (e.g. `comma`, `abc123`, `...`) | ||
- [ ] "Ensure the entered URL is valid" | ||
- [ ] Start over | ||
- [ ] Reboot device | ||
- (b) Website but not an installer URL (e.g. `github.com`, `comma.ai`, `installer.comma.ai`) | ||
- [ ] "No custom software found at this URL." | ||
- (c) Valid installer URL (e.g. `openpilot.comma.ai`) | ||
- [ ] Download successful (comma logo or installer appears) | ||
- [ ] `/tmp/installer_url` should contain the installer URL |
Submodule agnos-binaries
deleted from
72a4c0
Submodule agnos-firmware
deleted from
8dbaed
This file was deleted.
Oops, something went wrong.
Submodule edk2_tici
deleted from
676004
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"name": "abl", | ||
"url": "https://commadist.azureedge.net/agnosupdate/abl-eeb89a74c968a5a2ffce96f23158b72e03e2814adf72ef59d1200ba8ea5d2f39.img.xz", | ||
"hash": "eeb89a74c968a5a2ffce96f23158b72e03e2814adf72ef59d1200ba8ea5d2f39", | ||
"size": 274432 | ||
}, | ||
{ | ||
"name": "xbl", | ||
"url": "https://commadist.azureedge.net/agnosupdate/xbl-bcef195b00a1ab685da601f4072722569773ab161e91c8753ad99ca4217a28f5.img.xz", | ||
"hash": "bcef195b00a1ab685da601f4072722569773ab161e91c8753ad99ca4217a28f5", | ||
"size": 3282672 | ||
}, | ||
{ | ||
"name": "xbl_config", | ||
"url": "https://commadist.azureedge.net/agnosupdate/xbl_config-19791056558c16f8dae787531b5e30b3b3db2ded9d666688df45ce1b91a72bac.img.xz", | ||
"hash": "19791056558c16f8dae787531b5e30b3b3db2ded9d666688df45ce1b91a72bac", | ||
"size": 98124 | ||
}, | ||
{ | ||
"name": "devcfg", | ||
"url": "https://commadist.azureedge.net/agnosupdate/devcfg-be44b73dda5be840b09d5347d536459e31098da3fea97596956c0bdad19bdf27.img.xz", | ||
"hash": "be44b73dda5be840b09d5347d536459e31098da3fea97596956c0bdad19bdf27", | ||
"size": 40336 | ||
}, | ||
{ | ||
"name": "aop", | ||
"url": "https://commadist.azureedge.net/agnosupdate/aop-5d764611a683d6a738cf06a1dcf8a926d0f47b5117ad40d3054167de6dd8bd0f.img.xz", | ||
"hash": "5d764611a683d6a738cf06a1dcf8a926d0f47b5117ad40d3054167de6dd8bd0f", | ||
"size": 184364 | ||
} | ||
] |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)" | ||
cd $DIR/.. | ||
|
||
./build_kernel.sh | ||
./build_system.sh | ||
scripts/package_ota.py | ||
|
||
# push to azure on an internal machine | ||
if [ "$USER" == "batman" ]; then | ||
scripts/ota_push.sh staging | ||
fi |
File renamed without changes.
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
File renamed without changes.
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