Wykres commitów

13 Commity (main)

Autor SHA1 Wiadomość Data
unixpunk 524808c1b4
Fix issues adding Ubuntu users to dialout, root groups
the echo in the first half of 'if' had back-ticks causing execution instead of just text, but the whole statement isn't needed because re-adding the user to the group is a no-op, anyway.  space within the usermod command was causing it to fail also.
2024-01-22 12:17:33 -06:00
David Michaeli b07ff0338c New RPI distro bookworm kernel install issues solving
reverted to 6.1.21-v8+
added ldconfig to install script
2023-11-27 00:45:25 +02:00
Steve Kelly c7ff261015 remove `cat | grep` idiom, rather grep directly on the file 2023-09-01 16:40:34 +00:00
Steve Kelly 384e6151d2 improve `apt install` on ubuntu
The raspi header packages are named differently on ubuntu than raspian,
leading to failure to install cmake, et. al.
which leads to confusing errors later in the build.
2023-09-01 16:38:55 +00:00
David Michaeli aac8889ddf fixed cwtx issue 2023-06-13 05:42:28 -04:00
David Michaeli ff3ffb296e install script DragonOS detection 2023-06-07 07:22:30 -04:00
David Michaeli 77d251e2a3 install - reduce buffers for rpizero
radio - mixer bugfix
2023-06-07 06:08:02 +00:00
David Michaeli 5ff5f17f0b added kernel object parameters for different versions of caribou and rpi
added the modification in install scripts
compile kernel module with optimization
2023-06-06 08:21:04 +00:00
David Michaeli 25851685ea firmware merging
updating of install script - consolidation udev into driver and adding to main install
2023-06-05 06:18:30 +00:00
David Michaeli 603d4664ca 1. creation of device driver dir - loadable with "install.sh" file.
2. creation of udev file loading for smi to load automatically with the correct permissions
3. firmware bugfix - negate 2.4GHZ I/Q ddr data
2023-06-04 19:57:15 +00:00
Marko Lukat c61b73054d Logging update (#4)
* listen to environment variable
* added socket target
* reset color when dumping memory (ZF_LOG bug)
* minor improvements (build script)
* added generous send buffer and improved on thread-safety
* log which error prevented device from being opened
2023-04-16 15:34:55 +02:00
David Michaeli 44b709b142 firmware bugfix for high speed smi stansactions (>350MBit/sec)
smi driver bug fix - SMI DEACTIVATION timeout
2023-02-16 12:52:40 +00:00
David Michaeli 8ab40c3cdf Merge develop_R1 into main 2023-02-14 10:39:24 -05:00