This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new b216f74a4b doc: Add xxd to get romfs working, reported by Simon Filgis b216f74a4b is described below commit b216f74a4bcfcf66174b5b75cefcb177012d0250 Author: Alan Carvalho de Assis <acas...@gmail.com> AuthorDate: Fri Feb 24 10:11:23 2023 -0300 doc: Add xxd to get romfs working, reported by Simon Filgis --- Documentation/quickstart/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/quickstart/install.rst b/Documentation/quickstart/install.rst index e587134661..641e99255d 100644 --- a/Documentation/quickstart/install.rst +++ b/Documentation/quickstart/install.rst @@ -22,7 +22,7 @@ First, install the following set of system dependencies according to your Operat .. code-block:: console $ sudo apt install \ - bison flex gettext texinfo libncurses5-dev libncursesw5-dev \ + bison flex gettext texinfo libncurses5-dev libncursesw5-dev xxd \ gperf automake libtool pkg-config build-essential gperf genromfs \ libgmp-dev libmpc-dev libmpfr-dev libisl-dev binutils-dev libelf-dev \ libexpat-dev gcc-multilib g++-multilib picocom u-boot-tools util-linux