Skip to content
Snippets Groups Projects
Commit 65126a54 authored by Zanting's avatar Zanting
Browse files

Changed default adapter from em2(1GbE) to p4p1(10GbE)

parent aff38adc
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,11 @@ python $UPE/peripherals/util_system_info.py --unb 4 --fn 0:3 -n 2
# Get application image memory map
python $UPE/peripherals/util_system_info.py --unb 4 --fn 0:3 -n 4
# Set destination MAC and IP Address to em0 adapter of ARTS-0/dop41
python $RADIOHDL/applications/arts/designs/arts_unb1_bg_offload/tb/python/pi_arts_unb1_bg_offload.py --unb 4 --fn 3 --reg eth_dst_mac=22095312726200,ip_dst_addr=174311466
## Set destination MAC and IP Address to em0 adapter of ARTS-0/dop41
#python $RADIOHDL/applications/arts/designs/arts_unb1_bg_offload/tb/python/pi_arts_unb1_bg_offload.py --unb 4 --fn 3 --reg eth_dst_mac=22095312726200,ip_dst_addr=174311466
# Set destination MAC and IP Address to p4p1 adapter of ARTS-0/dop41
python $RADIOHDL/applications/arts/designs/arts_unb1_bg_offload/tb/python/pi_arts_unb1_bg_offload.py --unb 4 --fn 3 --reg eth_dst_mac=137432789056560,ip_dst_addr=174311467
# Enable the block generator
python $UPE/peripherals/util_diag_block_gen.py --unb 4 --fn 0:2 -n 4
\ No newline at end of file
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