资讯
U-Boot添加menu命令的方法及U-Boot命令执行过程(2024-08-30)
U-Boot添加menu命令的方法及U-Boot命令执行过程;下面以添加menu命令(启动菜单)为例讲解U-Boot添加命令的方法。
(1) 建立common/cmd_menu.c......
skyeye模拟u-boot在s3c2410上运行(2023-05-10)
skyeye模拟u-boot在s3c2410上运行;前面成功的移植了u-boot(其实只能是说是编译成功,还谈不上是真正的移植,(*^__ ^*) ),下面开始在skyeye中来运行u-boot......
mini2440编译2.6.39.4内核(2024-06-25)
-directories --with-build-time-tools=/scratch/julian/lite-respin/linux/install/arm-none-linux-gnueabi......
u-boot移植到s3c2440开发板(一)--建立单板(2024-07-25)
u-boot移植到s3c2440开发板(一)--建立单板;由于没有系统的学习shell,所以Makefile大多数看不懂,一个小小的细节,把我难住了几天。现在开始分享我的操作过程
本文所有linux......
STM32单片机的启动文件及FLASH分配(2023-10-20)
STM32单片机的启动文件及FLASH分配;STM32的启动文件
STM32作为一款单片机,它的启动方式很简单,即当Boot配置了从内部Flash启动模式之后,一上电程序就会从0x8000000......
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......
芯片设计时,用到的efuse 和otp有什么区别?(2024-12-18)
程的次数有限
OTP: One-Time Programmable,只允许编程一次,一旦被编程,数据永久有效
可见,OTP(One Time Programmable)指的......
基于STM32F407的flash内存结构分析(2024-04-30)
通过USB OTG FS的方式!神奇的功能:)2.3 OTP area
这段区域更是神奇,OTP是One-time programmable的缩写,从字面上可以看出来,此段区域是一次性编程区。但是......
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......
FL2440驱动添加(1):hello world 驱动模块添加(2024-07-24)
#menu "Character devices"source "drivers/tty/Kconfig"# add by zhouguangfeng 2014.8.9 for "Hello world......
U-Boot移植(5)dnw串口终端没有反应(2023-08-30)
U-Boot移植(5)dnw串口终端没有反应;把上面生成的u-boot.bin文件,在cmd下利用sfj2410方式烧入板中,首先拔掉短路帽。。。然后经过连续几个0,之后,开始烧入板子,烧完......
u-boot移植s3c2410(2023-05-10)
u-boot移植s3c2410;u-boot的向s3c2410板上的移植(只是编译而以)可谓是千辛万苦啊(对于菜鸟而言,(*^__^*) ,高手除外),下面就是我的痛苦经历。
过程如下:
下载u......
[JZ2440] 使用 oflash + OpenJTAG 烧写 U-Boot(2023-06-08)
[JZ2440] 使用 oflash + OpenJTAG 烧写 U-Boot;在 "光盘资料 -> 烧写工具 -> 裸机 -> eop&op" 目录......
linux-2.6.33移植到FL2440(2023-06-08)
; 指定编译器
ARCH ?= armCROSS_COMPILE ?= arm-linux-
<4>增加devfs文件器支持
找到 menu......
] Boot the system
[q] Quit from menu
Enter your selection: q
OpenJTAG> saveenv
Saving......
u-boot分析与移植——基于u-boot-2011.3和FL2440(2024-08-29)
u-boot分析与移植——基于u-boot-2011.3和FL2440;关于移植的基本方法可以先阅读u-boot的README文档
If the system board that you......
Linux系统移植开发篇2:烧写linux镜像(2024-01-05)
相同,如下所示
extlinux.cfg
123456789101112
menu title Select the boot modeMENU BACKGROUND......
OLED菜单编程实现+普中51单片机(2024-07-26)
Set_HighTemperature(void);
void Set_LowTemperature(void);
void Set_Time(void);
u8 MENU=1;
u16 temp=125......
u-boot-2014.10移植(2)设置时钟/SDRAM(2023-06-09)
u-boot-2014.10移植(2)设置时钟/SDRAM;时钟修改
vim arch/arm/cpu/arm920t/start.S
# if defined(CONFIG_S3C2410......
AT89C2051内部比较器应用例子(2023-04-03)
a resistor.
; Utilizing the internal comparator, the microcontroller measures the time
; required......
S3C2440 裸机程序之音频(2024-07-22)
DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C2400X profile.c is ported......
WINCE--系统时间设置(2024-09-12)
to initialize the time after boot.
// Input buffer contains SYSTEMTIME structure with default time......
to initialize the time after boot.
// Input buffer contains SYSTEMTIME structure with default time......
u-boot移植总结(一)start.S分析(2024-07-25)
u-boot移植总结(一)start.S分析;本次移植u-boot-2010.09是基于S3C2440的FL440板子,板子自带NANDFLASH而没有NORFLASH,所以在U-BOOT启动......
如何用SysTick实现测量程序运行时间(2024-06-27)
* @author XinLi
* @version v1.0
* @date 24-October-2017
* @brief Measure program run time module......
MAX6900 RTC与8051位控制器的连接(2023-10-26)
= 1;
d = d < 1; /* add to scl high time */
scl = 0;
}
sda = 1; /* Release the sda line......
FCLK PCLK HCLK(2023-06-20)
(SoC).It facilitates "right-first-time" development of embedded processors with one or more CPU......
s3c6410 SD卡启动的Secure mode(2024-09-19)
网上的文章写的一样,irom启动完了以后开始u-boot的汇编初始化的代码,配置PLL、配置RAM...,然后到C语言段的时候开始调用irom自己提供的CopyMMCtoMem函数将代码复制到内存开始运行。但无......
实操经验分享——在STM32上移植Linux(2023-08-09)
疼的是stm32没有MMU!没有MMU!找了一下,好吧,有个uClinux!
于是开始学习各种相关的知识,了解到linux的启动一般是u-boot——》liunx内核——》根文件系统,那么......
U-Boot-2009-03移植笔记(第二阶段:时钟!)(2024-09-04)
U-Boot-2009-03移植笔记(第二阶段:时钟!);根据U-Boot-2009-03移植笔记(第二阶段移植准备)最后的总结,需要针对S3C2440来移植时钟初始化的代码。
在lib_arm......
为什么需要有车载信息安全?车载信息安全之Secure Boot实现策略(2024-01-11)
面能够实现Secure boot需求,另一方面也能够提高程序启动效率。
一般来说,支持安全启动的芯片一般都会存在OTP区域(one time programable),其工作原理与保险丝一致,芯片再出厂后,该区......
u-boot-2014_04在TQ2440上的移植(2023-06-26)
u-boot-2014_04在TQ2440上的移植;本文详细介绍了新版本的u-boot-2014_04在tq2440平台上的移植过程,期间参考了网上的其他移植文档,还有韦东山的移植uboot视频......
常用 U-boot命令详解(2024-08-30)
常用 U-boot命令详解;U-boot发展到现在,他的命令行模式已经非常接近Linux下的shell了,在我编译的U-boot-2009.11中的命令行模式模式下支持“Tab”键的......
u-boot-2009.08在mini2440上的移植 增加nor flash功能(2024-07-01)
u-boot-2009.08在mini2440上的移植 增加nor flash功能;移植环境
1,主机环境:VMare下CentOS 5.5 ,1G内存。
2,集成开发环境:Elipse IDE
3......
uboot_freescale_imx51_start.s_详解(2024-07-26)
aboutimx51 cpu start.S, *referring to some documents on websites.
*file address: U-boot-2009.08/Cpu......
ubuntu 9.04 环境下实现ylp2410 Linux2.6.8内核编译(2023-08-30)
menu *current_menu;
注释修改后//static struct menu *current_menu; struct menu *current_menu;
5......
FL2440驱动添加(2): RTC(Real time clock)(2024-07-24)
FL2440驱动添加(2): RTC(Real time clock);一,Linux下的时间分为两种,系统时间与硬件时间(RTC芯片):
1,系统时间就是运行系统能够直接看到的时间;
2,硬件......
韦东山二期驱动_IIC裸板驱动笔记(修改版)(2024-07-11)
Menu #####[R] Read AT24CXX[W] Write AT24CXXEnter your selection:而且读写AT24C02都没有问题通过比较两者的代码,发现原因是:二期......
8051内部ROM(2023-10-20)
) EPROM (Electrically Programmable ROM) EEPROM (E2PROM) Flash ROM OTP ROM (One Time Programmable ROM......
大联大品佳集团推出基于Infineon产品的汽车数字仪表盘方案(2023-10-18)
视频输出:One RGB(max display size:1280×720 at 60 Hz)+ One FPD-link(max display size:1920×720 at 60Hz......
PLL,FCLK、HCLK、PCLK,AHB/APB (S3C2410)(2023-05-10)
blocks that makes up a system-on-chip(SoC).It facilitates "right-first-time" development of embedded......
AM335X的SD卡更新系统学习记录(2024-08-19)
、uImage三个文件;分区2(EXT3)存放需要从SD卡启动的Linux文件系统。
2、AM335X上电后,根据Boot Sequence启动配置(LCD0-LCD15引脚,具体可参考TI官方......
NXP CTO谈:疫情期公司没人在办公室上班,怎么管理?(双语音频)(2021-02-08)
. For the first time, I’m in a home office. The fear was of course maybe dropping big time in productivity......
使用Libpng库实现Tiny6410显示PNG图片(2024-09-20)
);
DEBUG_Print('1 RGB_Data -- > [0x%x]n',RGB_Data);
/* Now it's time to read the image. One......
S3C2440驱动篇—RTC驱动分析(2024-06-14)
#include
#include
/* I have yet to find an S3C implementation with more than one......
U-Boot移植(2024-07-10)
U-Boot移植;1. 安装韦东山的虚拟版的ubuntu 9, 里面交叉编译啥的都弄好了, 直接用, 然后把workstation共享目录打开, 指向uboot的压缩包所在目录.
2. 在虚......
移植u-boot-2012.04.01到JZ2440(2024-06-17)
移植u-boot-2012.04.01到JZ2440;开发环境:Ubuntu 12.04
开发板:JZ2440 256M NandFlash 64M SDRAM
交叉编译器:arm-linux......
大联大品佳集团推出基于Infineon产品的汽车数字仪表盘方案(2023-10-18)
的外设资源:
2MB VRAM、512KB RAM、4M Flash;
2D和2.5D rendring;
两路视频输出:One RGB(max display size:1280×720 at 60 Hz......
Multisim中虚拟泰克数字示波器的使用(2023-06-27)
道输入端口上方是对应通道信号的调节旋钮,从下往上依次是电压灵敏度旋钮(偏转因数)VOLTS/DIV,通道菜单按钮CH1 MEMU,Y方向位置调节旋钮。通道1和2之间还有一个“MATH MENU”按钮,按下......
用C语言写一个红外遥控发射接收程序(2023-01-30)
采样时间,在60us~250us之间
#endif
#define D_IR_SYNC_MAX (15000/D_IR_sample) //SYNC max time
#define......
相关企业
online distributor of electronics components in Japan. The company offers a time-saving online one stop
, at the same time various and unique demand also increasing. To respond and provide the market needs
offer convenient One-Stop Shopping,even take in account on technology support,emphasis on solution
;浙江省东阳市电磁器材厂82786;;Our company is one of the biggest professional manufacturers of hard ferrite
pride ourselves with one of the quickest times between the time you place your call and the time
– first started production in 1908 and Britool has been the number one choice for professional
;北京市欣芯捷科电子技术有限公司;;Top Speed Electronics Company As one of the mainly professional IC dealers, Top
completed the acquisition of Novocell Semiconductor, developers of an innovative Smartbit™ antifuse one
or potential customers waiting on us and their time is as valuable as ours.
Secondarily, our word FAST
Max 95/97/03/04/TN, Shox TL/TL2/Turbo/NZ/R4, Air Force 1, Rift),Timberland,And One,Adidas,Reebok