Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

returned value of Tools.entry_fes_thread is error #7

Open
Bonteruel opened this issue Oct 16, 2017 · 5 comments
Open

returned value of Tools.entry_fes_thread is error #7

Bonteruel opened this issue Oct 16, 2017 · 5 comments

Comments

@Bonteruel
Copy link

That's what I get trying to flash the device,after a progress of the flashing task.
This is the last part of the log in terminal:
<TL_ERR>:usbtool.lua_2838>:fes down partition fail

<TL_ERR>:usbtool.lua_3660>:down partition error

L296, Exception, returned value of Tools.entry_fes_thread is error.
./DeviceMessage/ASuitDeviceMessage.cpp 136 failed

@PaddyX
Copy link

PaddyX commented Jan 11, 2018

have same problem and error messages here with Ubuntu 16.04.03. Have you found a solution for that?

Paddy

@elros34
Copy link

elros34 commented Feb 18, 2019

For me setting "verify = 0" for UDISK partition in sys_partition.fex helped.
My log:
`[TL_MSG]:Verify:start = 1b0000 ,size = db9800 ,pc_crc = 7fd05887, media crc = 7fd05887

[TL_MSG]:name = UDISK addrhi=0x0 addrlo = 0x2d0000 lenhi = 0x0 lenlo = 0x0 file = DISKFS_FEX000000, en=0,vf=1

[TL_MSG]:work mode update ,udisk part ignore !!!!

[TL_MSG]:need verify:1,VDISKFS_FEX00000

[TL_FEX]:2d0000, 200

[TL_MSG]:Verify:start = 2d0000 ,size = 200 ,pc_crc = 0, media crc = ffffff80

<TL_ERR>:usbtool.lua_2838>:fes down partition fail

<TL_ERR>:usbtool.lua_3660>:down partition error

L296, Exception, returned value of Tools.entry_fes_thread is error.
./DeviceMessage/ASuitDeviceMessage.cpp 136 failed
---------------Exit Called-----------------
Closing image now!

Clos image OK!

[TL_MSG]:Tools Close Img ...
`

@ssdmt
Copy link

ssdmt commented Aug 16, 2019

[TL_MSG]:work mode update, udisk part ignore !!!!

need write udisk partition by LiveSuit !!

@3126872157
Copy link

try another usb
i found it successful when i use a usb hub to connnect my laptop to my v831

@cuynu
Copy link

cuynu commented Oct 16, 2024

for me it fail on newer image formats, but not on older image formats, changing usb ports didn't work either.

[TL_MSG]:Verify:start = 20000 ,size = 2000000 ,pc_crc = 16a14d7e, media crc = 16a14d7e

[TL_MSG]:name = super addrhi=0x0 addrlo = 0x30000  lenhi = 0x0 lenlo = 0x400000  file = SUPER_FEX0000000, en=0,vf=1

[TL_MSG]:find a sparse format part,SUPER_FEX0000000

[TL_MSG]:item size :1338 M

[TL_MSG]:magic = ed26ff3a

[TL_MSG]:blk_size = 1000

[TL_MSG]:total_chunk = af0

[TL_MSG]:tlBufImg size = 600000

Fes Device Plugin before Timeout!
Kill Timer!
[TL_MSG]:handled chunk = af0 total_chunk = af0

[TL_MSG]:need verify:1,VSUPER_FEX000000

[TL_FEX]:30000, 53af7934

[TL_MSG]:Verify:start = 30000 ,size = 53af7934 ,pc_crc = 8893e0c4, media crc = b5f3f207

<TL_ERR>:usbtool.lua_3080>:fes down partition fail

<TL_ERR>:usbtool.lua_3913>:down partition error

L296, Exception, returned value of Tools.entry_fes_thread is error.
./DeviceMessage/ASuitDeviceMessage.cpp 136 failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants