Willem Melching
							
						 | 
						
							
							
							
								
								
							
							
								
							
								b2c1098cd8
								
									
								
							
								
							
						 | 
						
							
							
								
								thermald: log modem data usage (#25298)
							
							
							
							
							
							
							
							* thermald: log modem data usage
* add to deviceState
* add cast
* set refresh rate
* bump cereal
* cereal master 
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 | 
						
							
							
							
							
								
							
								15846435fe
								
							
								
							
						 | 
						
							
							
								
								Revert "Revert "remove casync from agnos manifest for now""
							
							
							
							
							
							
							
							This reverts commit 0c5668d96e. 
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 | 
						
							
							
							
							
								
							
								0c5668d96e
								
							
								
							
						 | 
						
							
							
								
								Revert "remove casync from agnos manifest for now"
							
							
							
							
							
							
							
							This reverts commit 8ea982264e. 
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Willem Melching
							
						 | 
						
							
							
							
								
								
							
							
								
							
								906a8a912c
								
									
								
							
								
							
						 | 
						
							
							
								
								casync: only when run from updater (#25130)
							
							
							
							
							
							
							
							* casync: only when run from updater
* also here 
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Willem Melching
							
						 | 
						
							
							
							
								
								
							
							
								
							
								205f6f7414
								
									
								
							
								
							
						 | 
						
							
							
								
								casync: manifest compare script (#25129)
							
							
							
							
							
							
							
							* casync compare script
* typo
* cleanup output 
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 | 
						
							
							
							
							
								
							
								8ea982264e
								
							
								
							
						 | 
						
							
							
								
								remove casync from agnos manifest for now
							
							
							
							
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Willem Melching
							
						 | 
						
							
							
							
							
								
							
								35c8c0e600
								
							
								
							
						 | 
						
							
							
								
								casync: increase chunk download timeout
							
							
							
							
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Willem Melching
							
						 | 
						
							
							
							
								
								
							
							
								
							
								b6df0cd242
								
									
								
							
								
							
						 | 
						
							
							
								
								casync: handle hash failure (#25081)
							
							
							
							
							
							
							
							* casync: handle hashing failure due to IO errors
* fix comment
* all exceptions
* fix typo
* Update system/hardware/tici/agnos.py 
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 | 
						
							
							
							
								
								
							
							
								
							
								c9fa5ef11a
								
									
								
							
								
							
						 | 
						
							
							
								
								AGNOS 5.2 (#25011)
							
							
							
							
							
							
							
							* AGNOS 5.2
* casync manifest 
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Willem Melching
							
						 | 
						
							
							
							
								
								
							
							
								
							
								4080f729be
								
									
								
							
								
							
						 | 
						
							
							
								
								casync: compute seed caibx url on the fly (#25046)
							
							
							
							
							
							
							
							* compute seed hash on the fly
* more logging
* partition name in url
* fix comment 
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Willem Melching
							
						 | 
						
							
							
							
								
								
							
							
								
							
								50434d612e
								
									
								
							
								
							
						 | 
						
							
							
								
								casync: reuse requests session in RemoteChunkReader (#25045)
							
							
							
							
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Willem Melching
							
						 | 
						
							
							
							
								
								
							
							
								
							
								06a8ac627c
								
									
								
							
								
							
						 | 
						
							
							
								
								casync: build_chunk_dict optimize for resuming (#25038)
							
							
							
							
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Willem Melching
							
						 | 
						
							
							
							
								
								
							
							
								
							
								3900781092
								
									
								
							
								
							
						 | 
						
							
							
								
								add casync support to agnos updater (#23654)
							
							
							
							
							
							
							
							* add casync option to agnos updater
* open if necessary
* add python implementation
* last chunk can be small
* check flags
* cleaner check
* add remote and file stores
* remote caibx file
* print stats
* use python implementation
* clean up imports
* add progress
* fix logging
* fix duplicate chunks
* add comments
* json stats
* cleanup tmp
* normal image is still sparse
* Update system/hardware/tici/agnos.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* Update system/hardware/tici/agnos.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* add some types
* remove comment
* create Chunk type
* make readers a class
* try agnos 5.2
* add download retries
* catch all exceptions
* sleep between retry
* revert agnos.json changes
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> 
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Robbe Derks
							
						 | 
						
							
							
							
								
								
							
							
								
							
								684d4b75a1
								
									
								
							
								
							
						 | 
						
							
							
								
								Log SOM power draw (#24975)
							
							
							
							
							
							
							
							* log SOM power draw
* bump cereal
Co-authored-by: Comma Device <device@comma.ai>
Co-authored-by: Willem Melching <willem.melching@gmail.com> 
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								ZwX1616
							
						 | 
						
							
							
							
								
								
							
							
								
							
								1f2f9ea9c9
								
									
								
							
								
							
						 | 
						
							
							
								
								fullframe DM model (#24860)
							
							
							
							
							
							
							
							* Revert "put cereal on master"
This reverts commit a8ccd8f838.
* Revert "Revert fullframe DM model (#24812)"
This reverts commit c646eeee0a.
* revert revert cereal
* clip6
* 0.8 is fair
* Fiction compensation should be based on error
* Update refs
* Add deadzone
* not that
* good mg
* ref
* ref
* ee8f
* minor tweak
* ref
* recompile
* ref
* cereal
* match driverstatus
* new ref
* new ref
* pass token through jenkins credentials
* quote
* fix snpe dead weights
* final ref
Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> 
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 | 
						
							
							
							
							
								
							
								0d0f5926a0
								
							
								
							
						 | 
						
							
							
								
								bump up modeld power draw threshold
							
							
							
							
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 | 
						
							
							
							
							
								
							
								9cda2d6338
								
							
								
							
						 | 
						
							
							
								
								set AGNOS from /AGNOS file
							
							
							
							
							
						 | 
						
							3 years ago | 
						
					
				
					
						
							
							
								 
								Adeeb Shihadeh
							
						 | 
						
							
							
							
								
								
							
							
								
							
								1139fe507b
								
									
								
							
								
							
						 | 
						
							
							
								
								Move selfdrive/hardware/ to system/ (#24725)
							
							
							
							
							
							
							
							* move hardware to system/
* fix mypy 
							
						 | 
						
							3 years ago |