mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
update ota & otu
This commit is contained in:
parent
1145aed8fb
commit
425b9306ec
8 changed files with 275 additions and 212 deletions
|
|
@ -161,4 +161,12 @@
|
|||
#define FLASH_ADC_PARA_OFFSET 0x200
|
||||
#define FLASH_ADC_PARA_BASE (FLASH_SYSTEM_DATA_ADDR+FLASH_ADC_PARA_OFFSET)
|
||||
|
||||
#define IMG_SIGN_RUN "81958711"
|
||||
#define IMG_SIGN_SWP "01958711"
|
||||
#define IMG_SIGN1_RUN 0x35393138 // "8195"
|
||||
#define IMG_SIGN1_SWP 0x35393130 // "0195"
|
||||
#define IMG_SIGN2_RUN 0x31313738 // "8711"
|
||||
#define IMG_SIGN2_SWP IMG_SIGN2_RUN // "8711"
|
||||
#define IMG2_SIGN_TXT "RTKWin"
|
||||
|
||||
#endif //_HAL_8195A_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue