Page 1 of 1

Make a onboard Led Blink - Stemlab 125-10

Posted: Wed Mar 06, 2024 7:12 am
by Dnay
I'm a beginner on redpitaya or more precisely on Stemlab 125-10 and I'd like to flash one of the LEDs on the board to familiarize myself with the environment, following the instructions on the website https://redpitaya-knowledge-base.readth ... ga-project

however I always get an error when I run the command "make project PRJ=v0.94 MODEL=Z10" in the Tcl console and I get the error "ambiguous command name "make": make_diff_pair_ports make_wrapper" I don't understand why.

I'm on Vivado HLX 2020.1

Re: Make a onboard Led Blink - Stemlab 125-10

Posted: Wed Mar 06, 2024 10:49 am
by juretrn
You have to navigate to the directory that has the Makefile. That is the top level directory of wherever you extracted the ZIP. Also make sure you have "make" installed if you are using Windows.
A make utility is available here: https://gnuwin32.sourceforge.net/packages/make.htm

Re: Make a onboard Led Blink - Stemlab 125-10

Posted: Wed Mar 06, 2024 5:03 pm
by redpitaya
Otherwise, you can just use the Vivado 2020.1 HSL Command Prompt (comes with Vivado) to execute that line of code. But the simpler solution is to just install make utility on Windows.

Re: Make a onboard Led Blink - Stemlab 125-10

Posted: Fri Mar 08, 2024 11:36 am
by Dnay
I´m working ont the example project Led blinking and yet I´m trying to Send the .bit file to the Red Pitaya with the scp command with "scp system_wrapper.bit root@rp-xxxxxx.local:/root/Led_blink.bit" BUT I DONT GET the copy Led_blink.bit in the root directory.

Please could someone help me on this step??

Re: Make a onboard Led Blink - Stemlab 125-10

Posted: Fri Mar 08, 2024 4:50 pm
by juretrn
Did you enable writing to the Red Pitaya's file system?
command:

Code: Select all

rw
Did the SSH connection accept Red Pitaya's public key? You need to accept it when prompted.