Welcome![Sign In][Sign Up]
Location:
Search - 6 sigma

Search list

[Other resource6sigma

Description: 6sigma管理书籍-6 Sigma management books
Platform: | Size: 100721 | Author: 彭明 | Hits:

[Embeded Linuxsmp86xx_rootfs.tar.bz2

Description:

 sigma smp8634/8635 toolchain rootfs building source.

=================

Readme.txt

=================

 

This is the Sigma Designs customization of the root file system for the

SMP86xx family of chips.

 

This package is of course heavily depending on the toolchain and kernel

packages.

 

Quick HOW-TO

============

a) You need to have a working toolchain package. Once you have built your 

   toolchain, be sure to source toolchain-path.env. This is required for you to

   be able to build the rootfs package.

b) Untar the rootfs package.

c) First, configure your root file system: 'make menuconfig'. All the options 

   in the configuration menus have detailed help. Once you are satisfied with

   your choice of options, exit and save the configuration.

d) If you are using the toolchain composed of gcc 3.4.2, binutils 2.15.91.0.2,

   and uClibc 0.9.27 (defined in the toolchain package) then you must select

   Busybox 1.00 from the 'Package Selection for the target --->' menu.

   If on the other hand you are using the toolchain composed of gcc 4.0.4,

   binutils 2.17, and uClibc 0.9.28.3 then you must select Busybox 1.5 from

   the 'Package Selection for the target --->' menu.

e) If you chose to customize your root file system (option 'customize' in

   submenu 'Package Selection for the target'), be sure to prepare your custom

   files now.

f) Run 'make' to produce your root file system.

 

IMPORTANT NOTE: as of this release, the only supported option in the 'Target 

Options' menu is 'cramfs root filesystem for the target device' (with all its

suboptions). Any other option is currently unsupported and some are known to

not work.

 

Once you are through with step e), your root file system is available in the

main directory of the package as 'root_fs_mipsel.cramfs'.

 

Note about the integration with the toolchain and the kernel source packages

============================================================================

The rootfs package is now integrated with the toolchain package and the 

kernel source package and is able to interact with them in the following

ways:

 

 a) it can grab the necessary runtime libraries from the toolchain package.

 b) it can receive the kernel modules and support files from the kernel source

    package.

 c) the kernel source package can use the produced rootfs image for its initial

    RAM disk.

 

For interaction a) to take place, the SMP86XX_TOOLCHAIN_PATH environment 

variable must be defined and it must point to the main directory of the 

produced toolchain. The easiest way to achieve that is by sourcing the

'toolchain-path.env' environment file after it is produced at the end of the

toolchain production.

 

Note that defining SMP86XX_TOOLCHAIN_PATH is not optional. The build will not

go through unless the environment variable is defined and points to a correct

location. This is because, even if the build went through, the resulting root

file system would be unusable as it would not provide *any* run time library.

 

For interactions b) and c) to take place, the SMP86XX_ROOTFS_PATH environment

variable must be defined and must point to the main directory of the rootfs

package. The easiest way to achieve that is by sourcing the 'rootfs-path.env'

environment file after it is produced, right after your run 'make' or 

'make menuconfig' for the first time.

 

When SMP86XX_ROOTFS_PATH is defined and points to a valid location, the kernel

source package is able to:

 

 b) install its modules to the correct location under the customization 

    directory ('package/customize/source') in the rootfs package. In order to

    then make sure the modules end up in the produced rootfs image, you must

    select the 'customize' option under the 'Package Selection for the target'

    menu in 'make menuconfig'.

 c) grab the produced rootfs image (root_fs_mipsel.cramfs) and use it for its

    initial RAM disk.

 

Thus, in order to produce a rootfs holding the kernel modules and use it as the

kernel initial RAM disk, you need to go through the following steps in order

(note: this is convoluted):

 1) optionally build the toolchain (or use an existing one, more recent than

    2.6.90.0)

 2) source toolchain-path.env in the toolchain package directory

 3) configure the rootfs package with the 'customize' option on in the

    'Package Selection for the target' menu

 4) source 'rootfs-path.env' in the rootfs package directory

 5) configure the kernel, review what is configured as modules, 'make dep'

 6) 'make modules' in the kernel source directory

 7) the 'modules_install' target for the kernel needs that the system map be

    already produced. In order to achieve that, build a first version of the

    kernel: 'make vmlinux'

 8) 'make modules_install' in the kernel source directory. The modules are now

    installed in the rootfs package customization directory.

 9) 'make' in the rootfs package directory. You have now produced a rootfs 

    image holding the kernel modules.

10) 'make' in the kernel source directory. You have now produced a linux ZBF

    image with an initrd holding the kernel modules.

    

Coming features

===============

N/A

 

Troubleshooting

===============

a) when building the cramfs utility tool, the compiler complains that it can't

   find 'zlib.h' or '-lz'.

 

   You need to have the development version of zlib installed on your system.

   How to do that depends on your distribution.

 

 


Platform: | Size: 234248 | Author: mattli001 | Hits:

[Embeded Linuxsmp86xx_kernel_source.tar.bz2

Description:

 sigma smp8634/8635 系列 linux kernel patch.


Platform: | Size: 559965 | Author: mattli001 | Hits:

[Compiledmrua_EM8622L

Description: sigma designs mrua_EM8622L_2.7.166.0_dev.arm.nodts 环境
Platform: | Size: 2613646 | Author: tkcisco | Hits:

[VC/MFCmrua_EM8622L_2.7.138.0_dev.arm

Description: Sigma EM8622L board support
Platform: | Size: 6503262 | Author: evilbaby | Hits:

[ERP-EIP-OA-Portal6sigma

Description: 6sigma管理书籍-6 Sigma management books
Platform: | Size: 100352 | Author: 彭明 | Hits:

[OtherDSPPrograms

Description: DSP编程常用函数 double uniform(double a,double b,long int* seed) double gauss(double mean,double sigma,long int *seed) double exponent(double beta,long int *seed) double laplace(double beta,long int* seed) double rayleigh(double sigma,long int *seed) double weibull(double a,double b,long int*seed) int bn(double p,long int*seed) int bin(int n,double p,long int*seed) int poisson(double lambda,long int *seed) void dft(double x[],double y[],double a[],double b[],int n,int sign) void fft(double x[],double y[],int n,int sign)-DSP programming functions commonly used double uniform (a double, double b, long int* seed) double Gauss (double mean, double sigma, long int* seed) double exponent (double beta, long int* seed) double Laplace (double beta,* long int seed) double Rayleigh (double sigma, long int* seed) double Weibull (a double, double b, long int* seed) int bn (double p, long int* seed) int bin (int n, p double, seed long int*) int poisson (double lambda, long int* seed) void dft index (double x [], double y [], [] a double, double b [], int n, int sign) void fft (double x [], double y [], int n, int sign)
Platform: | Size: 2048 | Author: 山城棒棒儿军 | Hits:

[VHDL-FPGA-VerilogFIR低通滤波器部分模块

Description: 一个FIR低通滤波器,最小阻带衰减-30db,带内波动小于1db.用MAXPLUS2设计与仿真。-This is a FIR LPF, with-30dB in stop-band and sigma is less than 1dB. It is designed and simulated on MAXPLUS2.
Platform: | Size: 5120 | Author: 吴健宇 | Hits:

[SCMslaa206

Description: ADS1100 16-bit sigma-delta differential ADC 与 MSP430F413接口设计。-ADS1100 analog 16-bit sigma-delta ADC with differential MSP430F413 interface design.
Platform: | Size: 11264 | Author: 刘建翔 | Hits:

[SCM123

Description: 用89C2051实现高精度Sigma-Delta ADC变化-89C2051 realize with high precision Sigma-Delta ADC changes
Platform: | Size: 53248 | Author: 王雪健 | Hits:

[Embeded Linuxem8300-0.13.0-RH9

Description: Sigma EM8300片(机顶盒上音视频编解码芯片)SDK,机顶盒开发必备 -Sigma EM8300 chip (set-top boxes on the audio and video codec chip) SDK, the development of the necessary set-top boxes
Platform: | Size: 410624 | Author: 张东胜 | Hits:

[mpeg mp3hahatvshuzidianshijidinghe

Description: 实用的解码解复用源代码和mp4源代码,在sigma平台上可运行,可以移植到其它平台,搞机顶盒的同胞赶快下载啦,另附数字电视技术高清版电子书—直接由word转成的pdf-Practical decoding demultiplexing mp4 source code and source code, in the sigma platform can run, can be ported to other platforms, to engage fellow set-top boxes quickly download啦, separate high-definition digital TV technology e-book version- directly from the word into the pdf
Platform: | Size: 5108736 | Author: fivezhou | Hits:

[ARM-PowerPC-ColdFire-MIPSparse_xrpc

Description: Find info about xrpc blocks in Sigma firmware.
Platform: | Size: 1024 | Author: Jorma Pelli | Hits:

[2D Graphicasas(7)

Description: 下面是我编的一个软硬阈值去噪的matlab程序 下面是我编的一个软硬阈值去噪的matlab程序:thr=sigma*(2*lgN)1/2/lg(j+1) 用[x,xn]=wnoise(2,10,6) 产生噪声测试数据-The following is Part I of a of hard and soft threshold denoising matlab procedure is the following hardware and software, I made a threshold denoising matlab program: thr = sigma* (2* lgN) 1/2/lg (j+1) by [x, xn] = wnoise (2,10,6) noise test data
Platform: | Size: 1024 | Author: 顾晓伟 | Hits:

[Software Engineering6sigmatraining

Description: 6sigma培训资料包括以下文档: 1:MSA 2:PPAP 3:价值工程 4:可靠性概述 5:实验设计 6:质量成本-6sigma training materials include the following documents: 1: MSA 2: PPAP 3: Value Engineering 4: an overview of the reliability of 5: Experimental Design 6: Quality Cost
Platform: | Size: 3125248 | Author: 光辉 | Hits:

[Graph programsigmafilter(3x3)

Description: sigma filter:图像去噪,其中包括快速去噪算法函数,结构元固定为3x3大小的块。-sigma filter: the realization of fast image de-noise algorithm.
Platform: | Size: 6144 | Author: 程敏 | Hits:

[Streaming Mpeg4mrua_EM8620L_2.3.46.0_DCC_dev.x86

Description: linux for Sigma procesor
Platform: | Size: 4387840 | Author: danbak | Hits:

[Linux-Unixdxr4-0.1.1

Description: Source Code of Sigma Design em8xxx Driver, Including Xcard EM8xx EM85xx EM847X
Platform: | Size: 166912 | Author: G.J.Laanstra | Hits:

[SCMsmp863x_boot_loader

Description: Bootloader for SIGMA SMP863x Secure media processors. Incluedes zboot and yamon.
Platform: | Size: 457728 | Author: bobica257 | Hits:

[Software Engineeringsigma-delta-modulation

Description: 高精度、低功耗模数转换器是当今集成电路设计模拟领域的研究热点之一,采用sigma-delta调制原理和过釆样原理的模数转换器广泛使用在音频、数字网络、电子测量等系统中。此类模数转换器,为降低信号带内的量化噪声功率,而釆用噪声整形技术,为提高模数转换器的信噪比,使用过采样技术,将基带中的量化噪声调制到了高频区域,这样就增加了基带中的信噪比,也就是增加了转换器的有效量化位数,由于采用较高的过采样率,Sigma-Delta ADC的转换速率相对较低,高精度和较低转换速率的特点,使得Sigma-Delta ADC特别适用于测量。-High precision, low power analog to digital converter is in today s integrated circuit design simulation has become one of the hot research field, the principle of sigma-delta modulation and ADC sampling principle is widely used in audio, digital network, electronic measurement system. This type of analog-to-digital converter, in order to reduce the quantization noise power signal in the band, and the use of noise shaping technique, in order to improve the SNR of the analog-to-digital converter, using the oversampling technique, modulate the quantization noise in the baseband to the high frequency region, which increases in the baseband signal to noise ratio, that is to increase the effective number of quantization bits converter, due to the sampling rate is high, the Sigma-Delta ADC conversion rate is relatively low, the characteristics of high accuracy and low conversion rate, so that Sigma-Delta ADC is especially suitable for measuring
Platform: | Size: 1180672 | Author: 陈巧 | Hits:
« 12 3 4 »

CodeBus www.codebus.net