diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-16 15:32:59 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-17 01:02:16 +0000 |
commit | 1b110daf0855eeef06be1fe9316cf5610e2454e6 (patch) | |
tree | 43d0df7a5ecb0e79471a2b569b44e695b954f1d0 | |
parent | ce40ef42ff68f5209a37304eaddf4123b7cc013a (diff) |
rbutil: Add in the EROS Q / EROS K and clones
Change-Id: I0b482542fc15af3abbaf7a132ee56414a2bd3231
-rw-r--r-- | rbutil/rbutilqt/rbutil.ini | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/rbutil.ini b/rbutil/rbutilqt/rbutil.ini index a8aac44093..0ddfb4b0fe 100644 --- a/rbutil/rbutilqt/rbutil.ini +++ b/rbutil/rbutilqt/rbutil.ini @@ -95,6 +95,11 @@ platform120=xduoox3 platform130=xduoox3ii platform131=xduoox20 platform132=agptekrocker +platform133=aigoerosq +platform134=aigoerosk +platform135=agptekh3 +platform136=hifiwalkerh2 +platform137=surfansf20 ; devices sections ; @@ -937,6 +942,81 @@ configure_modelname=agptekrocker playerpic=agptekrocker encoder=rbspeex +[aigoerosq] +name="AIGO Eros Q" +buildserver_modelname=aigoerosq +bootloadermethod=bspatch +bootloadername=/aigo/EROSQ-v18.bsdiff +bootloaderfile=/update.upt +bootloaderfilter=*.upt *.zip +manualname= +brand=AIGO/EROS +usbid=0xc5020023 ; shared across EROS Q/K series +usberror= +configure_modelname=aigoerosq +playerpic=aigoerosq +encoder=rbspeex + +[aigoerosk] +name="AIGO Eros K" +buildserver_modelname=aigoerosq +bootloadermethod=bspatch +bootloadername=/aigo/EROSK-v13.bsdiff +bootloaderfile=/update.upt +bootloaderfilter=*.upt *.zip +manualname= +brand=AIGO/EROS +usbid=0xc5020023 ; shared across EROS Q/K series +usberror= +configure_modelname=aigoerosq +playerpic=aigoerosq +encoder=rbspeex + +[agptekh3] +name="AGPTek H3" +buildserver_modelname=aigoerosq +bootloadermethod=bspatch +bootloadername=/agptek/H3-20180905.bsdiff +bootloaderfile=/update.upt +bootloaderfilter=*.upt *.zip +manualname=aigoerosq +brand=AGPTek +usbid=0xc5020023 ; shared across EROS Q / K series +usberror= +configure_modelname=aigoerosq +playerpic=aigoerosq +encoder=rbspeex + +[surfansf20] +name="Surfans F20" +buildserver_modelname=aigoerosq +bootloadermethod=bspatch +bootloadername=/surfans/F20-v22.bsdiff +bootloaderfile=/update.upt +bootloaderfilter=*.upt *.zip +manualname=aigoerosq +brand=Surfans +usbid=0xc5020023 ; shared across EROS Q / K series +usberror= +configure_modelname=aigoerosq +playerpic=aigoerosq +encoder=rbspeex + +[hifiwalkerh2] +name="HIFI WALKER H2" +buildserver_modelname=aigoerosq +bootloadermethod=bspatch +bootloadername=/hifiwalker/H2-v12.bsdiff +bootloaderfile=/update.upt +bootloaderfilter=*.upt *.zip +manualname=erosq +brand=HIFI WALKER +usbid=0xc5020023 ; shared across EROS Q / K series +usberror= +configure_modelname=aigoerosq +playerpic=aigoerosq +encoder=rbspeex + ; incompatible devices sections ; each section uses a USB VID / PID string as section name. ; name: human readable string to show the user when this device is detected. |