资讯
实操经验分享——在STM32上移植Linux(2023-08-09)
in the kernel’s build directory, copy the above configuration line to its own file, use “make menuconfig......
STM32单片机的启动文件及FLASH分配(2023-10-20)
STM32单片机的启动文件及FLASH分配;STM32的启动文件
STM32作为一款单片机,它的启动方式很简单,即当Boot配置了从内部Flash启动模式之后,一上电程序就会从0x8000000......
u-boot分析与移植——基于u-boot-2011.3和FL2440(2024-08-29)
. Create a new configuration file 'include/configs/.h' for your board
为目标板创建新的配置文件'include/configs/.h'
3......
内核移植(4)移植yaffs文件系统(2023-08-15)
;
Miscellaneous filesystems --->
YAFFS2 file system support
(3)u-boot 烧写内核
OpenJTAG......
STM32单片机FSMC模块的应用(2024-02-28)
------------------------------------------------------*/
/* SRAM Data lines configuration */
GPIO_InitStructure.GPIO_Pin......
内核移植和文件系统制作(4):UBIFS根文件系统制作总结(2024-07-24)
$rootfs_dir -o $image_tmpset +xechoecho "Generating configuration file..."echo "[ubifs-volume]" >......
S3C2440之NAND FLASH移植到S3C2410的驱动分析(2024-06-11)
CPU_BASE_REG_XX_NAND in the configuration file
// cpu_base_reg_cfg.h.
//
typedef......
u-boot-2009.08在mini2440上的移植 增加DM9000网卡驱动(2024-07-01)
要此处的 #define CONFIG_DM9000_USE_16BIT 1
给u-boot加上ping命令,用来测试网络通不通
/* * Command line configuration. */#include......
基于tiny4412的Linux内核移植(支持device tree)(二)(2023-06-20)
(支持device tree)
u-boot版本:友善之臂自带的 U-Boot 2010.12 (为支持uImage启动,做了少许改动)
busybox版本:busybox 1.25
交叉......
在linux环境下搭建嵌入式开发平台(2024-07-26)
-s
+-----[configuration]-- ------+
|Filenames and paths |
|File transfer protocols |
|Serial port......
skyeye模拟u-boot在s3c2410上运行(2023-05-10)
启动不起来,卡在那里。
#下面这一句和FLASH一样
mem_bank:map=M,type=RW,addr=0x00000000,size=0x04000000,file=u-boot,boot=yes
#下面......
U-Boot移植(14)解决saveenv不能保存环境变量(2023-08-28)
U-Boot移植(14)解决saveenv不能保存环境变量;1、没修改之前,u-boot.bin烧入板中,在dnw终端显示操作如下:
U-Boot 1.1.6 (Nov 25 2009 - 22......
内核移植和文件系统制作(2):linux内核最小系统和initramfs文件系统(2024-07-24)
:
## For a description of the syntax of this configuration file,# see Documentation/kbuild/kconfig......
用STM32CudeMX 点亮红色LED灯(软件操作步骤为主)(2024-08-14)
******************************************************************************
3 * File Name : main.c
4 * Description : Main program body......
linux-3.0内核移植到fl2440开发板(以s3c2410为模板)(2023-05-23)
在配置交叉编译器路径的时候,不要多加多余的空格,否则编译器不会被找到。
在同一文件下添加zImage头制作(559行后面)
cp arch/arm/boot/zImage . -f ../u-boot......
常用 U-boot命令详解(2024-08-30)
常用 U-boot命令详解;U-boot发展到现在,他的命令行模式已经非常接近Linux下的shell了,在我编译的U-boot-2009.11中的命令行模式模式下支持“Tab”键的......
Linux 3.3.0移植到S3C6410开发板上之一(2024-09-19)
了串口驱动和NAND驱动。
第四步:编译make zImage。呵呵,这样就生成了我们需要的内核。
第五步:烧写,测试内核。因为我们是测试内核,所以U-Boot以及......
ARM裸机开发:I.MX6U 启动方式(2024-09-02)
照固定的地址存放着
Boot data,启动数据,包含了镜像要拷贝到哪个地址,拷贝的大小是多少等等
Device configuration data,简称 DCD,设备配置信息,重点是 DDR3......
内核移植(1)首次生成uImage映象文件(2023-08-28)
s3c2410_defconfig
3、make uImage,首次编译完内核用了4分钟,尾部出现如下信息:
LD arch/arm/boot/compressed/vmlinux OBJCOPY arch/arm......
修改HAL标准库用printf函数发送数据直接输出(2024-08-14)
******************************************************************************
3 * File Name : main.c
4 * Description : Main program body
5......
uboot在s3c2440上的移植(5)(2024-07-22)
-linux-gcc-4.3.2.tgz
u-boot:u-boot-2009.08.tar.bz2
二、移植步骤
9)实现u-boot对yaffs/yaffs2文件系统下载的支持。
注意:此篇......
在LPC3250上使用UBIFS文件系统(2024-05-06)
;*> Enable UBI
在FS中使能UBIFS:
<*> UBIFS file system support
工具支持
使用UBI,需要UBI的一些工具,如......
STM32单片机学习笔记(4):24C02(模拟IIC)(2023-10-26)
;
uint8_t data_addr = 0x01;
/* USER CODE END 0 */
//重定向printf()到串口发送和接收,方便应用
int fputc(int ch, FILE......
ok6410 u-boot-2012.04.01移植六完善MLC NAND支持(2023-05-31)
ok6410 u-boot-2012.04.01移植六完善MLC NAND支持;继ok6410 u-boot-2012.04.01移植四、五后,开发板基本已支持MLC NAND,支持DM9000......
【嵌入式开发】写入开发板Linux系统-模型S3C6410(2024-09-18)
内容 : BootLoader, Linux Kernel, File System;
烧写流程 :
-- sd卡烧写u-boot并启动 : 首先将 u-boot 烧写到 sd 卡中, 使用 sd 卡的......
【嵌入式开发】向开发板中烧写Linux系统-型号S3C6410(2024-09-23)
内容 : BootLoader, Linux Kernel, File System;
烧写流程 :
-- sd卡烧写u-boot并启动 : 首先将 u-boot 烧写到 sd 卡中, 使用 sd......
u-boot-2015.01在tq2440上的初步移植(2023-06-26)
u-boot-2015.01在tq2440上的初步移植;开发板: tq2440
工具: Win7 + VMware + Debian6
U-boot版本: u-boot......
STM32CubeMX系列 | 串口通讯(2023-03-20)
位(data bit)、奇偶校验位(parity bit)和停止位(stop bit)组成。串口通讯有HAL 库轮询,中断,DMA 三种通信模式:
轮询方式:CPU不断查询IO设备,如设......
单片机项目中使用新IC芯片调试方法(2023-01-30)
*/
/**
******************************************************************************
* @file : main.c......
u-boot移植(十三)---代码修改---裁剪及环境变量 一(2023-07-03)
u-boot移植(十三)---代码修改---裁剪及环境变量 一;一、内核裁剪
内核的裁剪首先就是修改我们的配置文件,即 include/configs/jz2440.h 文件,里面......
U-boot在S3C2440上的移植详解(五)(2023-01-11)
U-boot在S3C2440上的移植详解(五);一、移植环境
主 机:VMWare--Fedora 9
开发板:Mini2440--64MB Nand,Kernel:2.6.30.4
编译......
FL2440驱动添加(1):hello world 驱动模块添加(2024-07-24)
: This file * * Version: 1.0.0(08/09/2014) * Author: zhouguangfeng......
tiny6410 烧写uboot(2024-09-25)
259672 u-boot-nand.bin
4 file(s), 0 dir(s)
需要事先拷贝u-boot-nand.bin到SD卡。
读取u-boot-nand.bin到SDRAM......
单片机程序结束后去哪儿了?(2024-10-30 16:05:15)
;------------------------------------------------------------------------------; This file......
使用CubeMX创建STM32WL板子的LoRaWAN应用(2023-05-10)
necessary library files as reference in the toolchain project configuration file(不生成 Drivers 和......
EasyARM-iMX257_U-Boot源代码移植分析(2024-08-16)
EasyARM-iMX257_U-Boot源代码移植分析;I-mx257
u-boot-2009.08/cpu/arm926ejs
u-boot-2009.08/board/freescale
u......
U-Boot在FL2440上移植(二)----支持NOR Flash(2023-06-08)
U-Boot在FL2440上移植(二)----支持NOR Flash;选择NOR flash型号
我的开发板上的nor flash芯片是Intel的JS28F320(4MB)(1device......
cube mx uart dma(2024-07-29)
*/
/**
******************************************************************************
* @file : main.c
* @brief : Main......
unity在stm32上的使用(2024-01-10)
for your compiler.
* 2. You can create a custom `unity_config.h` configuration file (present......
GD32F103替换STM32F103需要注意的地方(2024-01-29)
电压) GD32F: 1.2V(内核电压)STM32F: 1.8V(内核电压)
2)、 BOOT 0 管脚: Flash 程序运行时,BOOT0 在 STM32 上可悬空,GD32 必须外部下拉(从 Flash 运行......
u-boot移植步骤详解(2024-07-26)
配置文件以作参考:; bdiGDB configuration file for RPXlite DW or LITE_DW; --------------------------------------------[INIT......
瑞萨e2studio----串口获取数据通过SPI存储于W25Q128外部flash(2024-02-22)
PUTCHAR_PROTOTYPE int fputc(int ch, FILE *f)
#endif
PUTCHAR_PROTOTYPE
{
err = R_SCI_UART_Write(&......
详解STM32启动过程(2024-04-24)
的启动过程做一下分析,对于F1,F4系列也是大致相同的。
1 初学者重要提示
相比F1,F4的启动方式,H7的启动方式更灵活些,只需一个boot引脚即可。但是一个引脚只能区分出两个状态,为了解决这个问题,H7专门......
port linux 2.6.11.7 kernel to s3c2410(SMDK2410)(2023-05-10)
is my configuration## Automatically generated make config: don't edit# Linux kernel version: 2.6.11.7......
详解STM32启动过程(2023-06-20)
的启动过程做一下分析,对于F1,F4系列也是大致相同的。
1 初学者重要提示相比F1,F4的启动方式,H7的启动方式更灵活些,只需一个boot引脚即可。但是一个引脚只能区分出两个状态,为了......
STM32F407IGHX与Ubuntu20.04虚拟串口通信(2024-09-18)
Resonator),另一个暂时用不到所以不设置。
2)配置下载与调试(必须设置,否则会锁芯片,到时候还需要通过BOOT重启,比较麻烦)
设置为Serial Wire,时钟为SysTick(当然......
arm 添加 samb 文件共享(2023-09-01)
configuration file. You should read the
2 # smb.conf(5) manual page in order to understand the options......
嵌入式linux平台上Eclipse C++开发环境的建立(2024-07-29)
开袋即食
新建项目,右键属性,C/C++bulid,Setting,Configuration新添加一个,Command处填写arm-linux-gcc
,编译,,,
TMD又出现arm-linux......
一招教你快速解析WAV文件格式(2024-05-06)
的采样数据很容易被读出来,便于用作其他的处理。
废话不多说了,我们直接去解析WAV文件格式吧。
WAV格式符合RIFF(Resource interchange File Format)规范。所有的WAV都有一个头文件,这个......
linux-2.6.32在mini2440开发板上移植 添加ADC驱动程序(2024-06-18)
IRQ_HANDLED;};ADC 读函数,一般对应于用户层/应用层的设备读函数(read)static ssize_t s3c2410_adc_read(struct file *filp, char *buffer......
相关企业
grobet-file;;;
;银谷彩灯厂;;我们的产品拥有中国CCC、美国UL(file No. E240445,不带灯罩的圣诞灯串认证号;file No.E246573, 带灯罩的圣诞灯串认证号)、德国GS、CE认证
,timberland,boot,hogan, richmond,diesel,lacoste,shoes,band,nike,shox,max360,evisu,redmonkey,lrg,hoody, bbc
Electro Power & Data Equipment P/L;Electro Power & Data Equipment P/L;;
provider of enterprise data integration solutions for Global 1000 companies and government
;请关照;;PC computer, cell phone, data product, mould, mold,data photo frame, desktop, Laptop, DVD-rom
since inception in 2000, when the company's original charter was to market data networking accessories
tandberg-data;;;
hsk-data;;;
data-delay;;;