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
26 weeks 1 day ago
29 weeks 5 days ago
29 weeks 5 days ago
1 year 1 week ago
1 year 1 week ago
1 year 3 weeks ago
1 year 13 weeks ago
1 year 13 weeks ago
1 year 17 weeks ago
1 year 18 weeks ago