On 05/28/2014 08:57 AM, Jay D Bhatt wrote:

Hi Philippe,

Thanks for your reply.

I am using Freescale imx6 board.


do you have support for Vivante GPU ?

https://en.wikipedia.org/wiki/I.MX

Without expect slow performance , you can use framebuffer 1st
it's basic but work enough for a test ie :
https://www.youtube.com/watch?v=6JDy9uUqH4Y&list=UUHVSal7ifvk6Juar-FaddTQ




The kernel for my board is build and included in the image, but I am not sure how to include the bootloader.




Can you please try thoses instructions :

https://community.freescale.com/docs/DOC-95015

git clone git://git.denx.de/u-boot.git

...

dd if=u-boot.imx of=/dev/<your-sd-card> bs=1k seek=1


It looks similar to my uboot configuration


I tried to look at your ks file. I wanted to know how you have included u-boot in your final image, since I don't see them in mentioned packages.


yes I cant do this in ks
let me add those tips to wiki page but everything is documented on sunxi wiki

"u-boot-sunxi-a20-olinuxino_micro-20140526T114256-44910e9/u-boot-sunxi-with-spl.bin
 sudo dd if="$file" of="$disk" bs=1024 seek=8 # 268596


There is u-boot available in kernel folder of tizen repository(/platform/kernel/u-boot). Can I try doing gbs build on it and including it in packages under my ks file?

yes you can , I didnt used gbs my side but xcompilation

I too have blacklisted some packages for the image.


So, including bootloader will solve my problem, or I need to replicate some other things also( instead of syslinux package), so that my image will work?

installing uboot ,should be fine you can also force kernel command line whoile compiling kernel


Could you please suggest?


I propose you to add details  / questions on your target at :

https://wiki.tizen.org/wiki/ARM

And we will sort it out later

--
 mailto:[email protected]  --  gpg:0x467094BC
 xmpp:[email protected]
 https://dockr.eurogiciel.fr/blogs/embedded/author/pcl/
                                                                       .

_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to