Languages

Menu
Sites
Language
타이젠 3.0 TM1 기기가 너무 느려요

예상했던 작동 방식
타이젠 2.4 버전때 처럼 부드럽게 잘 작동하는 모습

실제로 작동하는 방식

렉이 너무 걸리고, 카메라, 인터넷 앱이 작동하지 않음


해당 증상이 일어나게끔 하는 방법


사이트 접속 http://download.tizen.org/prerelease/tizen/3.0-mobile/tizen-3.0-mobile_20170612.1/tizen-3.0-mobile_20170612.1.20170613.065746/images/target-TM1/
mobile-boot-armv7l-tm1이미지와 mobile-wayland-armv7l-tm1이미지를 다운로드 한 후
TM1 디바이스를 다운로드 모드로 전환함

컴퓨터와 연결한 후
명령어를 입력
```
sudo lthor mobile-boot-armv7l-tm1image
sudo lthor mobile-wayland-armv7l-tm1image
```

디바이스가 부팅될 때까지 기다린 후
http://developer.samsung.com/tizendevice/firmware 여기서 파일 다운로드
압축 풀고 mobile_tm1_plugin_install.sh 파일을 실행

재부팅이 완료될 때까지 기다리면
디바이스가 렉걸리는 걸 확인 할 수 있습니다.

제가 뭔가 과정을 빼먹은게 있는 건지 원래 개발중이라 렉이 걸리는 건지 알고 싶습니다.

Edited by: 현우 김 on 13 Jun, 2017

Responses

7 Replies
Armaan-Ul- Islam

Can't say If the 'tizen-3.0-mobile_20170612.1.20170613.065746' was buggy or not, cause I see the package is removed from web now:

http://download.tizen.org/prerelease/tizen/3.0-mobile/tizen-3.0-mobile_20170612.1/

 

It seems there are some new releases, You may give it a try:

http://download.tizen.org/prerelease/tizen/3.0-mobile/

 

 

Hoyub Lee

안녕하세요. 작성해주신 내용을 보았을 때, GL 가속을 위한 플러그인 (그래픽 드라이버) 설치가 되지 않은 것 같습니다.

아래의 개발 가이드 내용 중 '3. TIZEN 3.0 플러그인 설치' 부분 확인하여 진행하시면 될 것 같습니다.

 

[TIZEN 3.0 개발 가이드] (TM1 디바이스 기준)

1. TIZEN 3.0 이미지 다운로드 (검증된 이미지로 설명)

 - Repository 주소: http://download.tizen.org/snapshots/tizen/3.0.m2-mobile/tizen-3.0.m2-mobile_20170111.1/images/target-TM1/

 - 위 주소로 들어가 mobile-boot-armv7l-tm1 및 mobile-wayland-armv7l-tm1 이미지 다운로드

tizen-3.0.m2-mobile_20170111.1_mobile-boot-armv7l-tm1.tar.gz
tizen-3.0.m2-mobile_20170111.1_mobile-wayland-armv7l-tm1.tar.gz

 

2. TIZEN 3.0 이미지 설치

 - TM1 디바이스 다운로드 모드 전환

 - 위에서 다운로드 받은 2개의 이미지 TM1 디바이스에 설치

 lthor *.tar.gz

    (다음과 동일: lthor tizen-3.0.m2-mobile_20170111.1_mobile-boot-armv7l-tm1.tar.gz tizen-3.0.m2-mobile_20170111.1_mobile-wayland-armv7l-tm1.tar.gz)

 

3. TIZEN 3.0 플러그인 설치

 - 플러그인 사이트: http://developer.samsung.com/tizendevice/firmware

 - TM1(3.0) Plugin 다운로드 및 압축 해제

 - Host PC (Ubuntu) 와 TM1 디바이스 연결 후 TM1 부팅 완료되면 설치 스크립트 실행

Phil rzr

What about WiFi support for TM1 using Tizen 3 or 4 ? (I see that sprdwl.ko is not loaded on boot)

 

Phil rzr

Crosslinked to:

https://wiki.tizen.org/TM1

https://developer.tizen.org/forums/general-support/%ED%83%80%EC%9D%B4%EC%A0%A0-3.0-tm1-%EA%B8%B0%EA%B8%B0%EA%B0%80-%EB%84%88%EB%AC%B4-%EB%8A%90%EB%A0%A4%EC%9A%94#comment-27770

Peter Wegner

WiFi is Running Gag...

 

Remember RD-PQ...

 

Similar "surprice" I saw with my SM-R732 with Tizen 3 and 4...

 

You have to copy the WiFi driver manually... or you are smart enough to find the RPM files...

I case of my SM-R732... I have collect the files from commercial Firmware...

 

So IMHO same for TM1... you have to ask your friends from Samsung... :)

Or you have to move your a... and identify all missing files... and insert into your rootfs... manually...

For instance with SDB...

sdb push... forgotten what crap to run WiFi to blabla path

Best Regards

Peter Wegner

Something like this I made with SM-R732...

 

sh-3.2# wlan.sh
sh: /usr/bin/wlan.sh: Permission denied
sh-3.2# cd /usr/bin
sh-3.2# chmod +x wlan.sh
sh-3.2# wlan.sh
wlan.sh [start] [stop] [softap] [p2p] w [rftest]
sh-3.2# wlan.sh start
/usr/bin/wlan.sh: line 5: /usr/bin/wifi-loader: No such file or directory

Edit 2.

Code:
sh-3.2# cp wifi-loader /usr/bin
sh-3.2# wlan.sh start
/usr/bin/wlan.sh: line 5: /usr/bin/wifi-loader: Permission denied
sh-3.2# chmod +x /usr/bin/wifi-loader
sh-3.2# wlan.sh start
sh-3.2#
Phil rzr

Hi Peter, thanks for feedback

Well I have observed that wlan module was not loaded

but it's there /lib/modules/3.10.65/kernel/drivers/net/wireless/sc2331/sprdwl.ko

Also wlandrv-plugin-sprd is not shipped is later images:

sh-4.1# rpm -qf /usr/bin/wlan.sh
wlandrv-plugin-sprd-0.0.10-1.1.armv7l

rpm -ql wlandrv-plugin-sprd
/usr/bin/wifi-loader
/usr/bin/wlan.sh
/usr/lib/systemd/system/multi-user.target.wants/wifi-mac-check.service
/usr/lib/systemd/system/wifi-mac-check.service

It should be easy to add it back using:

https://review.tizen.org/git/?p=adaptation/devices/wlandrv-plugin-sprd.git;a=summary

Maybe once parts are merged in current image things are working magically,
I have no idea but it may worth a try...

I will keep editing,

https://wiki.tizen.org/TM1#

you can reach me (RzR) on IRC too