Re: [beagleboard] Re: Cannot query wifi services

2021-01-10 Thread Jason R. Watkins
My mistake. Thanks. Apologies for BS post.

On Sat, Jan 9, 2021 at 2:19 PM pierric...@gadz.org 
wrote:

> Hi,
> I believe the BeagleBone Pocket does not have wifi, have you connected a
> wifi dongle to it ?
> Pierrick
>
> Le samedi 9 janvier 2021 à 13:28:18 UTC-5, jaywa...@gmail.com a écrit :
>
>> Hi,
>>
>> Each time I run "scan wifi" on my PocketBeagle's console, the following
>> error results.
>>
>> connmanctl> scan wifi
>> Error /net/connman/technology/wifi: Method "Scan" with signature "" on
>> interface "net.connman.Technology" doesn't exist
>>
>> Running standard image from download page. I've made no modifications. PB
>> is connected to Windows 10 via USB. What am I doing wrong?
>>
> --
> 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/e5137279-29c1-4b09-9292-7ec38c6b3a32n%40googlegroups.com
> 
> .
>

-- 
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/CAFAUQf%3Dcw-KUA%2BgOJKLDHUQxLvq1Kkh5kd1mvfguPs%3DZHacaMg%40mail.gmail.com.


[beagleboard] Re: Cannot query wifi services

2021-01-10 Thread jaywa...@gmail.com
Connected to Windows PC via USB.


On Saturday, January 9, 2021 at 2:19:40 PM UTC-5 pierric...@gadz.org wrote:

> Hi, 
> I believe the BeagleBone Pocket does not have wifi, have you connected a 
> wifi dongle to it ? 
> Pierrick
>
> Le samedi 9 janvier 2021 à 13:28:18 UTC-5, jaywa...@gmail.com a écrit :
>
>> Hi,
>>
>> Each time I run "scan wifi" on my PocketBeagle's console, the following 
>> error results.
>>
>> connmanctl> scan wifi
>> Error /net/connman/technology/wifi: Method "Scan" with signature "" on 
>> interface "net.connman.Technology" doesn't exist
>>
>> Running standard image from download page. I've made no modifications. PB 
>> is connected to Windows 10 via USB. What am I doing wrong?
>>
>

-- 
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/cf7170b4-7252-49c3-8b3c-e6077ce6e24fn%40googlegroups.com.


[beagleboard] Go library for PRU

2021-01-10 Thread Andrew McRae
Hi folks,
I've implemented a Go library for accessing and managing the PRU subsystem
on the beaglebone.
Interested in any feedback, or whether it is of interest:
https://github.com/aamcrae/pru

Not sure if there is a resources page on a Wiki somewhere that this can be
added to.

Enjoy,
Andrew McRae

-- 
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/CA%2BNkvapXS%2BmBj9-1J-H%2Baejcr%3DjRSw0F8st%2Bdww0dsANfrxh-Q%40mail.gmail.com.


[beagleboard] Question about Micro SD and eMMC

2021-01-10 Thread Cameron

I recently bought a BeagleBone Green Wireless which has a 4gb eMMC. My 
MicroSD card has 16gb storage capacity. I initially downloaded the Debian 
Buster IoT Flasher Image from the BealgeBoard website, and flashed it to 
the SD card. Then, I flashed that to the eMMC on the board.

I've been reading "Exploring BeagleBone" by Derek Molly, and in chapter 2, 
he talks about expanding the space of the file system on the SD card (from 
the board) to make it safe to run sudo apt upgrade. I was wondering if I 
could do this with my microSD card while its plugged into the board? If the 
SD card already has a flasher image on it, and the eMMC has already been 
flashed with the image, then could I use lsblk to expand the partition on 
the SD drive, and store file system components on there?

Or would I need to flash the SD card with an image that isn't an eMMC 
flasher image?

-- 
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/813812c0-e554-4a92-9ec1-c54ae15c769cn%40googlegroups.com.


Re: [beagleboard] Question about Micro SD and eMMC

2021-01-10 Thread Vinicius Juvinski
I always to expand the sd use the gparted to increase the size of the
microsd.

I always think this is more safer than the grow_partition script existing
on /opt/scripts folder



Em dom., 10 de jan. de 2021 às 23:23, Cameron 
escreveu:

>
> I recently bought a BeagleBone Green Wireless which has a 4gb eMMC. My
> MicroSD card has 16gb storage capacity. I initially downloaded the Debian
> Buster IoT Flasher Image from the BealgeBoard website, and flashed it to
> the SD card. Then, I flashed that to the eMMC on the board.
>
> I've been reading "Exploring BeagleBone" by Derek Molly, and in chapter 2,
> he talks about expanding the space of the file system on the SD card (from
> the board) to make it safe to run sudo apt upgrade. I was wondering if I
> could do this with my microSD card while its plugged into the board? If the
> SD card already has a flasher image on it, and the eMMC has already been
> flashed with the image, then could I use lsblk to expand the partition on
> the SD drive, and store file system components on there?
>
> Or would I need to flash the SD card with an image that isn't an eMMC
> flasher image?
>
> --
> 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/813812c0-e554-4a92-9ec1-c54ae15c769cn%40googlegroups.com
> 
> .
>

-- 
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/CAB6xwCp3%3D_Hdaykyokfppb23_xdAO1j52%2BNR%2B4LZYCFo6MJTCA%40mail.gmail.com.


Re: [beagleboard] Question about Micro SD and eMMC

2021-01-10 Thread jonnymo
If you downloaded and loaded the flasher image to the uSD card to flash the
eMMC, then to run from SD card you will need to download and burn a non
flasher image to the SD card.  You can also flash the eMMC from the
standard image though.
https://beagleboard.org/getting-started
 https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Flashing_eMMC

I personally have not tried this from the eMMC boot so I am not sure if
that would work or not, but considering the size of the eMMC this might be
a bit difficult.

Cheers,

Jon


On Sun, Jan 10, 2021 at 6:23 PM Cameron  wrote:

>
> I recently bought a BeagleBone Green Wireless which has a 4gb eMMC. My
> MicroSD card has 16gb storage capacity. I initially downloaded the Debian
> Buster IoT Flasher Image from the BealgeBoard website, and flashed it to
> the SD card. Then, I flashed that to the eMMC on the board.
>
> I've been reading "Exploring BeagleBone" by Derek Molly, and in chapter 2,
> he talks about expanding the space of the file system on the SD card (from
> the board) to make it safe to run sudo apt upgrade. I was wondering if I
> could do this with my microSD card while its plugged into the board? If the
> SD card already has a flasher image on it, and the eMMC has already been
> flashed with the image, then could I use lsblk to expand the partition on
> the SD drive, and store file system components on there?
>
> Or would I need to flash the SD card with an image that isn't an eMMC
> flasher image?
>
> --
> 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/813812c0-e554-4a92-9ec1-c54ae15c769cn%40googlegroups.com
> 
> .
>

-- 
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/CAG99bkoUzZaAZEaH3tm021vKYHSKa-8CnBV6atQ7gbjXnNNFrA%40mail.gmail.com.