Re: [U-Boot] configuring u-boot for custom board based on beaglebone(am335xx_evm)

2012-12-28 Thread Tom Rini
On Thu, Dec 20, 2012 at 03:15:18AM -0800, Pavan wrote: > Hi all, > > i am using u-boot-2013.02.rc2 and cross-compiling for target > am335x_evm_uart2_config target its creating MLO and u-boot.img for my > target.buts its not booting on uart2. > > is there any configuration i need to change i

Re: [U-Boot] configuring u-boot for custom board based on beaglebone(am335xx_evm)

2012-12-20 Thread Pavan
Hi all, i am using u-boot-2013.02.rc2 and cross-compiling for target am335x_evm_uart2_config target its creating MLO and u-boot.img for my target.buts its not booting on uart2. is there any configuration i need to change in u-boot source code? Thanks Regards Pavan -- View this message

Re: [U-Boot] configuring u-boot for custom board based on beaglebone(am335xx_evm)

2012-12-19 Thread Tom Rini
On Wed, Dec 19, 2012 at 07:19:03AM -0800, Pavan wrote: > Hi Yegor, > > Thanks for quick reply, > > in u-boot source code to change the beagleboard -xM pin mux we > can change by updating the file board/ti/beagle/beagle.h by changing the > MUX_BEAGLE() micro ,how can i access the sa

Re: [U-Boot] configuring u-boot for custom board based on beaglebone(am335xx_evm)

2012-12-19 Thread Pavan
Hi Yegor, Thanks for quick reply, in u-boot source code to change the beagleboard -xM pin mux we can change by updating the file board/ti/beagle/beagle.h by changing the MUX_BEAGLE() micro ,how can i access the same thing for beaglebone? Regards Pavan -- View this message in

Re: [U-Boot] configuring u-boot for custom board based on beaglebone(am335xx_evm)

2012-12-19 Thread Yegor Yefremov
On Wed, Dec 19, 2012 at 3:07 PM, Pavan wrote: > Hi, > >i need to configure u-boot-2013.01.rc2 for my custom board, that > is completely based on beaglebone Rev A3,i have mux.h file according to my > hardware i am not understanding the codeflow of beaglebone for include the > mux.h. > >

[U-Boot] configuring u-boot for custom board based on beaglebone(am335xx_evm)

2012-12-19 Thread Pavan
Hi, i need to configure u-boot-2013.01.rc2 for my custom board, that is completely based on beaglebone Rev A3,i have mux.h file according to my hardware i am not understanding the codeflow of beaglebone for include the mux.h. i have some extra hardware on my board,but first i need to u