From be329ba462899936732f473e49d2b362593f29f2 Mon Sep 17 00:00:00 2001 From: "Manne, Nava kishore" Date: Mon, 5 Sep 2022 23:01:07 -0600 Subject: fpgautil: Update the fpgautil help This patch updates the fpgautil help to align with the full bitstream loading default behavior. Signed-off-by: Nava kishore Manne Add AMD Copyright notice. Signed-off-by: Sandeep Gundlupet Raju --- .../recipes-bsp/fpga-manager-script/files/fpgautil.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'meta-xilinx-core/recipes-bsp/fpga-manager-script') diff --git a/meta-xilinx-core/recipes-bsp/fpga-manager-script/files/fpgautil.c b/meta-xilinx-core/recipes-bsp/fpga-manager-script/files/fpgautil.c index e4fb1d2f..04777a91 100644 --- a/meta-xilinx-core/recipes-bsp/fpga-manager-script/files/fpgautil.c +++ b/meta-xilinx-core/recipes-bsp/fpga-manager-script/files/fpgautil.c @@ -1,6 +1,7 @@ /****************************************************************************** * - * Copyright (C) 2019-2020 Xilinx, Inc. All rights reserved. + * Copyright (C) 2019-2022 Xilinx, Inc. All rights reserved. + * Copyright (C) 2022 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in @@ -91,7 +92,7 @@ void print_usage(char *prg) fprintf(stderr, " Device Tree\n"); if (iszynqmp) { - fprintf(stderr, " Default: \n"); + fprintf(stderr, " Default: \n"); fprintf(stderr, " -s Optional: \n"); fprintf(stderr, " s := \n"); fprintf(stderr, " -k Optional: \n"); @@ -107,7 +108,7 @@ void print_usage(char *prg) fprintf(stderr, " \n"); fprintf(stderr, "Examples:\n"); fprintf(stderr, "(Load Full bitstream using Overlay)\n"); - fprintf(stderr, "%s -b top.bit.bin -o can.dtbo -f Full -n Full \n", prg); + fprintf(stderr, "%s -b top.bit.bin -o can.dtbo -f Full -n full \n", prg); fprintf(stderr, "(Load Partial bitstream using Overlay)\n"); fprintf(stderr, "%s -b rm0.bit.bin -o rm0.dtbo -f Partial -n PR0\n", prg); fprintf(stderr, "(Load Full bitstream using sysfs interface)\n"); @@ -127,7 +128,7 @@ void print_usage(char *prg) fprintf(stderr, "(Remove Partial Overlay)\n"); fprintf(stderr, "%s -R -n PR0\n", prg); fprintf(stderr, "(Remove Full Overlay)\n"); - fprintf(stderr, "%s -R -n Full\n", prg); + fprintf(stderr, "%s -R -n full\n", prg); fprintf(stderr, "Note: %s -R is responsible for only removing the dtbo file from the livetree. it will not remove the PL logic from the FPGA region.\n", prg); fprintf(stderr, " \n"); } -- cgit v1.2.3-54-g00ecf