Wykres commitów

75 Commity (main)

Autor SHA1 Wiadomość Data
David Michaeli 211e5a3ff2 re-added pmod sync-inout in firmware
modem spi freq 4MHz
2024-04-09 13:15:15 +03:00
David Michaeli 1b34c568ff update firmware for tx control signals output on pmod
added dsp flow example
2024-03-16 12:14:41 +02:00
David Michaeli f8793a7ffe firmware removed debug on LEDs
driver cleanup unused variables
2024-03-14 23:26:20 +02:00
David Michaeli 96828b4bcc firmware update - syncs, ioctrl, smi_ctrl(dir and channel)
fpga driver update
smi_stream_driver update thanks to @matteoserva great work
2024-03-14 22:59:38 +02:00
matteo serva 26fe48f53d fixed driver lockup at channel 0 RX. The fpga firmware
was using the smi address pins to determine which channel can write the complex_fifo.
The read side of the complex fifo is connected to the DREQ pin of the SMI interface on the raspberry.
The address pins on the smi interface are at logic 1 when no transfer is in progress.

This caused a deadlock condition: the SMI address pin is at 1, so the fifo cannot be filled, so the DREQ cannot be asserted and the SMI cannot start reading data.
2024-03-13 20:42:30 +01:00
David Michaeli c684e7c439 update and adapted firmware for tx 2023-07-03 12:20:50 +00:00
David Michaeli 125a843908 update lvds tx verilog 2023-07-03 14:40:33 +03:00
David Michaeli 35b847434d removed no more needed files in software repo 2023-06-13 13:59:16 +03: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
David Michaeli 79d5ee11af Changes in IO utils.
1. removed pigpio
2. moved to using gpiomem api for gpios
3. using spidev for soft-hard spi
4. updated the other parts of software.

note: tbd changes in the config.txt of spidev.
note: tbd moving out he kernel module to /etc/modules.d to be completely free of sudoing anything

firmware rx verification
2023-05-31 14:11:47 +00:00
David Michaeli f97f960be6 added TX channel to the FPGA firmware.
LVDS RX -> FIFO Slacks are borderline - need perform timing analysis on the RX FIFO IO (add pipeline?)
Fixed reference to cariboulite_radio_get_native_mtu_size_samples
2023-05-30 14:47:23 +00:00
David Michaeli 0595990c8d Tx side integration firmware 2023-05-30 14:33:08 +03:00
David Michaeli 09d5832a30 multiple sample rate
soapy api multiple options for sample rate in the modem. supported by firmware
2023-05-16 16:28:08 +03:00
David Michaeli c78e4b760a firmware 2023-02-22 10:42:41 +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
David Michaeli adca66f611 firmware , production 2022-04-20 18:53:15 +03:00
David Michaeli f53a79b7e2 firmware lvds ddr order testing 2022-01-09 12:30:16 +02:00
David Michaeli 172e067762 Merge branch 'main' of https://github.com/cariboulabs/cariboulite 2022-01-03 16:39:27 +02:00
David Michaeli 6ea75a844e curcular buffer integration,
firmware - update
2022-01-03 16:25:52 +02:00
David Michaeli 41c9e0f50a example file cleaning 2022-01-03 16:09:55 +02:00
David Michaeli 880c561a10 updates 2021-12-28 00:58:59 +02:00
David Michaeli 4fb8276e2e bug fixes, sigaction handler, asyncio addition tst 2021-12-19 14:09:07 +02:00
David Michaeli 50558c1fb5 updates 2021-12-11 22:10:31 +02:00
David Michaeli a3b4bc0fb1 fixed signal handler pigpio 2021-12-02 16:19:50 +02:00
Steve Kelly 35c6e0a769 split up bitstream generation from header gen 2021-11-25 21:38:00 -05:00
Steve Kelly 2c70ed1f3f firmware: add shell.nix for CI/local repro 2021-11-25 21:37:38 -05:00
meexmachina c57291a935 bug fix down buffer 2021-10-21 14:58:55 +03:00
meexmachina 4441992f93 updated readme files 2021-10-18 13:34:09 +03:00
meexmachina 46d51fc9ae updated structure 2021-10-18 13:30:42 +03:00
meexmachina 49dabcdfa8 testing 2021-10-15 23:00:17 +03:00
meexmachina ef16efb6c5 firmware bugfix 2021-10-11 01:00:12 +03:00
meexmachina dfe3e9f251 continueing integration with sdrppp 2021-10-10 13:33:14 +03:00
meexmachina 8cc0b639c3 device tree + eeprom configuration + more 2021-09-17 15:36:29 +03:00
meexmachina 0d58122d74 bug fix spi + smi integration (firmware) 2021-09-06 14:43:01 +03:00
meexmachina a2ecf08046 fifo 9 bit length, for 900 and 2.4, half tested 2021-09-05 00:08:57 +03:00
meexmachina 421d7e49c4 fifo structure refinement 2021-09-03 23:17:44 +03:00
meexmachina ef5f3ae6bf smi lvds check 2021-09-03 11:19:28 +03:00
meexmachina c3532243a6 modem time synchronization 2021-09-02 00:50:13 +03:00
meexmachina f3d6cf3fea smi vital signs, finally 2021-08-31 21:07:08 +03:00
meexmachina 0806246a55 smi firmware and software 2021-08-27 12:57:20 +03:00
meexmachina 7c7b1cae31 update smi 2021-08-24 16:49:06 +03:00
meexmachina 0bd479b825 smi driver experimenting 2021-08-18 23:02:35 +03:00
meexmachina ffb9a693b5 verolog bug fix 2021-08-18 16:08:01 +03:00
meexmachina 653d1f401e bug fixes, mixer, io_utils, spi, adaptation fpga 2021-08-17 23:48:21 +03:00
meexmachina c88c8e1060 new boards integration first step 2021-08-15 23:39:34 +03:00
meexmachina 6079cd4855 fix firmware smi high-z 2021-08-10 14:27:21 +03:00
meexmachina c0c28756fd test after smi module probing 2021-08-10 11:57:02 +03:00
meexmachina 4bed354bbc smi rpi side 2021-08-10 09:02:20 +03:00