To produce a listing to stdout that contains the disassembled version of an ELF file, use:
stdout
fromelf -c infile.axf
To produce a plain text output file that contains the disassembled version of an ELF file and the symbol table, use:
fromelf -c -s -o outfile.lst infile.axf