Developers who have access to the Tizen Developer Device were tipped off a couple of weeks ago that a new build image and flashing instructions would be released and .... They are !!!
After flashing the device now shows as version "Tizen 2.0 Unavailable" .... I'm not too sure what the unavailable bit means ? Any ideas ?
So far most of the changes seem to be under the hood with the only application changes being the loss of messages application. I so long for a Terminal application but I suppose we have to wait and look towards the community for that.
I used the instructions below on Ubuntu 12.04 32 Bit and i didn't require the "Install 32-bit libs" or "apt-get install libarchive12:i386". Also the only other thing to include would be to make lthor an executable via chmod +x lthor.
:
The lthor binary is pre-compiled in 32-bit environment, so you need to install some 32-bit libraries in your host, for example in Ubuntu 12.04:
Ubuntu 12.04:
1. Install 32-bit libs
sudo apt-get install ia32-libs
2. Install libarchive in i386 flavor
sudo apt-get install libarchive12:i386
3. "Fix" libarchive symlink
sudo ln -s /usr/lib/i386-linux-gnu/libarchive.so.12.0.3 /usr/lib/i386-linux-gnu/libarchive.so.2
Flashing the Tizen image:
Step 1. Boot the phone into download mode.
$ sudo ./lthor lb-tizen-1.0_20120613.10-rs.tar.gz or $ sudo ./lthor lb-tizen-1.0_20120613.10-rs.tar
The phone will be automatically rebooted after successful downloading.
Tips:
:
Once the phone is flashed and bootup. Choose the usb mode to "USB debugging" by doing this:
Settings -> Press "All" to show all the settings items -> "USB utilities" -> Choose "USB debugging"
Then the device will export a usbnet device, it's addr: 192.168.129.3
(In your host) configure your ip address of usb0:
# ifconfig usb0 192.168.129.4
Then you can ssh into target device (root, pwd: tizen):
# ssh [email protected]
Source Tizen Wiki