Re: syslinux package for arm

2014-05-30 Thread Philippe Coval
On 05/29/2014 01:29 PM, Jay D Bhatt wrote: > > 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

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

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 s