From b4760325362e28e7335ce778ae2d058e4b9330d5 Mon Sep 17 00:00:00 2001 From: Martin Jerabek Date: Mon, 16 May 2016 19:26:26 +0200 Subject: [PATCH] updated README, .gitignore --- .gitignore | 3 +++ README.txt | 30 ++++++++++++++++++------------ system/.gitignore | 4 +--- 3 files changed, 22 insertions(+), 15 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7564691 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.Xil +vivado*.log +vivado*.jou diff --git a/README.txt b/README.txt index e0b6dba..ace169b 100644 --- a/README.txt +++ b/README.txt @@ -19,7 +19,21 @@ the system configuration, you do not have to build it. $ make system/system.hdf -2. Build PetaLinux and applications +2. Configure TFTP server + +3. Configure NFS server + + The server must support NFSv2, otherwise it will not work and + no sensible error message will be printed. + +4. Modify module IP, server IPs and paths in u-boot environment and bootscript + + Set the variables "ipaddr", "serverip" in uEnv.txt + and "nfsserver", "nfspath" in bootscript.txt. + +5. Modify the NFS server IP and path in bootscript (petalinux/bootscript.txt) + +6.1 Configure PetaLinux and applications Make sure you have sourced both $VIVADO_INSTALL_DIR/settings.sh and $PETALINUX_INSTALL_DIR/settings.sh. @@ -33,18 +47,11 @@ the system configuration, you do not have to build it. $ cd petalinux && petalinux-config +6.2 Build PetaLinux and applications -3. Configure TFTP server - -4. Configure NFS server - - The server must support NFSv2, otherwise it will not work and - no sensible error message will be printed. + $ make petalinux_build -5. Modify module IP, server IPs and paths in u-boot environment and bootscript - - Set the variables "ipaddr", "serverip" in uEnv.txt - and "nfsserver", "nfspath" in bootscript.txt. + This should also rsync the rootfs and images to specified locations. 6. Copy images/linux/{image.ub,top_wrapper.bit,system.dtb,bootscript} into /tftpboot @@ -55,4 +62,3 @@ the system configuration, you do not have to build it. to a FAT32 partition on SD card. The internal QSPI flash may be used instead, however make sure the jumpers on MicroZed board are set appropriately. - diff --git a/system/.gitignore b/system/.gitignore index f2eb31a..34ee338 100644 --- a/system/.gitignore +++ b/system/.gitignore @@ -5,6 +5,4 @@ /src/top/top.bxml /src/top/top_ooc.xdc -vivado*.jou -vivado*.log -.Xil +edit_* -- 2.39.2