.. index:: go (command) .. _command_go: go - start application at address or file ========================================= Usage ^^^^^ ``go [-si] ADDR [ARG...]`` Synopsis ^^^^^^^^ Start application at ADDR passing ARG as arguments. If addr does not start with a digit it is interpreted as a filename in which case the file is memmapped and executed Options ^^^^^^^ -s pass all arguments as strings referenced by argc, argv arguments (default) -i pass up to four integer arguments using default calling convention .. generated from: /ptx/work/WORK_EIHEI/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/go.c .. command function: do_go