- Posts: 3333
T8SG Lite
- vlad_vy
- Offline
Less
More
11 Jan 2019 16:19 #72280
by vlad_vy
Replied by vlad_vy on topic T8SG Lite
Please Log in or Create an account to join the conversation.
- Qmike
- Topic Author
- Offline
Less
More
- Posts: 16
11 Jan 2019 16:54 #72281
by Qmike
Replied by Qmike on topic T8SG Lite
Corrupted file system is history!!!!
I can format and I can transfer data again.
Unfortunately a messages on the RC appears which says "Missing Modules CYRF 6936 .."
In Hardware.ini I can enable or disable this text it will not change the messages.
Any idea? (I will check the sources if this file is missing).
I can format and I can transfer data again.
Unfortunately a messages on the RC appears which says "Missing Modules CYRF 6936 .."
In Hardware.ini I can enable or disable this text it will not change the messages.
Any idea? (I will check the sources if this file is missing).
Please Log in or Create an account to join the conversation.
- Qmike
- Topic Author
- Offline
Less
More
- Posts: 16
11 Jan 2019 17:51 #72283
by Qmike
Replied by Qmike on topic T8SG Lite
Did check files and this file is present in different versions among others as .o
I started build twice but result still the same
I started build twice but result still the same
Please Log in or Create an account to join the conversation.
- Qmike
- Topic Author
- Offline
Less
More
- Posts: 16
11 Jan 2019 17:58 #72284
by Qmike
Replied by Qmike on topic T8SG Lite
photo attached
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
Less
More
- Posts: 3333
11 Jan 2019 18:07 - 11 Jan 2019 18:08 #72285
by vlad_vy
Replied by vlad_vy on topic T8SG Lite
Change hardware.ini
...
...
[modules]
; there is no need to enable the cyrf6936 module unless
; it is wired to an alternate port. It is Enabled automatically otherwise
enable-cyrf6936 = 0
; has_pa-cyrf6936 = 1
; enable-a7105 = A13
; has_pa-a7105 = 1
enable-cc2500 = A14
has_pa-cc2500 = 1
; enable-nrf24l01 = A15
; has_pa-nrf24l01 = 1
; enable-multimod = A13
Last edit: 11 Jan 2019 18:08 by vlad_vy.
Please Log in or Create an account to join the conversation.
- Qmike
- Topic Author
- Offline
Less
More
- Posts: 16
11 Jan 2019 19:27 #72288
by Qmike
Replied by Qmike on topic T8SG Lite
Halleluja!
Many thanks for your support. You are my man.
The procedure itselfes is easy but the way is difficult.
I'm quite happy to do the compiling on a Ubuntu OS.
Even when the (source)files where a kind of "hidden" in var/snap/docker/..., the docker enviroment makes it easy to compile.
Your build "assistant" also is a fun to work with.
Will see, if I assemble the "how to" for the T8SG Lite.
By the way, does it make sense to put T8SG Lite as Build online?
So far, none exist.
Again, many thks. for your helping hand!!!
Many thanks for your support. You are my man.
The procedure itselfes is easy but the way is difficult.
I'm quite happy to do the compiling on a Ubuntu OS.
Even when the (source)files where a kind of "hidden" in var/snap/docker/..., the docker enviroment makes it easy to compile.
Your build "assistant" also is a fun to work with.
Will see, if I assemble the "how to" for the T8SG Lite.
By the way, does it make sense to put T8SG Lite as Build online?
So far, none exist.
Again, many thks. for your helping hand!!!
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
Less
More
- Posts: 3333
12 Jan 2019 09:12 #72295
by vlad_vy
Replied by vlad_vy on topic T8SG Lite
I don't think there is any sense to make different build for original T8SG Lite since the only difference from T8SG V2 is "hardware.ini".
Please Log in or Create an account to join the conversation.
- Qmike
- Topic Author
- Offline
Less
More
- Posts: 16
12 Jan 2019 12:07 - 12 Jan 2019 12:11 #72296
by Qmike
Replied by Qmike on topic T8SG Lite
Yes vlad_vy, you are spot on right but I guy like me was not in the know of such similarity. So maybe a small remark in the downloads will do the job.
Concerning your small change in the targets_def.h this was the trigger for restructering/initializing the file system which then shows 4mb not 2mb as before.
Modells etc. need to be adapted but this is a peace of cake.
Anyway, you have giving me a helping hand and that counts.
Cheers
Qmike
Concerning your small change in the targets_def.h this was the trigger for restructering/initializing the file system which then shows 4mb not 2mb as before.
Modells etc. need to be adapted but this is a peace of cake.
Anyway, you have giving me a helping hand and that counts.
Cheers
Qmike
Last edit: 12 Jan 2019 12:11 by Qmike.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
Less
More
- Posts: 3333
23 Jan 2019 12:43 - 23 Jan 2019 12:46 #72498
by vlad_vy
Replied by vlad_vy on topic T8SG Lite
Now "t8sg_v2" firmware has flash memory auto detect enabled (from 24 January nightly build), so I think it can be used as firmware for T8SG Light, with changed "hardware.ini".
;Only useful for transmitters with an after-market vibration motor
;enable-haptic=1
;
;switch_types: 3x4, 3x3, 3x2, 3x1, 2x8, 2x7, 2x6, 2x5, 2x4, 2x3, 2x2, 2x1, potx2, potx1
;May occur more than once if necessary.
;Add nostock if stock FMOD and HOLD switches have been removed.
extra-switches = nostock
extra-switches = 3x4
; extra-switches = 2x2
extra-switches = potx2
;
;button_types: trim-all, trim-(left|right)-(up|down|both)
;May occur more than once if necessary.
;extra-buttons=
;
[modules]
; there is no need to enable the cyrf6936 module unless
; it is wired to an alternate port. It is Enabled automatically otherwise
enable-cyrf6936 = 0
; has_pa-cyrf6936 = 1
; enable-a7105 = A13
; has_pa-a7105 = 1
enable-cc2500 = A14
has_pa-cc2500 = 1
; enable-nrf24l01 = A15
; has_pa-nrf24l01 = 1
; enable-multimod = A13
Last edit: 23 Jan 2019 12:46 by vlad_vy.
Please Log in or Create an account to join the conversation.
- thanh81
- Offline
Less
More
- Posts: 1
08 Apr 2020 10:42 #76165
by thanh81
Replied by thanh81 on topic T8SG Lite
Hello!
I have updated the firmware for the faulty t8sg lite. If you have the original firmware of t8sg lite, give it to me please. thank you very much !
I have updated the firmware for the faulty t8sg lite. If you have the original firmware of t8sg lite, give it to me please. thank you very much !
Please Log in or Create an account to join the conversation.
Time to create page: 0.047 seconds