Hi all:
Is there any way to tailor some rtems-libBSD functions?
For example, we do not need ipv6??can i exclude the function from libBSD??___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users
Dear Huber,
Thank you very much.
I was successful to booting RTEMS on i.MX6Q SDP board according to your guide.
I have very interesting problem for testing rtems-libbsd on i.MX6Q.
At this time, I am testing SMP with rtems-libbsd.
When I test SMP example without rtems-libbsd(that is, calling
r
Dear Huber,
Thank you for this.
I will try to use bootm command.
Best Regards,
JunBeom
-Original Message-
From: Sebastian Huber
Sent: Tuesday, April 3, 2018 5:19 PM
To: JunBeom Kim (EmbedCoreTech) ; users@rtems.org
Subject: Re: RTEMS/i.MX7D u-boot configuration.
On 03/04/18 10:05, Ju
On 03/04/18 10:05, JunBeom Kim (EmbedCoreTech) wrote:
At this time, I did boot RTEMS in u-boot console according to below step in my
case.
- fatload mmc 1 0x1800 imx6q-sabresd.dtb
- fatload mmc 1 0x1010 rtems.bin
- go 0x1010
Use bootm. You must use a Linux U-Boot image:
mkimage -
Dear Huber,
I think that you have focused RTEMS version for i.MX7D board until now.
i.MX6Q SDP board is arrived. and, I am doing porting work about RTEMS for
i.MX6Q SDP board with u-boot.
After internal work is completed, I will open my RTEMS porting version for
i.MX6Q.
At this time, I did bo