Hi Ard,
Thanks for your reply.
I want to expand the available disk space inside the foundation model, so
may be the second option you provided will accomplish that. Is that right?
Currently the default is 8GB.
In the command "cat /dev/zero | dd of= count=16384
bs=1m" what is old-file and new-fi
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..?
An
On 30 January 2014 13:40, Anil Singhar wrote:
> Hi Ard,
>
> Thanks for your reply.
>
> I want to expand the available disk space inside the foundation model, so
> may be the second option you provided will accomplish that. Is that right?
> Currently the default is 8GB.
>
The second option implies
Linaro Android 14.01 Release (Calender Week: 5): Here is test result
summary for Linaro Android 14.01 images on following targets:
1) TI Panda 4460;
2) TI Panda 4430;
3) Samsung Arndale;
4) Galaxy Nexus;
5) ARM Versatile Express A9;
6) ARM Versatile Express TC2;
7) ARM Versatile Express TC2 LSK;
On 30 January 2014 12:45, Anil Singhar 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-na
On Thursday, January 30, 2014 18:10:43 Anil Singhar wrote:
> I am using the following command to start the foundation model:
>
> ---
> anilss@anilss:~/Linaro/tools/Foundation_v8pkg/models/Linux64_GCC-4.
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
On 31 January 2014 04:38, Anil Singhar 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_2
On 30 January 2014 21:31, Mike Frysinger wrote:
> On Thursday, January 30, 2014 18:10:43 Anil Singhar wrote:
> > I am using the following command to start the foundation model:
> >
>
> > ---
> > anils