代码搜索:zImage
找到约 461 项符合「zImage」的源代码
代码结果 461
www.eeworm.com/read/217307/14969532
txt linux_1_4_x_93xx_flash_file_system.txt
*******************************************************************
Demo JFFS2 Flash File System under Atanasoff 1.4.x using EP93xx
This document describes how to setup and demonstrate JFFS2 F
www.eeworm.com/read/152843/5658367
s crt0.s
/*
* Copyright (C) Paul Mackerras 1997.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free
www.eeworm.com/read/294311/8242475
m yihuo.m
clear all;
Ximage=double(imread('e:\work\F1.BMP'));
% Ximage=double(imread('E:\work\lena.jpg'));%待隐藏图像
% Zimage=double(imread('E:\work\House.jpg'));
n=1;
% times=2;
% key0=0.1;
x=2;
kk=0.
www.eeworm.com/read/294311/8242557
m yihuogauss.m
clear all;close all;
Ximage=double(imread('e:\work\F1.BMP'));
% Ximage=double(imread('E:\work\lena.jpg'));%待隐藏图像
% Zimage=double(imread('E:\work\House.jpg'));
n=1;
% times=2;
% key0=0.1;
x
www.eeworm.com/read/294311/8242595
m yihuosalt.m
clear all;close all;
Ximage=double(imread('e:\work\F1.BMP'));
% Ximage=double(imread('E:\work\lena.jpg'));%待隐藏图像
% Zimage=double(imread('E:\work\House.jpg'));
n=1;
% times=2;
% key0=0.1;
x
www.eeworm.com/read/335860/12492122
txt linux_1.4.x_93xx_flash_file_system.txt
*******************************************************************
Demo JFFS2 Flash File System under Atanasoff 1.4.x using EP93xx
This document describes how to setup and demonstrate JFFS2 Flash
www.eeworm.com/read/389224/8541552
txt redame.txt
烧录文件说明:
blob
平台boot loader映象
zImage
linux操作系统内核映象。
rootfs.img
根文件系统映象
yaffs-xxx.tar.bz2
压缩格式的应用程序
www.eeworm.com/read/457337/7327332
makefile
CROSS_COMPILE ?= arm-linux-
gcc = ${CROSS_COMPILE}gcc
objdump = ${CROSS_COMPILE}objdump
objcopy = ${CROSS_COMPILE}objcopy
ld = ${CROSS_COMPILE}ld
INITRD ?= /home/armlinux/h1940-initrd.dat