RE: syslinux package for arm

2014-05-29 Thread Jay D Bhatt
Hi Philippe, I was trying your suggestions for some time. I am still stuck with booting problem. Below are my steps: Step 1 sudo dd if=u-boot.bin of=/dev/sdb bs=512 seek=2 skip=2 conv=fsync Step 2 sudo dd if=uImage of=/dev/sdb bs=512 seek=2048 conv=fsync Step 3 sudo bzcat ivi-XYZ.raw | sudo

syslinux package for arm

2014-05-28 Thread Jay D Bhatt
Hi Philippe, Thanks for your reply. I am using Freescale imx6 board. The kernel for my board is build and included in the image, but I am not sure how to include the bootloader. 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

Re: syslinux package for arm

2014-05-28 Thread Philippe Coval
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

Re: syslinux package for arm

2014-05-27 Thread Philippe Coval
On 05/27/2014 01:28 PM, Jay D Bhatt wrote: Hi, I am working on creating my own MIC image from the GBS packages build. I have taken the kickstart file (ivi-release-mbr-i586.ks) from online repos and want to convert it to make it work for armv7l architecture. that's what I've been doing