Skip to content
Snippets Groups Projects
Commit 93309e0f authored by Luis Horacio Arnaldi's avatar Luis Horacio Arnaldi
Browse files

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
...@@ -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)
......
...@@ -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
......
...@@ -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
......
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