Skip to content
#

rpi

Here are 601 public repositories matching this topic...

maryannhorton
maryannhorton commented Nov 13, 2019

I am trying to add additional IEs to the beacon/probe resp frames on a PI 3B+ using nexmon. I'm having difficulty understanding how these frames get configured.

I gather the frames come in from hostapd into cfg80211.c, which pulls out selected IEs and passes them from the brcmfmac driver, using string commands like arp_ol and ndoe, across an interface (dbus?) to the firmware, which reassembles

Sudrien
Sudrien commented Apr 12, 2020

crossdev --stable -t aarch64-unknown-linux-gnu -oO /usr/local/portage-crossdev
...
distcc-vm ~ # gcc-config --list-profiles
[1] aarch64-unknown-linux-gnu-9.2.0 *
[2] x86_64-pc-linux-gnu-9.2.0 *

demouser@pi64 ~ $ gcc-config --list-profiles
[1] aarch64-unknown-linux-gnu-9.3.0 *

is there a paticular reason the wiki isn't giving

crossdev -t aarch64-unknown-linux-gnu -o

drwhite729
drwhite729 commented May 8, 2019

In the PINN documentation, when it gets to the section "How to customize an OS install", it doesn't give much detail; it just points the reader to the noobsconfig documentation. I think it would be easier to follow if the relevant information was integrated into the PINN documentation instead.

As it is, both documents seem to say that noobsconfig is obsolete, that its functionality is integrat

mirceal
mirceal commented Oct 6, 2018

this conversion can be done on the fly.
document it and/or maybe provide a script that can be downloaded and ran

something along the lines of:

cd /tmp
curl -L https://api.cattlepi.com/images/global/raspbian-lite/2018-06-29/bootstrap/cattlepi.zip?apiKey=deadbeef > cattlepi.zip
unzip cattlepi.zip
mkdir -p /tmp/boot
sudo mount  -o loop,offset=1048576 /tmp/cattlepi.img /tmp/boot
su

Improve this page

Add a description, image, and links to the rpi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rpi topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.