Skip to content
Snippets Groups Projects
Commit 0aaaa370 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Update scp line.

parent 7dbc0316
No related branches found
No related tags found
1 merge request!297Resolve L2SDP-837 "B"
Pipeline #41166 passed
* RadioHDL with GIT (LOFAR2.0)
* Flash and reboot unb2
* RadioHDL with SVN (APERTIF/ARTS)
* RadioHDL issues
* ARGS
......@@ -164,8 +165,14 @@ run_rbf unb2b lofar2_unb2b_sdp_station_full_wg
> quartus_config unb2b; run_qsys_pro unb2b lofar2_unb2b_sdp_station_full_wg; gen_rom_mmap.py --avalon -d lofar2_unb2b_sdp_station -r lofar2_unb2b_sdp_station_full_wg; run_reg unb2b lofar2_unb2b_sdp_station_full_wg; run_qcomp unb2b lofar2_unb2b_sdp_station_full_wg --clk=CLK; run_rbf unb2b lofar2_unb2b_sdp_station_full_wg
*******************************************************************************
* Flash and reboot unb2
*******************************************************************************
# Copy rbf image to machine
scp build/unb2c/quartus/unb2c_test_1GbE_I/unb2c_test_1GbE_I.rbf kooistra@dop421:/home/kooistra/git/upe_gear
# Flash and reboot with UPE_GEAR
scp unb2c_test_1GbE_I.rbf kooistra@dop421:/home/kooistra/git/upe_gear
util_epcs.py --unb2 0 --pn2 0:3 -v 5 -n 9 # load factory image from flash
util_epcs.py --unb2 0 --pn2 0:3 -v 5 -n 4 -s unb2c_test_1GbE_I.rbf # write rbf into flash
util_epcs.py --unb2 0 --pn2 0:3 -v 5 -n 7 -s unb2c_test_1GbE_I.rbf # write rbf into flash and verify
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment