Re: [U-Boot] [PATCH] test/py: vboot can be run only at Sandbox

2016-07-22 Thread Simon Glass
On 22 July 2016 at 08:02, Michal Simek wrote: > On 22.7.2016 15:33, Simon Glass wrote: >> Hi Michal, >> >> On 22 July 2016 at 01:13, Michal Simek wrote: >>> Hi Simon and Stephen, >>> >>> On 20.7.2016 17:51, Stephen Warren wrote: On 07/20/2016 08:19 AM, Simon Glass wrote: > +Stephen >

Re: [U-Boot] [PATCH] test/py: vboot can be run only at Sandbox

2016-07-22 Thread Michal Simek
On 22.7.2016 15:33, Simon Glass wrote: > Hi Michal, > > On 22 July 2016 at 01:13, Michal Simek wrote: >> Hi Simon and Stephen, >> >> On 20.7.2016 17:51, Stephen Warren wrote: >>> On 07/20/2016 08:19 AM, Simon Glass wrote: +Stephen On 18 July 2016 at 00:49, Michal Simek wrote:

Re: [U-Boot] [PATCH] test/py: vboot can be run only at Sandbox

2016-07-22 Thread Simon Glass
Hi Michal, On 22 July 2016 at 01:13, Michal Simek wrote: > Hi Simon and Stephen, > > On 20.7.2016 17:51, Stephen Warren wrote: >> On 07/20/2016 08:19 AM, Simon Glass wrote: >>> +Stephen >>> >>> On 18 July 2016 at 00:49, Michal Simek wrote: Getting this error: Zynq> sb load hostfs - 100

Re: [U-Boot] [PATCH] test/py: vboot can be run only at Sandbox

2016-07-22 Thread Michal Simek
Hi Simon and Stephen, On 20.7.2016 17:51, Stephen Warren wrote: > On 07/20/2016 08:19 AM, Simon Glass wrote: >> +Stephen >> >> On 18 July 2016 at 00:49, Michal Simek wrote: >>> Getting this error: >>> Zynq> sb load hostfs - 100 >>> /home/monstr/data/disk/u-boot/build-zynq_zc706/test.fit >>> Unkno

Re: [U-Boot] [PATCH] test/py: vboot can be run only at Sandbox

2016-07-20 Thread Stephen Warren
On 07/20/2016 08:19 AM, Simon Glass wrote: +Stephen On 18 July 2016 at 00:49, Michal Simek wrote: Getting this error: Zynq> sb load hostfs - 100 /home/monstr/data/disk/u-boot/build-zynq_zc706/test.fit Unknown command 'sb' - try 'help' because sb command is present only for Sandbox obj-$(CONFI

Re: [U-Boot] [PATCH] test/py: vboot can be run only at Sandbox

2016-07-20 Thread Simon Glass
+Stephen On 18 July 2016 at 00:49, Michal Simek wrote: > Getting this error: > Zynq> sb load hostfs - 100 > /home/monstr/data/disk/u-boot/build-zynq_zc706/test.fit > Unknown command 'sb' - try 'help' > > because sb command is present only for Sandbox > obj-$(CONFIG_SANDBOX) += host.o > > that's w

Re: [U-Boot] [PATCH] test/py: vboot can be run only at Sandbox

2016-07-20 Thread Michal Simek
On 20.7.2016 16:19, Simon Glass wrote: > +Stephen > > On 18 July 2016 at 00:49, Michal Simek wrote: >> Getting this error: >> Zynq> sb load hostfs - 100 >> /home/monstr/data/disk/u-boot/build-zynq_zc706/test.fit >> Unknown command 'sb' - try 'help' >> >> because sb command is present only for San

[U-Boot] [PATCH] test/py: vboot can be run only at Sandbox

2016-07-17 Thread Michal Simek
Getting this error: Zynq> sb load hostfs - 100 /home/monstr/data/disk/u-boot/build-zynq_zc706/test.fit Unknown command 'sb' - try 'help' because sb command is present only for Sandbox obj-$(CONFIG_SANDBOX) += host.o that's why mark this test to be run only at Sandbox Signed-off-by: Michal Simek