Re: [PATCH v2 00/10] Rework quick start in user manual

2019-02-18 Thread Sebastian Huber

On 12/02/2019 03:52, Chris Johns wrote:

On 11/2/19 7:51 pm, Sebastian Huber wrote:

On 01/02/2019 09:53, Sebastian Huber wrote:

On 28/01/2019 13:27, Sebastian Huber wrote:

This patch set reworks the quick start chapter in the user manual. You
find a PDF with this patch set here:

https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf

It duplicates some information with the "Installation" chapter. The
"Installation" chapter should be reworked to contain the details.

The "Build Your Application" is a TODO.

v2:

Fix some issues after first review from Chris.


What about this second version?


How do we want to proceed here? I would like to continue to work on the user
manual.


I have posted a few comments and the rest looks good. Thanks for the changes.


Thanks for the review. I checked in the patch set with some modifications.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v2 00/10] Rework quick start in user manual

2019-02-11 Thread Chris Johns
On 11/2/19 7:51 pm, Sebastian Huber wrote:
> On 01/02/2019 09:53, Sebastian Huber wrote:
>> On 28/01/2019 13:27, Sebastian Huber wrote:
>>> This patch set reworks the quick start chapter in the user manual. You
>>> find a PDF with this patch set here:
>>>
>>> https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf
>>>
>>> It duplicates some information with the "Installation" chapter. The
>>> "Installation" chapter should be reworked to contain the details.
>>>
>>> The "Build Your Application" is a TODO.
>>>
>>> v2:
>>>
>>> Fix some issues after first review from Chris.
>>>
>>
>> What about this second version?
>>
> 
> How do we want to proceed here? I would like to continue to work on the user
> manual.
> 

I have posted a few comments and the rest looks good. Thanks for the changes.

Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH v2 00/10] Rework quick start in user manual

2019-02-10 Thread Chris Johns
On 11/2/19 7:51 pm, Sebastian Huber wrote:
> On 01/02/2019 09:53, Sebastian Huber wrote:
>> On 28/01/2019 13:27, Sebastian Huber wrote:
>>> This patch set reworks the quick start chapter in the user manual. You
>>> find a PDF with this patch set here:
>>>
>>> https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf
>>>
>>> It duplicates some information with the "Installation" chapter. The
>>> "Installation" chapter should be reworked to contain the details.
>>>
>>> The "Build Your Application" is a TODO.
>>>
>>> v2:
>>>
>>> Fix some issues after first review from Chris.
>>>
>>
>> What about this second version?
>>
> 
> How do we want to proceed here? I would like to continue to work on the user
> manual.
> 

Sorry, I have been on the road. I will try and look on the flight home tomorrow.

FYI I am working on a Dynamic Loader section for the Executables section.

Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH v2 00/10] Rework quick start in user manual

2019-02-10 Thread Sebastian Huber

On 01/02/2019 09:53, Sebastian Huber wrote:

On 28/01/2019 13:27, Sebastian Huber wrote:

This patch set reworks the quick start chapter in the user manual. You
find a PDF with this patch set here:

https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf

It duplicates some information with the "Installation" chapter. The
"Installation" chapter should be reworked to contain the details.

The "Build Your Application" is a TODO.

v2:

Fix some issues after first review from Chris.



What about this second version?



How do we want to proceed here? I would like to continue to work on the 
user manual.


--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v2 00/10] Rework quick start in user manual

2019-02-01 Thread Sebastian Huber

On 28/01/2019 13:27, Sebastian Huber wrote:

This patch set reworks the quick start chapter in the user manual. You
find a PDF with this patch set here:

https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf

It duplicates some information with the "Installation" chapter.  The
"Installation" chapter should be reworked to contain the details.

The "Build Your Application" is a TODO.

v2:

Fix some issues after first review from Chris.



What about this second version?

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

[PATCH v2 00/10] Rework quick start in user manual

2019-01-28 Thread Sebastian Huber
This patch set reworks the quick start chapter in the user manual. You
find a PDF with this patch set here:

https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf

It duplicates some information with the "Installation" chapter.  The
"Installation" chapter should be reworked to contain the details.

The "Build Your Application" is a TODO.

v2:

Fix some issues after first review from Chris.

Sebastian Huber (10):
  user: Rework "Host Computer Setup" section
  user: Fix references to prefixes section
  user: Rework Prefixes section
  user: Add "Obtain the Sources" section
  user: Add "Install the Tool Suite" section
  user: Add "Bootstrap the RTEMS Sources"
  user: Add "Build a Board Support Package (BSP)"
  user: Add "Test a Board Support Package (BSP)"
  user: Add "Build Your Application"
  user: Remove obsolete content in quick start

 user/hardware/architectures.rst  |   3 +
 user/hosts/macos.rst |   2 +-
 user/hosts/posix.rst |   4 +-
 user/installation/project-sandboxing.rst |   5 +-
 user/installation/releases.rst   |   4 +-
 user/rsb/why-build-from-source.rst   |   2 +
 user/start/app.rst   |  11 +++
 user/start/bootstrap.rst |  55 
 user/start/bsp-build.rst | 146 +++
 user/start/bsp-test.rst  |  66 ++
 user/start/host.rst  |  22 ++---
 user/start/index.rst |  93 ++--
 user/start/prefixes.rst  |  79 +
 user/start/sources.rst   |  51 +++
 user/start/tools.rst | 126 ++
 user/testing/index.rst   |   2 +
 user/tools/index.rst |   2 +
 17 files changed, 527 insertions(+), 146 deletions(-)
 create mode 100644 user/start/app.rst
 create mode 100644 user/start/bootstrap.rst
 create mode 100644 user/start/bsp-build.rst
 create mode 100644 user/start/bsp-test.rst
 create mode 100644 user/start/sources.rst
 create mode 100644 user/start/tools.rst

-- 
2.16.4

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel