Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rp Ecosystem
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
LAGO
Software
Rp Ecosystem
Commits
93309e0f
Commit
93309e0f
authored
2 years ago
by
Luis Horacio Arnaldi
Browse files
Options
Downloads
Patches
Plain Diff
Agrego el linux-4.9 como kernel, pero no funciona aun
parent
3c7219e1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
scripts/debian.sh
+2
-2
2 additions, 2 deletions
scripts/debian.sh
settings.sh
+1
-1
1 addition, 1 deletion
settings.sh
with
4 additions
and
4 deletions
Makefile
+
1
−
1
View file @
93309e0f
...
@@ -63,7 +63,7 @@ HSI = hsi -nolog -nojournal -mode batch
...
@@ -63,7 +63,7 @@ HSI = hsi -nolog -nojournal -mode batch
RM
=
rm
-rf
RM
=
rm
-rf
UBOOT_TAG
=
xilinx-v2018.3
UBOOT_TAG
=
xilinx-v2018.3
LINUX_TAG
=
4.
14
LINUX_TAG
=
4.
9
DTREE_TAG
=
xilinx-v2018.3
DTREE_TAG
=
xilinx-v2018.3
UBOOT_DIR
=
tmp/u-boot-xlnx-
$(
UBOOT_TAG
)
UBOOT_DIR
=
tmp/u-boot-xlnx-
$(
UBOOT_TAG
)
...
...
This diff is collapsed.
Click to expand it.
scripts/debian.sh
+
2
−
2
View file @
93309e0f
...
@@ -3,8 +3,8 @@ device=$1
...
@@ -3,8 +3,8 @@ device=$1
boot_dir
=
`
mktemp
-d
/tmp/BOOT.XXXXXXXXXX
`
boot_dir
=
`
mktemp
-d
/tmp/BOOT.XXXXXXXXXX
`
root_dir
=
`
mktemp
-d
/tmp/ROOT.XXXXXXXXXX
`
root_dir
=
`
mktemp
-d
/tmp/ROOT.XXXXXXXXXX
`
linux_dir
=
tmp/linux-4.
14
linux_dir
=
tmp/linux-4.
9
linux_ver
=
4.
14.42
-xilinx
linux_ver
=
4.
9.99
-xilinx
# Choose mirror automatically, depending the geographic and network location
# Choose mirror automatically, depending the geographic and network location
#mirror=http://deb.debian.org/debian
#mirror=http://deb.debian.org/debian
...
...
This diff is collapsed.
Click to expand it.
settings.sh
+
1
−
1
View file @
93309e0f
...
@@ -16,7 +16,7 @@ export LC_ALL="en_US.UTF-8"
...
@@ -16,7 +16,7 @@ export LC_ALL="en_US.UTF-8"
# setup Xilinx Vivado FPGA tools
# setup Xilinx Vivado FPGA tools
################################################################################
################################################################################
.
/
tools/Xilinx
/Vivado/2018.3/settings64.sh
.
/
media/arnaldi/seagate4tb/xilinx/tools
/Vivado/2018.3/settings64.sh
################################################################################
################################################################################
# setup cross compiler toolchain
# setup cross compiler toolchain
...
...
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