Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ez-zynq7
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
정종선
ez-zynq7
Commits
e6334f46
Commit
e6334f46
authored
Nov 11, 2021
by
정종선
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify compile environmant scripts
parent
4251b6e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
+18
-1
make.sh
make.sh
+2
-1
package.env
package.env
+16
-0
No files found.
make.sh
View file @
e6334f46
...
@@ -37,7 +37,8 @@ make_buildroot() {
...
@@ -37,7 +37,8 @@ make_buildroot() {
echo
" Build buildroot [
$(
pwd
)
]"
echo
" Build buildroot [
$(
pwd
)
]"
echo
"=============================================="
echo
"=============================================="
./make.sh
./make.sh toolchain
./make.sh
cd
-
cd
-
}
}
...
...
package.env
View file @
e6334f46
...
@@ -16,3 +16,19 @@ export WORK_LD_LIBRARY_PATH=${BR_TOOLCHAIN_PATH}/usr/lib
...
@@ -16,3 +16,19 @@ export WORK_LD_LIBRARY_PATH=${BR_TOOLCHAIN_PATH}/usr/lib
export BOOTLOADER_DIR=u-boot-xlnx-xilinx-v2016.2
export BOOTLOADER_DIR=u-boot-xlnx-xilinx-v2016.2
export BUILDROOT_DIR=buildroot-2018.02.9
export BUILDROOT_DIR=buildroot-2018.02.9
export KERNEL_DIR=linux-xlnx-xilinx-v2016.2
export KERNEL_DIR=linux-xlnx-xilinx-v2016.2
USERNAME=`id -un`
if [ ! -d /tftpboot/${FA_CHIPSET}/${FA_PRODUCT} ]
then
echo "mkdir -p /tftpboot/${FA_CHIPSET}/${FA_PRODUCT}"
sudo mkdir -p /tftpboot/${FA_CHIPSET}/${FA_PRODUCT}
sudo chown -R $USERNAME:$USERNAME /tftpboot/
fi
if [ ! -d /nfs/${FA_CHIPSET}/${FA_PRODUCT} ]
then
echo "mkdir -p /nfs/${FA_CHIPSET}/${FA_PRODUCT}"
sudo mkdir -p /nfs/${FA_CHIPSET}/${FA_PRODUCT}
sudo chown -R $USERNAME:$USERNAME /nfs/
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment