Last seen: Apr 11, 2024
I am running the code inside VSCode. I have been developing on this particular machine and with this IDE for over two years, and have developed in...
@Yudi - Apologies - I have made a mess of this thread by not always using "Add a comment". I understand how this works now and I will keep the comment...
Got it!The only way this works is if I give the absolute path to the files. I can create/write/open/read a text file to the local directory without th...
Yup! -rwxrwxrwx@ 1 eich467 staff 1206434 Jul 10 2023 XyloA2TestBoard_1_0_1_1_3.bin drwxrwxrwx@ 5 eich467 staff 160 Jan 29 18:34 XyloAv2Te...
I tried putting the entire directory at the script level, and I tried moving the individual files to the script level.
It is identical to lines of code above: from samna.flasher import * d = get_programmable_devices()[0] #print_firmware_info_from_device(d) prin...
Similar error messages: Can't open file motherBoard_0_11_5.img, check if it exists or its read permissions Parse header failed from file ! Can't...
Permissions chmod 777, just in case.
Hi @Yudi The file size on the *.img file was rather small - 144 kB. But I downloaded several others to compare and they were all in this range. The *....
You bet --- Device configuration id: 15 Reading fx3 info from flash product Id: 5bc2 Fx3 firmware version: 0, 11, 3 Reading fpga info ...
@dylanmuir I will need a bit more help with the firmware upgrade. Currently, when I execute: program_fx3_flash(d, 'motherBoard_0_11_5.img') Can't o...
@dylanmuir This is great news! I did not see a tutorial or anything in the API about audio streaming - I will check the latest on GitHub (vs the websi...