mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [ANNOUNCE] Mini2440: October Release of the Free Board Support Package available
@ 2011-10-14  6:21 Juergen Beisert
  2011-10-17  6:12 ` [ptxdist] [oselas] " amit shah
  0 siblings, 1 reply; 2+ messages in thread
From: Juergen Beisert @ 2011-10-14  6:21 UTC (permalink / raw)
  To: oselas, ptxdist, embedded-linux

Another month, another release.

                   OSELAS.BSP-Pengutronix-Mini2440
                   -------------------------------

Pengutronix offers the 2011.10.0 release of it's Board Support Package for 
FriendlyARM's popular Mini2440.
It provides all required components to get this embedded target up and 
running, and is dedicated for beginners in the embedded world. And for 
experienced users it can act as a quick start for their own development 
as well.

Updated Features:
-----------------

- PTXdist-2011.10.1
  - Qt-4.7.4
- Kernel 3.0, stable release 6

Feature List:
-------------

- PTXdist based buildsystem for easy setup and build
- more than one predefined configuration
  - one without graphic, for headless usage
  - one with full blown Qt support including an example how to use it
- recent GCC Toolchain (GCC 4.5.2, libc 2.13)
- Bootloader: 'barebox' 2011.05.0
  Support for the following list of hardware components
  - serial console
  - network
  - SD card
  - NAND
- Kernel: Support for the following list of hardware components
  - serial console
  - network
  - sound
  - LED
  - GPIO
  - AD converter
  - I2C master and I2C EEPROM
  - SPI master
  - Watchdog
  - Keypad
  - USB (host and device)
  - various LC displays (N35/A70/VGA shield/T35/X35/W35i/N43)
  - framebuffer
  - touch
  - SD card
  - NAND
- Comprehensive documentation how to prepare and build all software components
  and to deploy the Mini2440.

Additional info can be found here:

http://www.oselas.org/oselas/bsp/pengutronix/index_en.html

Pengutronix also offers a free support mailing list for the free Board Support 
Packages. Refer our website how to subscribe at:

http://www.oselas.org/mailinglists/index_en.html

Note: Beginners in the embedded world should also read our documentation about 
the generic x86/ARM Board Support Package from here:

http://www.oselas.org/oselas/bsp/pengutronix/generic_bsp_en.html

This documentation contains basic information about PTXdist and how to use it 
in one's daily work.

Comments and contributions are welcome.

Enjoy!
Your Pengutronix Development Team

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [oselas] [ANNOUNCE] Mini2440: October Release of the Free Board Support Package available
  2011-10-14  6:21 [ptxdist] [ANNOUNCE] Mini2440: October Release of the Free Board Support Package available Juergen Beisert
@ 2011-10-17  6:12 ` amit shah
  0 siblings, 0 replies; 2+ messages in thread
From: amit shah @ 2011-10-17  6:12 UTC (permalink / raw)
  To: Juergen Beisert; +Cc: oselas, ptxdist, embedded-linux


[-- Attachment #1.1: Type: text/plain, Size: 3679 bytes --]

Hi Juergen,
      Oct 2011 release of the min2440 is giving error during the build
process.

See the build output below.

thanks
--amit

=====================================================================
[arm@fc12fat bsp]$ ptxdist images

----------------------------
target: usbutils-004.tar.bz2
----------------------------

--2011-10-17 11:34:27--
http://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-004.tar.bz2
Resolving www.kernel.org... 149.20.4.69
Connecting to www.kernel.org|149.20.4.69|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-10-17 11:34:28 ERROR 404: Not Found.

--2011-10-17 11:34:28--
http://www.pengutronix.de/software/ptxdist/temporary-src/usbutils-004.tar.bz2
Resolving www.pengutronix.de... 78.47.139.85,
2a01:4f8:121:2:5054:ff:feaf:fc62
Connecting to www.pengutronix.de|78.47.139.85|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-10-17 11:34:33 ERROR 404: Not Found.


Could not download packet
URL: http://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-004.tar.bz2

make: *** [/sda3/pengurepos/usbutils-004.tar.bz2] Error 1
=====================================================================

On Fri, Oct 14, 2011 at 11:51 AM, Juergen Beisert <jbe@pengutronix.de>wrote:

> Another month, another release.
>
>                   OSELAS.BSP-Pengutronix-Mini2440
>                    -------------------------------
>
> Pengutronix offers the 2011.10.0 release of it's Board Support Package for
> FriendlyARM's popular Mini2440.
> It provides all required components to get this embedded target up and
> running, and is dedicated for beginners in the embedded world. And for
> experienced users it can act as a quick start for their own development
> as well.
>
> Updated Features:
> -----------------
>
> - PTXdist-2011.10.1
>   - Qt-4.7.4
> - Kernel 3.0, stable release 6
>
> Feature List:
> -------------
>
> - PTXdist based buildsystem for easy setup and build
> - more than one predefined configuration
>   - one without graphic, for headless usage
>   - one with full blown Qt support including an example how to use it
> - recent GCC Toolchain (GCC 4.5.2, libc 2.13)
> - Bootloader: 'barebox' 2011.05.0
>   Support for the following list of hardware components
>   - serial console
>   - network
>   - SD card
>   - NAND
> - Kernel: Support for the following list of hardware components
>   - serial console
>   - network
>   - sound
>   - LED
>   - GPIO
>   - AD converter
>   - I2C master and I2C EEPROM
>   - SPI master
>   - Watchdog
>   - Keypad
>   - USB (host and device)
>   - various LC displays (N35/A70/VGA shield/T35/X35/W35i/N43)
>   - framebuffer
>   - touch
>   - SD card
>   - NAND
> - Comprehensive documentation how to prepare and build all software
> components
>   and to deploy the Mini2440.
>
> Additional info can be found here:
>
> http://www.oselas.org/oselas/bsp/pengutronix/index_en.html
>
> Pengutronix also offers a free support mailing list for the free Board
> Support
> Packages. Refer our website how to subscribe at:
>
> http://www.oselas.org/mailinglists/index_en.html
>
> Note: Beginners in the embedded world should also read our documentation
> about
> the generic x86/ARM Board Support Package from here:
>
> http://www.oselas.org/oselas/bsp/pengutronix/generic_bsp_en.html
>
> This documentation contains basic information about PTXdist and how to use
> it
> in one's daily work.
>
> Comments and contributions are welcome.
>
> Enjoy!
> Your Pengutronix Development Team
>
> --
> Pengutronix e.K.                              | Juergen Beisert
> |
> Linux Solutions for Science and Industry      | http://www.pengutronix.de/ |
>
>

[-- Attachment #1.2: Type: text/html, Size: 5015 bytes --]

[-- Attachment #2: Type: text/plain, Size: 48 bytes --]

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-17  6:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-14  6:21 [ptxdist] [ANNOUNCE] Mini2440: October Release of the Free Board Support Package available Juergen Beisert
2011-10-17  6:12 ` [ptxdist] [oselas] " amit shah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox