[beagleboard] Custom board boots up, UART works, USB doesn't

2018-09-08 Thread An Ra
Hi all, I have a custom board (based on PocketBeagle design). I was able to flash the EEPROM and it boots up normally and I have access to the Linux command Line through UART0 interface. However, the board doesn't show up as a USB device as the PocketBeagle does. Any ideas how to solve this

Re: [beagleboard] Issue updating U-Boot to the microSD card

2018-09-07 Thread An Ra
em.map test tools u-boot u-boot.bin u-boot.cfg u-boot.cfg.configs u-boot.img u-boot.lds u-boot.map u-boot-nodtb.bin u-boot.srec u-boot.sym On Friday, September 7, 2018 at 8:59:28 AM UTC-4, RobertCNelson wrote: > > > > On Fri, Sep 7, 2018, 6:22 AM An Ra > wrote: > >> >&g

[beagleboard] Issue updating U-Boot to the microSD card

2018-09-07 Thread An Ra
Hello, I am trying to boot up my custom board by bypassing the board ID check. Therefore, I am following this guide to update u-boot and install it on a microSD card that has Debian Stretch IoT 9.4. All the steps till step 6 worked fine. So, I was able to build the new u-boot. The lsblk comman

[beagleboard] Re: Pocketbeagle Micro SD Card Connector X2

2018-08-12 Thread An Ra
I was't able to find any connector with the same footprint in one of the distributors in the US (mouser, digikey, etc). That's why I am asking if someone has used any. Regards, On Sunday, August 12, 2018 at 4:39:40 PM UTC-4, An Ra wrote: > > Hi all, > > Could someone please

[beagleboard] Pocketbeagle Micro SD Card Connector X2

2018-08-12 Thread An Ra
Hi all, Could someone please suggest a similar uSD connector to buy instead of the "MTCONN MCTF-0403" or "Suntech ST-TF-003A" that I couldn't find in major distributors? Regards, -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscr

[beagleboard] Re: BBB-Internet access over USB

2018-08-08 Thread An Ra
Hi, I have it working following this tutorial and thanks to Graham's response in this discussion to r

[beagleboard] Re: Disable serial debug on UART0 and enable it on UART4

2018-08-06 Thread An Ra
y any .service files". After adding sudo: "sudo systemctl mask serial-getty@ttyS0.service" and rebooting, the service "serial-getty@ttyS0.service" disappeared from "systemctl --full". On Saturday, August 4, 2018 at 3:59:38 PM UTC-4, An Ra wrote: > > > Hi

[beagleboard] Disable serial debug on UART0 and enable it on UART4

2018-08-04 Thread An Ra
Hi all, I am using a Pocketbeagle running debian 9.3 (downloaded from the beagleboard.org). Could someone please show me how: 1) to disable the serial debug on UART0 to use this interface normally with other devices and not for debugging. 2) and how to enable serial debugging (console) on UART