Re: Try to load and run RTEMS Image on Cora-z7-10, boot for beaglebone black problem solved

2022-06-06 Thread Heinz Junkes
re you able to successfully boot a RTEMS image from u-boot without libbsd? >> The first problem was booting the RTEMS 6 u-boot .img file, correct? >> >> Regards, >> Alan >> >> From: Heinz Junkes >> Sent: Wednesday, June 1, 2022 11:14 AM >> To: Alan Cudm

Re: Try to load and run RTEMS Image on Cora-z7-10

2022-06-02 Thread Heinz Junkes
e RTEMS 6 u-boot .img file, correct? > > Regards, > Alan > > From: Heinz Junkes > Sent: Wednesday, June 1, 2022 11:14 AM > To: Alan Cudmore > Cc: users@rtems.org > Subject: Re: Try to load and run RTEMS Image on Cora-z7-10 > > I can add something directly. I found

Re: Try to load and run RTEMS Image on Cora-z7-10

2022-06-01 Thread Heinz Junkes
I can add something directly. I found in your example (rki) how you talk to the network device. I have implemented it in a similar way. Unfortunately, I can't even get to the point. The programme breaks off in rtems_bsd_initialize() at mi_startup() * RTEMS Version: rtems-5.1.0 (ARM/ARMv4/b

Re: Try to load and run RTEMS Image on Cora-z7-10

2022-06-01 Thread Heinz Junkes
Hi Alan, Thanks for the feedback. Did you also use the Ethernet of the beagleboneblack in your demo. I can't see which if is implemented in the BSP. Danke Heinz > On 31. May 2022, at 14:43, Alan Cudmore wrote: > > If it helps, I have a demo where I built and ran RTEMS 6 with libbsd on the >

Re: Try to load and run RTEMS Image on Cora-z7-10

2022-05-31 Thread Heinz Junkes
runs with RTEMS 5.1 Release on beaglebone black ( wget https://ftp.rtems.org/pub/rtems/releases/5/5.1/sources/rtems-source-builder-5.1.tar.xz ) Load address: 0x8080 Loading: 4.1 MiB/s done Bytes transferred = 47240 (b888 hex) 33325 bytes read in 4 ms (7.9 MiB/s) ## Booting ker

Re: Try to load and run RTEMS Image on Cora-z7-10

2022-05-28 Thread Chris Johns
On 29/5/2022 6:57 am, Heinz Junkes wrote: > Hi Chris, > > I am trying to understand the problems my student is having with the > Cora-z7-10. > > I am trying my hand at a beaglebone black and RTEMS6 (master). > Unfortunately I have similar problems. > > I built the rtems-examples. > > rtems/6/b

Re: Try to load and run RTEMS Image on Cora-z7-10

2022-05-28 Thread Heinz Junkes
Hi Chris, I am trying to understand the problems my student is having with the Cora-z7-10. I am trying my hand at a beaglebone black and RTEMS6 (master). Unfortunately I have similar problems. I built the rtems-examples. rtems/6/bin/arm-rtems6-objcopy -R -S --strip-debug -O binary posix_hello.e

Re: Try to load and run RTEMS Image on Cora-z7-10

2022-05-04 Thread Chris Johns
On 4/5/2022 3:56 pm, Sebastian Huber wrote: > On 03/05/2022 16:43, Sarmad Ahmad wrote: >> I create the image as follows >> >> ./mkimage.py -A arm -O linux -T kernel -a 0x1000 -e 0x1000 -n RTEMS >> -d >> hello.exe test5.img > > Maybe there is an issue with the mkimage.py script. I would tr

Re: Try to load and run RTEMS Image on Cora-z7-10

2022-05-03 Thread Sebastian Huber
On 03/05/2022 16:43, Sarmad Ahmad wrote: I create the image as follows ./mkimage.py -A arm -O linux -T kernel -a 0x1000 -e 0x1000 -n RTEMS -d hello.exe test5.img Maybe there is an issue with the mkimage.py script. I would try to use the mkimage tool from U-Boot. -- embedded brains

Try to load and run RTEMS Image on Cora-z7-10

2022-05-03 Thread Sarmad Ahmad
Hello I am trying to boot RTEMS image on a coran-z7-10, I have tried several addresses without success. I create the image as follows ./mkimage.py -A arm -O linux -T kernel -a 0x1000 -e 0x1000 -n RTEMS -d hello.exe test5.img also tried -O rtems I have also tried the following addresse