vks
07/23/2024, 10:04 AMpython3 caravel_hkdebug.py
Tim Edwards
07/23/2024, 1:16 PMlsusb
? Do you see the FTDI device listed?Tim Edwards
07/23/2024, 1:17 PMvks
07/23/2024, 1:52 PMlsusb
Matt Venn
07/23/2024, 2:31 PMvks
07/23/2024, 3:18 PMTim Edwards
07/23/2024, 3:55 PMsamarth jain
07/23/2024, 4:55 PMvks
07/24/2024, 12:56 PMsudo pip3 install pyftdi
and adding sudo
to python3 caravel_hkdebug.py
, getting output as seen below. Does it mean I am able to communicate with caravan now?
I still do not see outputs running commands lsftdi
and ls /dev/ttyUSB0
My main issue is that GPIO pads in my chip are set in analog mode but I still see default pulse signal on one of GPIO pads meant to output analog signal. How can I reset caravan to bring GPIO's in state as defined in user_define.v
file.Tim Edwards
07/24/2024, 1:23 PMvks
07/24/2024, 1:26 PMTim Edwards
07/24/2024, 1:53 PMcaravel_hkdebug.py
and it didn't do anything---probably that function has not been exercised for a long time and has become broken by other code changes in the script. It's a bit more work, but I suggest just writing a simple program with an empty main()
function and compiling it and flashing it.vks
07/24/2024, 2:07 PMsamarth jain
07/24/2024, 2:10 PMsamarth jain
07/24/2024, 2:12 PMvks
07/24/2024, 2:18 PMvccd1
internally generated? Need not give it externally?samarth jain
07/24/2024, 2:32 PMvks
07/24/2024, 2:33 PMvks
07/25/2024, 8:35 AMvccd1
pin. To restore internal 1.8V on vccd1
short j8
jumper.
Is this correct ?samarth jain
07/25/2024, 9:07 AMTim Edwards
07/25/2024, 7:59 PMvks
07/26/2024, 5:30 AMJ8
jumper in caravel schematic. Not able to find it.
https://github.com/mattvenn/caravel_board/blob/main/hardware/development/caravel-dev-v5-M.2/caravel-dev-v5-M.2.pdfTim Edwards
07/26/2024, 1:06 PMhttps://github.com/mattvenn/caravel_board/blob/main/hardware/development/caravel-dev-v5-M.2/caravel-dev-v5-M.2-front.png▾
vks
07/29/2024, 8:25 AMTim Edwards
07/29/2024, 9:31 PMvks
07/31/2024, 5:57 AM