diff options
Diffstat (limited to 'doc/README.mxs')
| -rw-r--r-- | doc/README.mxs | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/doc/README.mxs b/doc/README.mxs index 5d9e72f95..2919bbfee 100644 --- a/doc/README.mxs +++ b/doc/README.mxs @@ -63,6 +63,11 @@ copy the binary by hand:  Make sure the "elftosb" binary can be found in your $PATH, in this case this  means "/usr/local/bin/" has to be in your $PATH. +Install the 'libssl-dev' package as well. On a Debian-based distribution, this +package can be installed as follows: + +	$ sudo apt-get install libssl-dev +  2) Compiling U-Boot for a MXS based board  ------------------------------------------- |