Hi, you need to have USB to serial cable, USB interface should be connected to your host machine and serial pins should be connected to your BBB.
Please check the below link how to configure serial configuration on the beaglebone black board. https://www.google.co.in/search?q=usb+to+serial+converter+for+beaglebone+black&source=lnms&tbm=isch&sa=X&sqi=2&ved=0ahUKEwjv-NiT0NXSAhUKRo8KHVvrDvIQ_AUIBigB&biw=1215&bih=934#imgrc=1WWBsnsA_brTbM: Once the connection is done, open terminal on your host machine and type below commands to install some packages to get the console access. sudo apt-get install picocom ( these commands are for ubuntu machine if you have any other dist, please use appropriate commands ) sudo adduser $USER dialout picocom -b 115200 /dev/ttyUSB0 Now power up the board and check the prints on serial console. Regards, Madhu On Tue, Mar 14, 2017 at 11:53 AM, 나종식 <[email protected]> wrote: > Dear Madhu. > > Thank you for your reply. > > Please let me know how to connect the serial and I will share the log. > > Thank you. > > 2017-03-14 15:20 GMT+09:00 Madhu K <[email protected]>: >> >> Are you using usb to serial connection? >> >> if yes, can you share the serial console log. >> >> Regards, >> Madhu >> >> On Tue, Mar 14, 2017 at 10:37 AM, 나종식 <[email protected]> wrote: >> > Hello! >> > >> > I bought BeagleBone Black. >> > >> > >> > I followed the procedure linked below. >> > >> > -> https://eewiki.net/display/linuxonarm/BeagleBone+Black >> > >> > >> > After removing the micro SD card, >> > When you insert an SD card into BeagleBone, only one LED blink >> > continuously >> > and it appears to have no action. >> > >> > I do not know why. >> > >> > >> > >> > I have run it like this: >> > >> > >> > 1. u-boot >> > >> > 1) wget -c >> > >> > https://rcn-ee.com/repos/git/u-boot-patches/v2017.03-rc2/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch >> > >> > 2) patch -p1 < 0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch >> > >> > >> > 2.Linux Kernel >> > >> > 1) git clone https://github.com/RobertCNelson/ti-linux-kernel-dev.git >> > >> > 2) git checkout origin/ti-linux-rt-4.4.y -b tmp >> > >> > 3.Ubuntu 16.04 LTS >> > 1) wget -c >> > >> > https://rcn-ee.com/rootfs/eewiki/minfs/ubuntu-16.04.2-minimal-armhf-2017-03-02.tar.xz >> > >> > 4.Setup microSD card >> > >> > >> > -- >> > For more options, visit http://beagleboard.org/discuss >> > --- >> > You received this message because you are subscribed to the Google >> > Groups >> > "BeagleBoard" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an >> > email to [email protected]. >> > To view this discussion on the web visit >> > >> > https://groups.google.com/d/msgid/beagleboard/06cefb5b-f768-478e-b77b-958afa18e8a7%40googlegroups.com. >> > For more options, visit https://groups.google.com/d/optout. >> >> -- >> For more options, visit http://beagleboard.org/discuss >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "BeagleBoard" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/beagleboard/IdwhTJ-CL9I/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/beagleboard/CAA2oCOmGUXoKBaXz-pLaax6y7M1_y8g1O3PqtbMOAL%2B0HzU_Gw%40mail.gmail.com. >> For more options, visit https://groups.google.com/d/optout. > > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/beagleboard/CAKHizMfmj9kGSmmwv_bs2F9aa_KKLT1evTk4DeJkqKLnWUeUfQ%40mail.gmail.com. > > For more options, visit https://groups.google.com/d/optout. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAA2oCOkPzVgrKz124biyds5wboGr3Xx8mFQY-7vqpy3PuWW%3Daw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
