Difference between revisions of "NELK Release Notes"

From DAVE Developer's Wiki
Jump to: navigation, search
(Rel. 1.0.0)
(Notes)
Line 27: Line 27:
 
=== Notes ===
 
=== Notes ===
  
 +
* Added support for NaonEVB-Mid
 +
* Added support for the following drivers:
 +
** Nand 8-bit
 +
** USB Host
 +
** USB OTG (NaonEVB-Mid only)
 +
** Video Input port VIN0 (NaonEVB-Mid only)
  
  

Revision as of 10:11, 22 November 2012

Info Box
Naon am387x-dm814x.png Applies to Naon
Dds vista tre quarti.png Applies to NaonEVB-Lite
Naon-evb-mid top.png Applies to NaonEVB-Mid

Naon Embedded Linux Kit (NELK) Release Notes[edit | edit source]

Rel. 1.0.0[edit | edit source]

  • Release date: May 2012
  • Status: obsolete
  • EZSDK version: 5.03
  • Supported carrier boards: NaonEVB-Lite only

Notes[edit | edit source]

  • Initial release

Rel. 2.0.0[edit | edit source]

  • Release date: September 2012
  • Status: released only as Release Candidate version
  • EZSDK version: 5.04
  • Supported carrier boards: NaonEVB-Lite, NaonEVB-Mid

Notes[edit | edit source]

  • Added support for NaonEVB-Mid
  • Added support for the following drivers:
    • Nand 8-bit
    • USB Host
    • USB OTG (NaonEVB-Mid only)
    • Video Input port VIN0 (NaonEVB-Mid only)


Notes on U-Boot bootloader[edit | edit source]

  • Added Marvell Phy Gigabit support in U-Boot ver 2.0.0
  • New env variables select the primary phy and link speed negotiation:

cpsw [0|1] : if present, select primary phy for networking operations in uboot

                  0 = phy 6 -> 100Mbit Naon module
                  1 = phy 1 -> 1Gbit external, EVB-Lite and EVB-Mid

giga [on] : if present, select gigabit speed on gigabit link, if not present speed link is default 100Mbit

Notes on root file system[edit | edit source]

NELK root file system derives directly from the one delivered along with TI EZSDK. In order to enrich it by installing new pre-built packages, well-known opkg tool comes to help.

Starting from NELK 2.0.0, more and more packages are added to provide a richer set of libraries, tools and applications. Following sections detail these additions.

To configure opgk to retrieve pre-built packages from angstrom repository, please follow these instructions:

$ echo "src/gz angstrom-base http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base" >> /etc/opkg/opkg.conf
$ opkg update

Please note that packages provided by angstrom repository are not optimized for DM8148 media hardware blocks such as video codec. For this reason, pay attention to not replace DM8148-optimized applications and libraries provided by default root file system.

NELK 2.0.0 package list[edit | edit source]

Please refer to NELK 2.0.0 root file system package list (NAON).

Rel. 3.0.0[edit | edit source]

  • Release date: December 2012
  • Status: released
  • EZSDK version: 5.05
  • Supported carrier boards: NaonEVB-Lite, NaonEVB-Mid

Notes[edit | edit source]