Commit 189514d6 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

minor: added instructions

parent 282d5e2b
...@@ -52,7 +52,7 @@ done ...@@ -52,7 +52,7 @@ done
echo "Step 4: Creating initenv script" echo "Step 4: Creating initenv script"
if [ -f $INITENV ]; then if [ -f $INITENV ]; then
read -p "Overwrite initenv? (y/n) " yn read -p "Overwrite an already existing initenv? (y/n) " yn
if [ ! $yn = "y" ]; then if [ ! $yn = "y" ]; then
OVERWRITE_INITENV=0; OVERWRITE_INITENV=0;
fi fi
...@@ -65,7 +65,10 @@ export PATH=$COMPILE_PATH/:\$PATH" > $INITENV ...@@ -65,7 +65,10 @@ export PATH=$COMPILE_PATH/:\$PATH" > $INITENV
fi fi
if [ ! -d $COMPILE_PATH ] ; then if [ ! -d $COMPILE_PATH ] ; then
echo " WARNING: Please edit initenv according to your cross compiler path" echo " WARNING: Please update initenv with your cross compiler path"
fi fi
echo "DONE" echo "DONE.
\ No newline at end of file FURTHER INSTRUCTIONS (TO GENERATE BOOT.BIN):
cd u-boot-xlnx
./makeuboot"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment