Page MenuHomeFreeBSD

fred_thegalacticzoo.com (Fred Finster)
User

Projects

User does not belong to any projects.

User Details

User Since
Dec 25 2022, 8:21 AM (71 w, 23 h)

Recent Activity

Jan 22 2024

fred_thegalacticzoo.com added a comment to F75131370: image.png.

HDMI Audio sound patches into GhostBSD source code /usr/ghost14/ghostbsd-src January 19, 2024 Thank you Marcos Devesas Campos
HDMI audio sound patchs into GhostBSD & FreeBSD
Applied the three patches manually: D36431, D37878, D37879
D36431 date was September 2, 2022
D37879 date was December 26, 2022
D37878 date was December 26, 2022
fetch https://reviews.freebsd.org/D36431?download=true
wget -c https://reviews.freebsd.org/file/data/cc5gnx6lx7pcvduupcbj/PHID-FILE-ombv7ctfqm3de2dyqgeq/D36431.diff
fetch https://reviews.freebsd.org/D37878?download=true
wget -c https://reviews.freebsd.org/file/data/bicc7vdmyzwnylvq5soa/PHID-FILE-wc6uoit423pb3lpagwsq/D37878.diff
fetch https://reviews.freebsd.org/D37879?download=true
wget -c https://reviews.freebsd.org/file/data/ln65jga5vwpz4j2ijmnx/PHID-FILE-cnp5deghq74u3kcfwtxs/D37879.diff
Standard update to /usr/src code to the latest

Jan 22 2024, 2:38 AM

Jan 20 2024

fred_thegalacticzoo.com added a comment to D43399: VCHIQ HDMI AUDIO 64 bits BCM2835, BCM2711 Raspberry Pi 4B; correct minor compile errors. bcm2835_audio.c.

Is this patch based on the three preceding patches? Were there compilation warnings (or errors) encountered when applying those three patches, leading to the creation of this patch to address those issues?

image.png (128×848 px, 36 KB)

Happy to have your testing and participation in getting Marcos VCHIQ HDMI audio sound patch reviewed. I post many URL links below to share ideas for further reading and learning.. YES, this is first a FreeBSD code review and not related to other BSD and URL links. So the point is to specifically comment about using FreeBSD source code. Sorry for the overload, but I wanted a good post to answer your question and share links for the background information.

Jan 20 2024, 12:22 AM · arm64, ARM

Jan 19 2024

fred_thegalacticzoo.com added a comment to F75131370: image.png.

git clone Freebsd source code.
make -j4 buildworld -DNO_CLEAN # 16 hours
make -j4 buildkernel KERNCONF=GENERIC-VCHIQ # 5 hours errors out because of the minor formating string errors. Like nobody compiled the code.

Jan 19 2024, 2:09 PM

Jan 13 2024

fred_thegalacticzoo.com updated the diff for D43399: VCHIQ HDMI AUDIO 64 bits BCM2835, BCM2711 Raspberry Pi 4B; correct minor compile errors. bcm2835_audio.c.

Concatenated 7 git diff -u patch files into one_large_vchiq_freebsd_patch_file.patch and updated this diff. I see that the FreeBSD (src) does not yet contain Marcos Devesas Campos VCHIQ revision D378378 https://reviews.freebsd.org/D37878. So make a decision to use or not use that code before incorporating this D43399 revision.

Jan 13 2024, 11:06 PM · arm64, ARM

Jan 11 2024

fred_thegalacticzoo.com added a comment to D43399: VCHIQ HDMI AUDIO 64 bits BCM2835, BCM2711 Raspberry Pi 4B; correct minor compile errors. bcm2835_audio.c.

I do not know how to add the 5 other patch files to be included in this diff comparision. Seems like 132598, got over written with this "update diff" instead of being added. Time for me to read and study hand book. okay

Jan 11 2024, 10:55 AM · arm64, ARM
fred_thegalacticzoo.com updated the diff for D43399: VCHIQ HDMI AUDIO 64 bits BCM2835, BCM2711 Raspberry Pi 4B; correct minor compile errors. bcm2835_audio.c.

add file vchiq_2835_arm_.c.patch to diff section

Jan 11 2024, 10:48 AM · arm64, ARM
fred_thegalacticzoo.com requested review of D43399: VCHIQ HDMI AUDIO 64 bits BCM2835, BCM2711 Raspberry Pi 4B; correct minor compile errors. bcm2835_audio.c.
Jan 11 2024, 10:32 AM · arm64, ARM

Dec 25 2022

fred_thegalacticzoo.com raised a concern with rG27e60668bf29: libc: Add strverscmp(3) and versionsort(3).

Hello using aarch64 FreeBSD 14.0-CURRENT on Raspberry Pi 4B with 8GB dram. I am new user to FreeBSD and asking to look at file /usr/src/lib/libc/gen/scandir.c The #ifdef #endif at the end of the file encloses functions alphasort() and versionsort() What happens #ifndef I_AM_SCANDIR_B is undefined?? for aarch64

Dec 25 2022, 9:10 AM