From: Marco Felsch <m.felsch@pengutronix.de> To: barebox@lists.infradead.org Subject: [PATCH] scripts: bareboxenv: add erase hint if build as host-tool Date: Fri, 6 Aug 2021 11:33:37 +0200 Message-ID: <20210806093337.10153-1-m.felsch@pengutronix.de> (raw) The bareboxenv behviour is different if used as host-tool. As host-tool the erase is skipped which can confuse the user. Add a help note as hot fix. In the long term we should add the host-tool erase support as well. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> --- scripts/bareboxenv.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/bareboxenv.c b/scripts/bareboxenv.c index bdff644335..f1706a5e17 100644 --- a/scripts/bareboxenv.c +++ b/scripts/bareboxenv.c @@ -98,6 +98,12 @@ static void usage(char *prgname) printf( "Usage : %s [OPTION] DIRECTORY FILE\n" "Load a barebox environment sector into a directory or\n" "save a directory into a barebox environment sector\n" +#ifndef __BAREBOX__ + "\n" + "Attention:\n" + "Depending on your environment backend storage you need to\n" + "erase FILE before you save the new environment.\n" +#endif "\n" "options:\n" " -s save (directory -> environment sector)\n" -- 2.30.2 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2021-08-06 9:35 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-08-06 9:33 Marco Felsch [this message] 2021-08-09 17:56 ` Sascha Hauer
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210806093337.10153-1-m.felsch@pengutronix.de \ --to=m.felsch@pengutronix.de \ --cc=barebox@lists.infradead.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
mail archive of the barebox mailing list This inbox may be cloned and mirrored by anyone: git clone --mirror https://lore.barebox.org/barebox/0 barebox/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 barebox barebox/ https://lore.barebox.org/barebox \ barebox@lists.infradead.org barebox@lists.infradead.org public-inbox-index barebox Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git