bb-config icon indicating copy to clipboard operation
bb-config copied to clipboard

Configure your beagle device

Results 9 bb-config issues
Sort by recently updated
recently updated
newest added

It would be great if I could follow the links on the about page. What's more, it would be great if I could get an automated bug report that would...

bug
enhancement

dump /boot/dtbs/(uname -r)/*.dtbo and give a seleciton box: Virtual [ ] - HDMI [ ] - HDMI -audio [ ] - WIFI Overlays - generated [ ] - ADC [...

enhancement

provide option for user to change run level program. Depending on your default init level setting, the system will execute the programs from one of the following directories. Run level...

enhancement

Most i2c/spi are really simple.. ``` &i2c2 { status = "okay"; clock-frequency = ; #address-cells = ; #size-cells = ; bme680@76 { status = "okay"; compatible = "bosch,bme680"; reg =...

enhancement

So working with zmatt on irc, we got uio_pruss working again.. (v5.4.x and v5.10.x) But... By default we load the remoteproc_pruss, to switch to uio_pruss enable this overlay: ``` uboot_overlay_pru=AM335X-PRU-UIO-00A0.dtbo...

enhancement

Since this project offers a semi-GUI experience inside the console, it would be awesome to visualize all of BB pins in beagle-config and then if the user wants to change...

enhancement

New in Bullseye, but i'm going to backport it: ``` debian@BeagleBone:~$ dpkg --list | grep generic-sys-mods ii generic-sys-mods 1.20210809.1-0~bullseye+20210809 armhf System tweaks for the Generic Systems ``` Console ``` sudo...

good first issue

![beagleconfig-emmc](https://user-images.githubusercontent.com/91469/127549518-d45ec809-4a41-4e15-8cf1-6fec15d91bd9.png) ``` debian@bbb-pwr01-ser09:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 214M 0 214M 0% /dev tmpfs 49M 3.5M 45M 8% /run /dev/mmcblk0p1 30G 4.7G 24G 17% /...

help wanted

I don't think it's possible to programmatically do it once the system is started. The workaround could be to use system calls. So how do I go on in this...

question