[U-Boot] PCIE Switch Support in u-boot-2015.01

2015-04-03 Thread Ashish Khetan
Hi, I am using u-boot-2015.01 loader on MPC8641D based Board. I have following queries Related to PCIe bus 1. Does it provide support to pcie switch(PES64H16AG2) support? 2. Do I need any specific driver for this switch to make it up? After booting its not showing any link the logs are: U-Boot

Re: [U-Boot] U-boot on MPC8641D based board

2015-03-20 Thread Ashish Khetan
AM, Ashish Khetan wrote: Hi All, I have been facing a strange problem in my board which is MPC8641D based. In this board we have two nor spansion flashes connected to cs0 and cs1. U boot had detected both the flashes and when flinfo command is it shows both flash information but when we try

[U-Boot] U-boot on MPC8641D based board

2015-03-19 Thread Ashish Khetan
is crashing. Flash part no is s29gl01gs which is CFI complaint. Please provide some pointers where I should concentrate more to resolve this issue. As I have checked all the configuration in configuration file it seems to be fine. Any help will be really appreciated. Ashish Khetan +91-8886013575

Re: [U-Boot] VxWorks Booting using U-boot as Bootloader

2014-09-09 Thread Ashish Khetan
i directly start with go address, but that shouldn't matter. best regards, Hannes On 2014-09-09 03:56, Ashish Khetan wrote: Hi Hannes Thanks for your reply. I am using VxWorks 6.7 and the image is not stripped. The loadaddress is also same within kernel configuration. I am using

Re: [U-Boot] VxWorks Booting using U-boot as Bootloader

2014-09-08 Thread Ashish Khetan
-automation.com wrote: Hi Ashish, i had a problem booting vxworks in the past around interrupt vectors. Which version of vxworks you are using ? do you use a stripped image ? is the loadaddress the same within kernel configuration ? best regards, hannes From: Ashish Khetan curieux.khe

[U-Boot] VxWorks Booting using U-boot as Bootloader

2014-09-04 Thread Ashish Khetan
Hi, I was trying to boot vxworks using u-boot bootloader for learning purpose on MPC8640DHPCN board. Previously I successfully ported QNX os along with linux on same board using u-boot. while booting using bootvx command its not booting and stucking after showing the following message: tftp

[U-Boot] MPC8641 ASMP u-boot booting

2014-05-05 Thread Ashish Khetan
Hi, I am a little bit confused about u-boot smp and u-boot asmp on mpc8641d based HPCN board. when i am enable config_mp, in which mode it boots? In SMP u-boot or ASMP u-boot? and if it boots in smp mode then how am i going to boot ASMP linux? Please show me some way to boot ASMP linux . Any

Re: [U-Boot] MPC8641D stucks before relocation

2013-10-28 Thread Ashish Khetan
understanding for this... I am getting frusted because I am stuck at this point from last 20 days. please help... thanks in advance and Regards On Sat, Oct 26, 2013 at 12:20 AM, Ashish Khetan curieux.khe...@gmail.comwrote: Thanks For reply, i check DDR configuration using Code warrior

[U-Boot] MPC8641D stucks before relocation

2013-10-25 Thread Ashish Khetan
hii I am using MPC8641D based custom board for evaluation purpose. I am using minimal configuration for this board i.e. only FLASH and DDR initialisation. when I compiled U-boot in debug mode its printing addresses, i check for those addresses and found that it is unable to relocate itself to

Re: [U-Boot] MPC8641D stucks before relocation

2013-10-25 Thread Ashish Khetan
correctly. You can try to dump all DDR registers and check if anyone is suspicious. You can also override any register before enabling the controller. You may also add some memory test before relocation. York On 10/25/2013 06:38 AM, Ashish Khetan wrote: hii I am using MPC8641D based custom