Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
e141b916
Commit
e141b916
authored
8 years ago
by
Boudewijn Hut
Browse files
Options
Downloads
Patches
Plain Diff
Updated firmware images to Erics first images (correlator and fn_beamformer)
parent
5de5d154
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
applications/apertif/commissioning/central_commands.sh
+3
-2
3 additions, 2 deletions
applications/apertif/commissioning/central_commands.sh
applications/apertif/commissioning/dish_commands.sh
+4
-3
4 additions, 3 deletions
applications/apertif/commissioning/dish_commands.sh
with
7 additions
and
5 deletions
applications/apertif/commissioning/central_commands.sh
+
3
−
2
View file @
e141b916
...
@@ -69,9 +69,10 @@ python $UPE/peripherals/util_system_info.py --unb $UNBS --fn 0:3 --bn 0:3 -n 4
...
@@ -69,9 +69,10 @@ python $UPE/peripherals/util_system_info.py --unb $UNBS --fn 0:3 --bn 0:3 -n 4
# Select correct firmware image for this application
# Select correct firmware image for this application
if
[
"
$APP
"
==
"apertif"
]
;
then
if
[
"
$APP
"
==
"apertif"
]
;
then
# Below image is commented out due to BSN alignment issues on several subsets of dishes
# Below image is commented out due to BSN alignment issues on several subsets of dishes
# IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r16744-v2.rbf
#IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r16744-v2.rbf # Hajees image
IMAGE
=
/home/kooistra/images/apertif_unb1_correlator_full-r16829.rbf
# Erics equivalent to r16744-v2
# Daniel's image (2017, week 14) with increased MESH buffer depth. Fixes above issue.
# Daniel's image (2017, week 14) with increased MESH buffer depth. Fixes above issue.
IMAGE
=
/home/daniel/apertif_unb1_correlator_full-r17077.rbf
#
IMAGE=/home/daniel/apertif_unb1_correlator_full-r17077.rbf
elif
[
"
$APP
"
==
"arts_sc1"
]
;
then
elif
[
"
$APP
"
==
"arts_sc1"
]
;
then
IMAGE
=
/home/arts/arts_unb1_sc1-r16748.rbf
IMAGE
=
/home/arts/arts_unb1_sc1-r16748.rbf
fi
fi
...
...
This diff is collapsed.
Click to expand it.
applications/apertif/commissioning/dish_commands.sh
+
4
−
3
View file @
e141b916
...
@@ -66,10 +66,11 @@ python $UPE/peripherals/util_system_info.py --unb 0:7 --fn 0:3 --bn 0:3 -n 4
...
@@ -66,10 +66,11 @@ python $UPE/peripherals/util_system_info.py --unb 0:7 --fn 0:3 --bn 0:3 -n 4
IMAGE_FB
=
/home/kooistra/images/apertif_unb1_bn_filterbank-r16901.rbf
IMAGE_FB
=
/home/kooistra/images/apertif_unb1_bn_filterbank-r16901.rbf
# Select correct firmware image for this application
# Select correct firmware image for this application
if
[
"
$APP
"
==
"arts_sc1"
]
;
then
if
[
"
$APP
"
==
"apertif"
]
;
then
#IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16510_v2.rbf # Hajees image
IMAGE_BF
=
/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16906.rbf
# Erics equivalent to r16510_v2
elif
[
"
$APP
"
==
"arts_sc1"
]
;
then
IMAGE_BF
=
$RADIOHDL
/applications/arts/commissioning/sc1/apertif_unb1_fn_beamformer_base-r16106.rbf
IMAGE_BF
=
$RADIOHDL
/applications/arts/commissioning/sc1/apertif_unb1_fn_beamformer_base-r16106.rbf
elif
[
"
$APP
"
==
"apertif"
]
;
then
IMAGE_BF
=
/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16510_v2.rbf
fi
fi
if
[
"
$OPTIONS
"
!=
"noflash"
]
;
then
if
[
"
$OPTIONS
"
!=
"noflash"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment