
Thanks Wolfgang.
- Is it ok if we implement uboot commands that would call into the
standalone application API without violating GPL terms of u-boot? The command returns to the command line after execution. The arguments are passed from the uboot command line.
No. A standalone application can use U-Boot services only through the exported interface (call table), which is intentionally limited.
Sorry the confusion. Actually my question is not standalone application accessing the u-boot services. Its other way around. Can the go command to execute the standalone application embedded into the u-boot? Can we call do_go() and execute the standalone application?
-- View this message in context: http://u-boot.10912.n7.nabble.com/u-boot-command-for-standalone-application-... Sent from the U-Boot mailing list archive at Nabble.com.