BeagleV Ahead & Lichee Pi 4a RISC-V Boards To See Working WiFi With Linux 7.2 - Phoronix
https://www.phoronix.com/news/RISC-V-BeagleV-Lichee-WiFi-7.2

#riscv #beaglev #BeagleBoard #linux #opensource

BeagleV Ahead & Lichee Pi 4a RISC-V Boards To See Working WiFi With Linux 7.2

In addition to the SpacemiT K1 and K3 RISC-V SoC Device Tree updates sent out last week, the RISC-V T-HEAD Device Tree 'DT' changes were also sent out last week ahead of the upcoming Linux 7.2 kernel merge window.

No solo se vive de #RaspberryPi
🐕 BeaglePlay: rival industrial de la Raspberry Pi con GPU #PowerVR
El primer miniordenador de este tipo que me planteé comprar no fue una Raspberry Pi, fue una BeagleBone. Por eso le tengo cariño a todo lo que sale de BeagleBoard.
https://raspberryparatorpes.net/rivales/beagleplay-rival-raspberry-pi-powervr/
#BeaglePlay #BeagleBoard
FLOSS Weekly Episode 869: Linux On Your Toaster

This week Jonathan chats with Andrei, Mahir, and Praneeth, live on location at Texas Instruments! The team at TI has been working hard to provide really good Open Source support for Sitara processo…

Hackaday
FLOSS Weekly Episode 869: Linux On Your Toaster

This week Jonathan chats with Andrei, Mahir, and Praneeth, live on location at Texas Instruments! The team at TI has been working hard to provide really good Open Source support for Sitara processo…

Hackaday
BeagleConnect Zepto – A “$1 computer” based on TI MSPM0L1117 Cortex-M0+ MCU

BeagleBoard.org Foundation's BeagleConnect Zepto "$1 computer" is an upcoming open-source hardware board powered by Texas Instruments MSPM0L117 Cortex-M0+ MCU, part of the MSPM0 family introduced in 2023. It's a tiny board with mikroBus-compatible headers, a TAG-CONNECT JTAG connector, two Qwiic connectors for expansion (or one Qwiic connector + USB-C depending on the variant), Boot and Reset buttons, and an RGB LED. BeagleConnect Zepto specifications: MCU - Texas Instruments MSPM0L117 CPU - 32MHz Arm Cortex-M0+ core Memory - 16KB SRAM Storage - 128KB dual-bank flash Package - QFN32 (5x5 mm) USB - Optional USB-C port for power (multiplexed with one of the Qwicc JST connectors) Expansion mikroBUS headers supporting a choice of about 2,000 ClickE add-on boards; one of the sides is compatible with some Raspberry Pi HATs (note limited to 12 pins) Up to 2x Qwicc connectors with full Grove function: I2C, UART, ADC, GPIO Debugging - 8-pin TAG-CONNECT JTAG

CNX Software - Embedded Systems News

Worked out a handy way to deploy software to a PocketBeagle SBC today.

The USB port enumerates a CDC-ACM serial interface (console) and a CDC-Ethernet port, however by default, there's no route to the Internet. To connect it to the Internet, you must set your machine up as a router, and make it use your host as a default route.

Alternatively, you direct things to use a HTTP proxy. Like this:

https://proxypy.readthedocs.io/en/latest/

```
log.info("Sending deployment script")
os.system(
"scp deploy.sh [email protected]:/tmp"
)

# Send the deployment script over via SSH
with proxy.Proxy(port=0) as p:
log.info("Running deployment script")
os.system(
"ssh -R 8080:localhost:%d [email protected] bash -ex /tmp/deploy.sh" % p.flags.port
)
```

In the top of `deploy.sh`:

```
# Never sure whether things use upper or lower case here
export HTTP_PROXY="http://localhost:8080/"
export http_proxy="http://localhost:8080/"
export HTTPS_PROXY="http://localhost:8080/"
export https_proxy="http://localhost:8080/"
```

(Some applications use upper case, others use lower case.)

Now `apt-get`, `git` and friends, can pull files over HTTP/HTTPS via your proxy.

The same technique would work with the Raspberry Pi Zero family.

#Python #Proxy #BeagleBoard #RaspberryPi

Proxy.Py 2.4.11.dev3+gfec682b documentation

… does anyone have any contacts at #Beagleboard? 😉
… like many of you, I’m curious about this (and the sentence I quoted is directly from the linked page). The only solution is for the #Beagleboard folks to send me a badge so I can fully research it 😉

BeagleBadge is a $99 is an open source wearable with an ePaper display, sensors, and wireless radios

The BeagleBadge is a new ePaper display that’s designed to be worn like the paper badges you’d wear at a conference.

But with a 4.2 inch ePaper display, a dual-core Arm Cortex-A53 processor, support for WiFi 6, Bluetooth 5.4, LoRa, and a variety of sensors and buttons, it can do a lot more than show your name and title to other folks. It’s available for pre-order now for $99.

Since the […]

#beaglebadge #beagleboard #beagleboardOrg #epaper #openHardware #wearables Read more: https://liliputing.com/beaglebadge-is-a-99-is-an-open-source-wearable-with-an-epaper-display-sensors-and-wireless-radios/