Re: [beagleboard] Building the bone debian image worked before, but after upgrading my OS I run into errors.

2020-08-12 Thread Samuel Park
Ah I see, thank you. I think I may have messed something up during the build 
process. Thanks for the clarification. 

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/1720c4fa-effb-490e-a8d0-f850e7f8feeao%40googlegroups.com.


[beagleboard] Building the bone debian image worked before, but after upgrading my OS I run into errors.

2020-08-11 Thread Samuel Park
Hi, I have currently run into a dilemma. Previously, my desktop was running 
Ubuntu 18.04 and I was able to build the Pocket Beagle's Bone Debian image 
just fine following this guide: 
https://www.digikey.com/eewiki/display/linuxonarm/PocketBeagle. However, 
after I upgraded my desktop to Ubuntu 20.04, I run into a couple of 
warnings when compiling U-boot. 

Warning 1: "This board does not use CONFIG_DM_MMC... Please update the 
board to use CONFIG_DM_MMC before the V2019.04 release."
Warning 2: "This board does not use CONFIG_DM_USB...Please update the board 
to use CONFIG_DM_USB before the V2019.04 release."
Warning 3: "This board does not use CONFIG_DM_SPI...Please update the board 
to use CONFIG_DM_SPI before the V2019.04 release."
Warning 4: "This board does not use CONFIG_DM_SPI_FLASH...Please update the 
board to use CONFIG_DM_SPI_FLASH before the V2019.04 release."

I am completely baffled about why this is happening. Before I was able to 
compile it just fine but after the OS upgrade, I am getting these compiling 
warnings. These warnings do not prevent me from compiling U-boot, however, 
after I compile it ignoring the warnings the image won't boot on the 
Pocketbeagle. Before when I didn't get any of these warnings I could build 
and boot the image just fine on the pocket beagle. Perhaps I am missing 
something obvious here, any help would be greatly appreciated. Thank you.

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/182d-a376-41e3-a7dd-221f55038e3ao%40googlegroups.com.


RE: [beagleboard] Re: Project based off the Pocket Beagle - Boot Configuration Help

2020-08-09 Thread Samuel Park
I see, thank you so much for your help! I'll look into it.

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/fe574ae2-1f8d-4d85-9210-e8af46c2938do%40googlegroups.com.


RE: [beagleboard] Re: Project based off the Pocket Beagle - Boot Configuration Help

2020-08-08 Thread Samuel Park
Ah I see thanks for the reply. However the problem I have is that I removed all 
the external pins including pins for power. Is there a way to set up a serial 
connection via the USB 2.0 interface? 

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/b52ea67a-32dd-4eb6-9004-3caeb490274co%40googlegroups.com.


Re: [beagleboard] Fwd: Pocketbeagle not working

2020-08-08 Thread Samuel Park
Like it says in the previous post you have to set the default gateway of the 
pocketbeagle to 192.168.7.1. If you can't ssh into it I would recommend using a 
serial connection. You can do this through Putty by first finding the COM port 
that Windows assigns to the board in device manager, then in putty creating a 
serial connection through that port. Make sure to set the baud rate to 115200. 
That should get you into the board as a alternative to ssh. 

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/31058de2-33a1-480d-9938-8eb70497e351o%40googlegroups.com.


[beagleboard] Re: Project based off the Pocket Beagle - Boot Configuration Help

2020-08-07 Thread Samuel Park
Ok so I followed the guide and made some progress. I hardcoded the device 
ID in u-boot so now when I boot all the user LEDs turn on momentarily but 
then turn off after one second. After they initially turn on they just turn 
off. Before hardcoding it, none of them turned on except the power LED. 
Does this mean that it is trying to boot but failed at some point? Also, 
one more thing I noticed is that when I plugged in the real Pocket-Beagle 
without a SD card Windows still recognized and allocated a COM port. 
However, when I plug in my version of the Pocket Beagle without the SD 
card, Windows doesn't recognize it. Could this be the issue?

On Friday, August 7, 2020 at 1:08:17 PM UTC-4, Samuel Park wrote:
>
> Hello, I am currently working on a project based on the pocket beagle. For 
> my project, I had an experienced friend design and fabricate a custom board 
> based on the pocket beagle to suit my purpose using the schematics and 
> files on Github, nearly everything is identical except for the following 
> changes: *Removed all GPIO pins *(unnecessary space), and *replaced the 
> microUSB connector with a male USB 2.0 connector*(so that the board could 
> be directly connected to a computer without a cable. Everything else was 
> untouched and I used the exact same parts as the Pocket Beagle. I am trying 
> to boot it with the latest Pocket Beagle Debian image however unable to do 
> so because of the hardware change(I'm assuming). This is my first time 
> working with something like this (I'm a software guy) so I apologize if I 
> have a lack of knowledge about some aspects with regards to hardware. What 
> do I have to do to be able to boot the Pocket Beagle's Debian image on it? 
> Originally I thought that because the hardware change was so minimal it 
> should be able to boot the pocket beagle's images. However, I realized that 
> there is probably gonna be problems with regards to hardware id and such. 
> Thanks, and I would appreciate any help.
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/d890c1c0-012d-440b-b614-d4a59e9c7573o%40googlegroups.com.


[beagleboard] Re: Project based off the Pocket Beagle - Boot Configuration Help

2020-08-07 Thread Samuel Park
Awesome thank you so much. This was exactly what I was looking for.

On Friday, August 7, 2020 at 1:08:17 PM UTC-4, Samuel Park wrote:
>
> Hello, I am currently working on a project based on the pocket beagle. For 
> my project, I had an experienced friend design and fabricate a custom board 
> based on the pocket beagle to suit my purpose using the schematics and 
> files on Github, nearly everything is identical except for the following 
> changes: *Removed all GPIO pins *(unnecessary space), and *replaced the 
> microUSB connector with a male USB 2.0 connector*(so that the board could 
> be directly connected to a computer without a cable. Everything else was 
> untouched and I used the exact same parts as the Pocket Beagle. I am trying 
> to boot it with the latest Pocket Beagle Debian image however unable to do 
> so because of the hardware change(I'm assuming). This is my first time 
> working with something like this (I'm a software guy) so I apologize if I 
> have a lack of knowledge about some aspects with regards to hardware. What 
> do I have to do to be able to boot the Pocket Beagle's Debian image on it? 
> Originally I thought that because the hardware change was so minimal it 
> should be able to boot the pocket beagle's images. However, I realized that 
> there is probably gonna be problems with regards to hardware id and such. 
> Thanks, and I would appreciate any help.
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/ae60fd7c-d77e-4a9e-86b6-83456613369co%40googlegroups.com.


[beagleboard] Re: Project based off the Pocket Beagle - Boot Configuration Help

2020-08-07 Thread Samuel Park
I see, thank you so much for the information. I was going down the wrong 
path. This makes more sense. I was stupid to think the board would boot 
before any configuration of the PCB itself first. How do I configure 
EEPROM? Do I just need a serial connection to the board? I have absolutely 
no idea how to configure EEPROM. Can I also just copy the EEPROM 
configurations for the Pocket Beagle and if so where can I find it? Thanks 
so much.

On Friday, August 7, 2020 at 1:08:17 PM UTC-4, Samuel Park wrote:
>
> Hello, I am currently working on a project based on the pocket beagle. For 
> my project, I had an experienced friend design and fabricate a custom board 
> based on the pocket beagle to suit my purpose using the schematics and 
> files on Github, nearly everything is identical except for the following 
> changes: *Removed all GPIO pins *(unnecessary space), and *replaced the 
> microUSB connector with a male USB 2.0 connector*(so that the board could 
> be directly connected to a computer without a cable. Everything else was 
> untouched and I used the exact same parts as the Pocket Beagle. I am trying 
> to boot it with the latest Pocket Beagle Debian image however unable to do 
> so because of the hardware change(I'm assuming). This is my first time 
> working with something like this (I'm a software guy) so I apologize if I 
> have a lack of knowledge about some aspects with regards to hardware. What 
> do I have to do to be able to boot the Pocket Beagle's Debian image on it? 
> Originally I thought that because the hardware change was so minimal it 
> should be able to boot the pocket beagle's images. However, I realized that 
> there is probably gonna be problems with regards to hardware id and such. 
> Thanks, and I would appreciate any help.
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/e82d63d8-7db6-4660-9b78-240680d2b062o%40googlegroups.com.


[beagleboard] Re: What is the usb device ?

2020-08-07 Thread Samuel Park
I would assume that it would be possible on Mac because I did a similar 
thing for a project on Windows. I used the SerialPort class in .NET core so 
open a COM port and I was able to read and write from the Pocket beagle to 
my computer. This was all without using the DHCP "network" between the 
devices. Similar to how you connect to it via serial on Putty. 

On Wednesday, December 11, 2019 at 12:34:57 PM UTC-5, Charles Kerr wrote:
>
> I would like to communicte serially from my Mac to the pocketbeagle.  I 
> expected to see a /dev/usbX something on both my Mac and the 
> pocketbeagle.  I dont see a device on either machine.
>
> Can one have a program communicate serially via the usb on the pocket 
> beagle without using the usb "network" ?  I want to make a daemon that will 
> monitor the uSB serial for input on the pocket beagle, and then communicate 
> back and forth with my Mac.
>
> Any help on what device I should be looking for is appreciated.  
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/d1c09d43-df83-40f5-af15-d37356e58ba2o%40googlegroups.com.


[beagleboard] Project based off the Pocket Beagle - Boot Configuration Help

2020-08-07 Thread Samuel Park
Hello, I am currently working on a project based on the pocket beagle. For 
my project, I had an experienced friend design and fabricate a custom board 
based on the pocket beagle to suit my purpose using the schematics and 
files on Github, nearly everything is identical except for the following 
changes: *Removed all GPIO pins *(unnecessary space), and *replaced the 
microUSB connector with a male USB 2.0 connector*(so that the board could 
be directly connected to a computer without a cable. Everything else was 
untouched and I used the exact same parts as the Pocket Beagle. I am trying 
to boot it with the latest Pocket Beagle Debian image however unable to do 
so because of the hardware change(I'm assuming). This is my first time 
working with something like this (I'm a software guy) so I apologize if I 
have a lack of knowledge about some aspects with regards to hardware. What 
do I have to do to be able to boot the Pocket Beagle's Debian image on it? 
Originally I thought that because the hardware change was so minimal it 
should be able to boot the pocket beagle's images. However, I realized that 
there is probably gonna be problems with regards to hardware id and such. 
Thanks, and I would appreciate any help.

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/10c1d3f5-9096-4dc3-8649-64394e40296fo%40googlegroups.com.