[beagleboard] unable to Boot From SD card

2017-04-18 Thread arun kumar
Hi, I had my beagle bone black, which used to boot from my custom u-boot and kernel. But now, It is unable to boot from the SD card for no apparent reason. The SD card is fine as I can mount ,read and modify files in the partition. Observations: 1. SD card readable via a SD card reader ove

[beagleboard] Re: u-boot v2017.03 cross compilation failed

2017-04-19 Thread arun kumar
Hi, I am using the same toolchain as you. But I could not recreate the problem that you faced. I will list down my steps.. 1. Clone the mainline u-boot . ( git clone git://git.denx.de/u-boot.git) I have faced issues too with the ee-wiki sources, but the steps more or less work wi

[beagleboard] Re: Understanding boot process of beaglebone black.

2017-04-19 Thread arun kumar
UART0 and USB0 are the peripheral communication. The number 0 attached to the end is the peripheral number, In modern day MPUs there will be multiple communication so we have multiple UART and USB. UART-0 and USB-0 are the first devices with the same protocol. UART-0 and USB-0 are the first in

[beagleboard] getting started with beaglebone black

2018-02-09 Thread Arun Kumar
Hello BB experts, I recently purchased my first Beaglebone Black and cant wait to get started. Have mostly worked on bare-metal microcontroller projects mostly involving close loop motor control applications.I would like to step into the world of operating systems(especially Linux) and decided t

[beagleboard] Re: getting started with beaglebone black

2018-02-20 Thread Arun Kumar
ns is a file... > > This is just a beginner sharing his expirience, I am sure there are > experts in this forum who are very helpful and could guide you for specific > issues. > > On Friday, 9 February 2018 08:53:43 UTC, Arun Kumar wrote: >> >> Hello BB experts,