Skip to content
Snippets Groups Projects
Commit 0fb8708d authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Added image (re)loading section.

parent 6c98e9f2
No related branches found
No related tags found
No related merge requests found
import shell import shell
import test_case import test_case
import pi_user_image_loader as pil
############################################################################### ###############################################################################
# Flash the following RBF files into flash: # Flash the following RBF files into flash:
...@@ -10,6 +11,14 @@ import test_case ...@@ -10,6 +11,14 @@ import test_case
############################################################################### ###############################################################################
# python $SVN/RadioHDL/trunk/tools/oneclick/gui/gui_v1.py # python $SVN/RadioHDL/trunk/tools/oneclick/gui/gui_v1.py
###############################################################################
# Load application images
###############################################################################
pil.load_user_images( [ ('lcu-rt2', '--unb 2 --fn 1'),
('lcu-rt5', '--unb 2 --fn 1'),
('lcu-rt8', '--unb 2 --fn 1'),
('lcu-corr', '--unb 2 --fn 1')], verbosity=5 )
############################################################################### ###############################################################################
# Set destination to lcu-corr in arts_unb1_sc1_bf_offload # Set destination to lcu-corr in arts_unb1_sc1_bf_offload
############################################################################### ###############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment