User loginNavigationNew forum topicsPollSearchRecent blog posts |
Installing SDK on embedded linux platformGreetings, I'm trying to install a SDK iso image onto an embedded linux platform. I was able to mount the image on the platform without problems. I also created a symbolic link called "bash" in the bin directory and had that point to busybox to satisfy the first line of code in the installer: "#!/bin/bash". However, when I run the installer, I get an error: "installer: applet not found" I get the same error when I type "bash" on the command line. Is there a way to fix this? Here is the first few lines of code that causes the error: #!/bin/bash DEBUG=${DEBUG:="0"} # Enables debugging options declare -r SCRIPT_NAME="`basename $0`" function debug () Thank you
|
Recent comments
1 year 10 weeks ago
1 year 10 weeks ago
1 year 38 weeks ago
1 year 42 weeks ago
1 year 42 weeks ago
2 years 14 weeks ago
2 years 14 weeks ago
2 years 16 weeks ago
2 years 26 weeks ago
2 years 26 weeks ago