Re: [PATCH v4] test/py: net_boot: Add test cases for net boot

2024-05-07 Thread Tom Rini
On Tue, May 07, 2024 at 03:26:18PM +0200, Michal Simek wrote: > Hi Tom, > > út 7. 5. 2024 v 15:20 odesílatel Tom Rini napsal: > > > On Tue, May 07, 2024 at 11:22:45AM +0530, Love Kumar wrote: > > > > > > > > > On 04/05/24 1:48 am, Tom Rini wrote: > > > > On Fri, May 03, 2024 at 05:39:46PM +0530,

Re: [PATCH v4] test/py: net_boot: Add test cases for net boot

2024-05-07 Thread Michal Simek
Hi Tom, út 7. 5. 2024 v 15:20 odesílatel Tom Rini napsal: > On Tue, May 07, 2024 at 11:22:45AM +0530, Love Kumar wrote: > > > > > > On 04/05/24 1:48 am, Tom Rini wrote: > > > On Fri, May 03, 2024 at 05:39:46PM +0530, Love Kumar wrote: > > > > > > > Add tests for booting image using tftpboot/pxe

Re: [PATCH v4] test/py: net_boot: Add test cases for net boot

2024-05-07 Thread Tom Rini
On Tue, May 07, 2024 at 11:22:45AM +0530, Love Kumar wrote: > > > On 04/05/24 1:48 am, Tom Rini wrote: > > On Fri, May 03, 2024 at 05:39:46PM +0530, Love Kumar wrote: > > > > > Add tests for booting image using tftpboot/pxe boot commands, tftpboot > > > boot case loads the FIT image into DDR and

Re: [PATCH v4] test/py: net_boot: Add test cases for net boot

2024-05-07 Thread Tom Rini
On Tue, May 07, 2024 at 11:22:45AM +0530, Love Kumar wrote: > > > On 04/05/24 1:48 am, Tom Rini wrote: > > On Fri, May 03, 2024 at 05:39:46PM +0530, Love Kumar wrote: > > > > > Add tests for booting image using tftpboot/pxe boot commands, tftpboot > > > boot case loads the FIT image into DDR and

Re: [PATCH v4] test/py: net_boot: Add test cases for net boot

2024-05-06 Thread Love Kumar
On 04/05/24 1:48 am, Tom Rini wrote: On Fri, May 03, 2024 at 05:39:46PM +0530, Love Kumar wrote: Add tests for booting image using tftpboot/pxe boot commands, tftpboot boot case loads the FIT image into DDR and boots using bootm command whereas pxe boot cases downloads the pxe configuration

Re: [PATCH v4] test/py: net_boot: Add test cases for net boot

2024-05-03 Thread Tom Rini
On Fri, May 03, 2024 at 05:39:46PM +0530, Love Kumar wrote: > Add tests for booting image using tftpboot/pxe boot commands, tftpboot > boot case loads the FIT image into DDR and boots using bootm command > whereas pxe boot cases downloads the pxe configuration file from the > TFTP server and inter

Re: [PATCH v4] test/py: net_boot: Add test cases for net boot

2024-05-03 Thread Tom Rini
On Fri, May 03, 2024 at 05:39:46PM +0530, Love Kumar wrote: > Add tests for booting image using tftpboot/pxe boot commands, tftpboot > boot case loads the FIT image into DDR and boots using bootm command > whereas pxe boot cases downloads the pxe configuration file from the > TFTP server and inter