Re: Building leon3 prom image for testing on renode

2023-07-28 Thread Muhammad Sulthan Mazaya
I have sent a new patch for this. For now, as I kept stucking on trying to replace the prom with resc statements, I have decided to just add the prom image binary to the rtems-tools and use it in the renode script. - Mazaya On Fri, Jul 21, 2023 at 4:13 AM Joel Sherrill wrote: > > > On Wed, Jul

Re: Building leon3 prom image for testing on renode

2023-07-20 Thread Joel Sherrill
On Wed, Jul 19, 2023 at 10:30 PM Alan Cudmore wrote: > Hi Mazaya, > > On Tue, Jul 18, 2023 at 8:35 PM Muhammad Sulthan Mazaya < > msulthanmaz...@gmail.com> wrote: > >> Hi Alan, >> >> > Also, as you mentioned, the renode Zephyr example runs directly from >> RAM without a prom image. Is it that the

Re: Building leon3 prom image for testing on renode

2023-07-19 Thread Alan Cudmore
Hi Mazaya, On Tue, Jul 18, 2023 at 8:35 PM Muhammad Sulthan Mazaya < msulthanmaz...@gmail.com> wrote: > Hi Alan, > > > Also, as you mentioned, the renode Zephyr example runs directly from RAM > without a prom image. Is it that the RTEMS LEON3 BSP relies on > initialization done by the boot prom (

Re: Building leon3 prom image for testing on renode

2023-07-18 Thread Muhammad Sulthan Mazaya
Hi Alan, > Also, as you mentioned, the renode Zephyr example runs directly from RAM without a prom image. Is it that the RTEMS LEON3 BSP relies on initialization done by the boot prom (GRMON or MKPROM2 based boot code)? Do you or anyone on the devel mailing list know where/how can I check which k

Re: Building leon3 prom image for testing on renode

2023-07-18 Thread Alan Cudmore
Hi Mazaya, I wonder if it is possible to initialize the processor to the state where it can run the RTEMS image in RAM without using the prom image? The processor initialization would have to go in the resc script before the image is loaded and started. Also, as you mentioned, the renode Zephyr exa

Building leon3 prom image for testing on renode

2023-07-17 Thread Muhammad Sulthan Mazaya
Hi, I was trying to implement renode for testing leon3 using rtems-test. I noticed that from the example they provide https://github.com/antmicro/renode-rtems-leon3/blob/main/leon3_rtems.resc, it seems like the renode simulator needs the prom image of leon3 to do so. I don't think an additional bu