-
Posts
179 -
Joined
Other groups
Contributor/Maintainer
Profile Information
-
Gender
Male
-
Location
US
Contact Methods
-
IRC
#arm-img-builder
-
Github
https://github.com/pyavitz
-
Discord
https://discord.gg/mypJ7NW8BG
Recent Profile Visitors
5205 profile views
-
My guess is, the bulk of the GUI issues stems from the version of Mesa being used. Try the one in their repo; https://gitee.com/bianbu-linux/mesa3d/tree/bl-v2.0.y/
-
sudo groupadd gpio sudo adduser wollik gpio
-
I rarely use an SBC with a head. I suspect packages need to be created to bring in proper GUI support.
-
Tons of GPT errors on boot when USB drive is connected
c0rnelius replied to dnwhoop02's topic in Odroid N2/N2+
They were custom built. I suspect the issue is: https://github.com/armbian/build/blob/main/patch/u-boot/v2022.10/meson64-boot-usb-nvme-scsi-first.patch -
Tons of GPT errors on boot when USB drive is connected
c0rnelius replied to dnwhoop02's topic in Odroid N2/N2+
@dnwhoop02 sudo dd if=u-boot.bin of=/dev/mmcblk1 bs=512 seek=1 -
Tons of GPT errors on boot when USB drive is connected
c0rnelius replied to dnwhoop02's topic in Odroid N2/N2+
Find the /dev/node `lsblk` Flashing options: eMMC: sudo dd if=u-boot.bin of=/dev/mmcblkX bs=512 seek=1 SDCARD: sudo dd if=u-boot.bin.sd.bin of=/dev/mmcblkX conv=fsync bs=1 count=442 sudo dd if=u-boot.bin.sd.bin of=/dev/mmcblkX conv=fsync bs=512 skip=1 seek=1 u-boot.bin u-boot.bin.sd.bin -
https://github.com/armbian/build/pull/7694 patrick@rpi4b:~$ dmesg | grep brcmfmac [ 3.443168] brcmfmac: F1 signature read @0x18000000=0x15264345 [ 3.444363] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 3.444650] usbcore: registered new interface driver brcmfmac [ 3.673499] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2) [ 3.673793] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2 [ 8.815477] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
-
The kernel checks a few places for firmware blobs. https://docs.kernel.org/driver-api/firmware/fw_search_path.html You can also set a firmware path in cmdline. This usually isn't needed though. firmware_class.path=/lib/firmware/updates/brcm The kernel checks /lib/firmware/updates before /lib/firmware, allowing us to be able to test new firmware without removing the old.
-
[SOLVED]: Odroid-C4 can not mount external USB drive via fstab on boot?
c0rnelius replied to rin's topic in Amlogic meson
Try adding auto to it. UUID=<output-of-bklid-for-sda1> /media/USB01 ext4 defaults,noatime,auto 0 1 -
Yes. It's already ticked on in the defconfig.
-
How do I Enable i2c2 on Armbian 24.11.1 Bookworm Minimal
c0rnelius replied to jak's topic in Banana PI CM4-IO
Should be available in future kernel builds. https://github.com/armbian/build/commit/db3fdc74117392d3d0c0ec02811c8939769fe6da -
How do I Enable i2c2 on Armbian 24.11.1 Bookworm Minimal
c0rnelius replied to jak's topic in Banana PI CM4-IO
Both Bluetooth and i2c2 use GPIOX_17 and GPIOX_18, so we need to disable Bluetooth for those HEADER PINS to function. Basically, if you need i2c2 than you are going to lose Bluetooth support.