I am facing a bug with starting the foundation model using the following command
anilss@anilss:~/Linaro/tools/ Foundation_v8pkg/models/Linux64_GCC-4.1$ ./Foundation_v8 --openembedded_lamp-armv8_20130719-403.img --network=nat --network-nat-ports=8022=22
Any one has faced this problem before..?
Any ideas on how to uninstall the foundation model..?
The problem seems to be that after the start up for some reason 'ps' is being being run ( I dont know who is running that) continuously.. So I dont get to the command prompt at all. As you can see below the console keeps outputting the following continuously:
---------------------------------------- . . .
Usage: ps
130722 06:41:50 mysqld_safe Number of processes running now: 0 130722 06:41:50 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:50 mysqld_safe Number of processes running now: 0 130722 06:41:50 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:50 mysqld_safe Number of processes running now: 0 130722 06:41:50 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:51 mysqld_safe Number of processes running now: 0 130722 06:41:51 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:51 mysqld_safe Number of processes running now: 0 130722 06:41:51 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:52 mysqld_safe Number of processes running now: 0 130722 06:41:52 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:52 mysqld_safe Number of processe
. . . --------------------------------------------------------------------------------------------
On 30 January 2014 12:45, Anil Singhar anil.singhar@linaro.org wrote:
I am facing a bug with starting the foundation model using the following command
anilss@anilss:~/Linaro/tools/ Foundation_v8pkg/models/Linux64_GCC-4.1$ ./Foundation_v8 --openembedded_lamp-armv8_20130719-403.img --network=nat --network-nat-ports=8022=22
Is that really your command to start the model? It looks wrong. Our release notes show a command like:
<path to model installation>/Foundation_v8 --image img-foundation.axf \ --block-device vexpress64-openembedded_IMAGENAME-armv8_IMAGEDATE-XYZ.img
Any one has faced this problem before..?
Any ideas on how to uninstall the foundation model..?
Usually, you just delete the directory you installed it to. Unless you installed it some different way.
The problem seems to be that after the start up for some reason 'ps' is being being run ( I dont know who is running that) continuously.. So I dont get to the command prompt at all. As you can see below the console keeps outputting the following continuously:
. . .
Usage: ps
130722 06:41:50 mysqld_safe Number of processes running now: 0 130722 06:41:50 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:50 mysqld_safe Number of processes running now: 0 130722 06:41:50 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:50 mysqld_safe Number of processes running now: 0 130722 06:41:50 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:51 mysqld_safe Number of processes running now: 0 130722 06:41:51 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:51 mysqld_safe Number of processes running now: 0 130722 06:41:51 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:52 mysqld_safe Number of processes running now: 0 130722 06:41:52 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:52 mysqld_safe Number of processe
. . .
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
Hi Ryan,
You are right. Sorry, I missed some parts of my command while typing the mail. The correct command is:
./Foundation_v8 --image ~/Linaro/tools/img-foundation.axf --block-device ~/Linaro/tools/vexpress64-openembedded_lamp-armv8_20130719-403.img --network=nat --network-nat-ports=8022=2
I was thinking if I can reset the settings of the model, by deleting some configuration file rather than the whole Foundation_v8 folder.
Also there used to be a Foundation_v8 installation wiki (which provided the steps to run Foundation model with the OE image) which I can no longer trace, Do you know the link?
Thanks and Regards, Anil
On 30 January 2014 20:29, Ryan Harkin ryan.harkin@linaro.org wrote:
On 30 January 2014 12:45, Anil Singhar anil.singhar@linaro.org wrote:
I am facing a bug with starting the foundation model using the following command
anilss@anilss:~/Linaro/tools/ Foundation_v8pkg/models/Linux64_GCC-4.1$ ./Foundation_v8 --openembedded_lamp-armv8_20130719-403.img --network=nat --network-nat-ports=8022=22
Is that really your command to start the model? It looks wrong. Our release notes show a command like:
<path to model installation>/Foundation_v8 --image img-foundation.axf \ --block-device vexpress64-openembedded_IMAGENAME-armv8_IMAGEDATE-XYZ.img
Any one has faced this problem before..?
Any ideas on how to uninstall the foundation model..?
Usually, you just delete the directory you installed it to. Unless you installed it some different way.
The problem seems to be that after the start up for some reason 'ps' is being being run ( I dont know who is running that) continuously.. So I dont get to the command prompt at all. As you can see below the console keeps outputting the following continuously:
. . .
Usage: ps
130722 06:41:50 mysqld_safe Number of processes running now: 0 130722 06:41:50 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:50 mysqld_safe Number of processes running now: 0 130722 06:41:50 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:50 mysqld_safe Number of processes running now: 0 130722 06:41:50 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:51 mysqld_safe Number of processes running now: 0 130722 06:41:51 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:51 mysqld_safe Number of processes running now: 0 130722 06:41:51 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:52 mysqld_safe Number of processes running now: 0 130722 06:41:52 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:52 mysqld_safe Number of processe
. . .
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
On 31 January 2014 04:38, Anil Singhar anil.singhar@linaro.org wrote:
Hi Ryan,
You are right. Sorry, I missed some parts of my command while typing the mail. The correct command is:
./Foundation_v8 --image ~/Linaro/tools/img-foundation.axf --block-device ~/Linaro/tools/vexpress64-openembedded_lamp-armv8_20130719-403.img --network=nat --network-nat-ports=8022=2
I was thinking if I can reset the settings of the model, by deleting some configuration file rather than the whole Foundation_v8 folder.
There are no settings stored in the model. The only settings are in the command line used to launch the model, in the kernel/FDT, or in the rootfs. If you're having a problem, try downloading the rootfs from fresh. I see you have an old 13.07 rootfs. Try moving to the latest release and see how you get on; most likely, something in your rootfs is broken.
Also there used to be a Foundation_v8 installation wiki (which provided the steps to run Foundation model with the OE image) which I can no longer trace, Do you know the link?
Don't know which wiki page you are referring to exactly, but the OpenEmbedded release notes should give you all you need to get the image running:
http://releases.linaro.org/latest/openembedded/aarch64/
Then there is the ARMv8 Engineering page, which is more of an overview:
http://www.linaro.org/engineering/engineering-projects/armv8
Thanks and Regards, Anil
On 30 January 2014 20:29, Ryan Harkin ryan.harkin@linaro.org wrote:
On 30 January 2014 12:45, Anil Singhar anil.singhar@linaro.org wrote:
I am facing a bug with starting the foundation model using the following command
anilss@anilss:~/Linaro/tools/ Foundation_v8pkg/models/Linux64_GCC-4.1$ ./Foundation_v8 --openembedded_lamp-armv8_20130719-403.img --network=nat --network-nat-ports=8022=22
Is that really your command to start the model? It looks wrong. Our release notes show a command like:
<path to model installation>/Foundation_v8 --image img-foundation.axf \ --block-device vexpress64-openembedded_IMAGENAME-armv8_IMAGEDATE-XYZ.img
Any one has faced this problem before..?
Any ideas on how to uninstall the foundation model..?
Usually, you just delete the directory you installed it to. Unless you installed it some different way.
The problem seems to be that after the start up for some reason 'ps' is being being run ( I dont know who is running that) continuously.. So I dont get to the command prompt at all. As you can see below the console keeps outputting the following continuously:
. . .
Usage: ps
130722 06:41:50 mysqld_safe Number of processes running now: 0 130722 06:41:50 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:50 mysqld_safe Number of processes running now: 0 130722 06:41:50 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:50 mysqld_safe Number of processes running now: 0 130722 06:41:50 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:51 mysqld_safe Number of processes running now: 0 130722 06:41:51 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:51 mysqld_safe Number of processes running now: 0 130722 06:41:51 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:52 mysqld_safe Number of processes running now: 0 130722 06:41:52 mysqld_safe mysqld restarted ps: invalid option -- 'x' BusyBox v1.21.1 (2013-07-20 01:25:13 UTC) multi-call binary.
Usage: ps
130722 06:41:52 mysqld_safe Number of processe
. . .
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev