Tizen OS Source Code Available

Search This thread

Top Liked Posts

  • There are no posts matching your filters.
  • 15
    Almost had it :)

    Hi All,

    Update:
    Tizen 1.0 was able to boot till the Enlightenment window showed up :) using emulfb driver and touch screen working fine. Unfortunately the Enlightenment window stopped unexpectedly. As of now I am not able to track down the issue.

    Have a look into the screenshot

    firstboot2.jpg

    Diving in much more deeper... Hope we soon get Tizen working on HD2!! :good:

    Tizen Image source: LINK
    Ref: LINK
    Kernel: LINK
    10
    Hey friends,

    We have heard about the Tizen OS. It is yet another linux os for the mobiles & smartphones. It seems that they have released their source code over here:

    SOURCE CODE

    and the SDK as well...

    Hope to we can see this on our beloved HD2 soon.
    5
    After several tries and reworks still the screen remains black and with mouse pointer. But the mouse pointer is moving when a mouse connected to usb host and with touchscreen events as well. Anyone can suggest. Here is my xorg.config
    # ------------------------------------------------------------
    #Section "ServerFlags"
    # Option "blank time" "0"
    # Option "standby time" "0"
    # Option "suspend time" "0"
    # Option "off time" "0"
    #EndSection

    Section "ServerLayout"
    Identifier "Builtin Default Layout"
    Screen "Framebuffer"
    InputDevice "htcleo-ts"
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    Mode "480x800"
    DotClock 0
    HTimings 480 480 480 480
    VTimings 800 800 800 800
    Flags "-HSync" "-VSync"
    EndMode
    EndSection

    Section "Device"
    Identifier "fbdev0"
    Driver "fbdev"
    Option "ShadowFB" "on"
    Option "Rotate" "CW"
    Option "RandRRotation" "on"
    EndSection

    Section "Screen"
    Identifier "Framebuffer"
    Device "fbdev0"
    Monitor "Monitor0"
    DefaultFbBpp 32
    SubSection "Display"
    Depth 32
    Modes "480x800"
    EndSubSection
    EndSection

    Section "InputDevice"
    Identifier "htcleo-ts"
    Driver "evdev"
    Option "Device" "/dev/input/event0"
    # Option "InvertX"
    Option "SwapAxes" "true"
    # Option "Calibration" "972 4 569 15"
    EndSection
    4
    Hi All,

    I have downloaded the Tizen 1.0 ARM image from here and created new initrd.cpio and mounted all required filesystems (EXT4) to make Tizen boot from HD2. Used the kernel from here

    Initially i was able to see some dialogs saying default depth should be 24 or 32. Then I configured xorg with framebuffer and with default depth as 16 as mentioned in Htc-Linux. I almost had it :D. Now i am stuck at black screen with a cursor displayed for long time :crying:.

    I think I am missing something. This is the first time I am trying to do all this stuff. Need to go much more deep into it. I hope this should not take much time. I will try to come up with a positive status in this...

    Cheers,
    Diwakar

    HTC HD2 - The Immortal
    3
    Tried to boot the latest image of Tizen (LINK) but it looks like DEVTMPFS is not enabled in the kernel. Tried with the latest kernel as well but unable to load /dev. Need to modify the kernel and compile it.