Surprisingly, it seems that ```shell rebar3 atomvm packbeam -e estdlib/estdlib.avm -e eavmlib/eavmlib.avm ``` doesn't work and fails with enoent, while: ```shell rebar3 atomvm packbeam -e `pwd`/estdlib/estdlib.avm -e `pwd`/eavmlib/eavmlib.avm ``` does work. I guess the current working directory is not where rebar3 is invoked from. It should at least be mentioned in documentation.