Languages

Menu
Sites
Language
Developer hardware

Hello

I'm a trainee web developer who is very interested in this project. I'll be grabbing the SDK shortly but I was wondering whether it was possible to use a device other than the Tizen hardware to develop with? As a newcomer to development I seriously doubt I would qualify for developer hardware but I have a few older phones at home (for example a Palm Pre 2) that I could use if the OS was compatible. I know there is the emulator, but sometimes there is nothing better than seeing how something actually runs on the hardware.

I'm assuming this isn't possible, but figured I'd ask anyway.

Thanks

Gray

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

6 Replies
John Ixion
Hi Gray, afaik Tizen will run on a Sandy Bridge PC for instance but older phones don't have the Linux drivers ;) (Tizen IVI is already compatible with Sandy Bridge)   The Origen board, Samsung's Exynos development board, will probaly be Tizen compatible: http://www.phoronix.com/scan.php?page=news_item&px=MTIxMjU
Ankit Kumar

Hello Olivier Nyssen,

I am Trying to build Tizen for Pandaboard,

I followed the Instructions provided on  "https://wiki.tizen.org/wiki/Tizen_IVI_Getting_Started_Guide_For_PandaBoard"

Downloaded Uboot,Xloader,Kernel & built them, Download & Build went well,

Gave these below commands,

setenv bootargs 'console=ttyO2,115200n8 mem=512M@0x80000000 root=/dev/mmcblk0p2 rootfstype=ext4 ro rootdelay=2 init=/sbin/init vram="16M" omapfb.vram=0:16M,1:4M omapdss.def_disp=hdmi:1024x600MR-16@60'

mmcinit;fatload mmc 0 80000000 uImage;bootm 80000000

But when i tried bring up on pandaboard in minicom i am getting the below error message 

Failed to execute /sbin/init.  Attempting defaults

I Checked the images created & i am unable to find init anywhere inside,

GBS-ROOT/local/BUILD-ROOTS/scratch.armv7l.0

Can you please guide where i went wrong.

BR's,

Ankit

Ankit Kumar

Hello Olivier Nyssen,

I am Trying to build Tizen for Pandaboard,

I followed the Instructions provided on  "https://wiki.tizen.org/wiki/Tizen_IVI_Getting_Started_Guide_For_PandaBoard"

Downloaded Uboot,Xloader,Kernel & built them, Download & Build went well,

Gave these below commands,

setenv bootargs 'console=ttyO2,115200n8 mem=512M@0x80000000 root=/dev/mmcblk0p2 rootfstype=ext4 ro rootdelay=2 init=/sbin/init vram="16M" omapfb.vram=0:16M,1:4M omapdss.def_disp=hdmi:1024x600MR-16@60'

mmcinit;fatload mmc 0 80000000 uImage;bootm 80000000

But when i tried bring up on pandaboard in minicom i am getting the below error message 

Failed to execute /sbin/init.  Attempting defaults

I Checked the images created & i am unable to find init anywhere inside,

GBS-ROOT/local/BUILD-ROOTS/scratch.armv7l.0

Can you please guide where i went wrong.

BR's,

Ankit

John Ixion

Hi Ankit,

For IVI I would recommend the mailing list https://lists.tizen.org/listinfo/ivi

John Ixion

this is a VERY old thread btw :)

Peter Wegner

But nothing changed... same situation.

:)

So I think no problem to ask in this Thread...

Best Regards