自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 资源 (8)
  • 收藏
  • 关注

原创 第三十章 U-boot使用实验

一、U-Boot简介uboot官网为:http://www.denx.de/wiki/U-Boot/nxp下载地址为:http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tag/?h=imx_v2016.03_4.1.15_2.0.0_ga&id=rel_imx_4.1.15_2.1.0_ga文件:uboot-imx-rel_imx_4.1.15_2.1.0_ga.tar.bz2原子:uboot-imx-rel_imx_4.1..

2020-08-26 21:50:03 587

原创 tftp服务器

sudo apt-get install xinetd tftpd tftpsudo mkdir /tftpbootsudo chmod -R 777 /tftpbootsudo chown -R nobody /tftpbootsudo vim /etc/xinetd.d/tftpservice tftp{ protocol = udp port = 69 socket_type = dgram wait ...

2020-08-26 21:30:08 237

原创 NFS服务

sudo apt-get install nfs-kernel-server rpcbindsudo mkdir /nfsbootsudo chmod -R 777 /nfsbootsudo chown -R nobody /nfsbootsudo vim /etc/exports/nfsboot *(rw,sync,no_root_squash)sudo /etc/init.d/nfs-kernel-server restart

2020-08-26 21:29:11 99

原创 第10章使用技巧

195、如何定义快捷键HOME:C:\Cadence\SPB_Data\pcbenv新建C:\Cadence\SPB_Data\pcbenv\script,并放入script文件软件设置:Setup -> User Preferences -> paths -> config -> scriptpath录制script:File -> Script(怎么知道命令,先点击菜单或工具条上相应命令,再看状态栏显示)alias F4 movealias sa shape

2020-08-05 21:56:26 443

原创 第9章环境设置

1、如何设置光标显示方式和修复光标拖影Setup -> User PreferencesDisplay + Cursorinfinite_cursor_bug_nt修复光标拖影infinite大十字 cross小十字 octal大米字pcb_cursor_angle大十字角度2、如何支持超长字符与4位精度Setup -> User PreferencesDrawingallegro_long_name_size 255drawing_4mils 4位精度drawing_.

2020-08-05 21:46:31 212

原创 第8章封装

一、设定元器件外形Setup -> Areas -> Package BoundaryPackage Geometry + Place_Bound_Top(不需要Add -> Line)二、设定元器件高度Setup -> Areas -> Package HeightPackage Geometry + Place_Bound_Top三、添加丝印外形Add -> LinePackage Geometry + Silkscreen_Top四、添加元器

2020-08-05 21:40:43 301

原创 如可高效阅读代码

--摘自《用“芯”探核 基于龙芯的Linux内核探索解析》“广度优先”之三部曲,找准入口点、理清主脉络、顾名思义看功能。一、找准入口点在绝大多数情况下,如果模块的名字是modename,那么模块的入口函数就是modename_init()。万一不是,可以在相关文件目录里搜索module_init,因为模块入口一般会用modename_init(mod_entry)或者类似的方式进行声明。...

2020-08-04 23:10:17 196

原创 VIM插件管理

一、Vundle(插件管理工具)1、sudo apt-get install vim git2、git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim3、vim ~/.vimrcset nocompatible " 这是必需的filetype off...

2019-12-29 12:21:15 192

原创 配置vim

1、安装gitsudo apt-get install git2、安装插件Vundlegit clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim3、配置Vundlevim .vimrc然后输入" Vundle manageset nocompatiblefiletype...

2019-06-15 08:28:19 117

原创 如何避免每次sudo时输入密码

1、打开 /etc/sudoerssudoedit /etc/sudoers2、增加下面行<user-account-name> ALL=(ALL:ALL) NOPASSWD:ALL

2019-06-15 08:10:08 3542

原创 一个简单字符设备

#include <linux/module.h>#include <linux/fs.h>#include <linux/uaccess.h>#include <linux/init.h>#include <linux/cdev.h>#define DEMO_NAME "my_demo_dev"static dev_t d...

2019-06-13 00:00:52 208

RTL8153原理图

RTL8153原理图

2020-12-27

366b_q_z00m_8dp_mobile_lpddr4x.pdf

Features • Ultra-low-voltage core and I/O power supplies – VDD1 = 1.70–1.95V; 1.80V nominal – VDD2 = 1.06–1.17V; 1.10V nominal – VDDQ = 0.57–0.65V; 0.60V nominal • Frequency range – 1866–10 MHz (data rate range: 3733–20 Mb/s/ pin) • 16n prefetch DDR architecture • 8 internal banks per channel for concurrent opera- tion • Single-data-rate CMD/ADR entry • Bidirectional/differential data strobe per byte lane • Programmable READ and WRITE latencies (RL/WL) • Programmable and on-the-fly burst lengths (BL = 16, 32) • Directed per-bank refresh for concurrent bank op- eration and ease of command scheduling • Up to 7.5 GB/s per die • On-chip temperature sensor to control self refresh rate • Partial-array self refresh (PASR) • Selectable output drive strength (DS) • Clock-stop capability • RoHS-compliant, “green” packaging • Programmable VSS (ODT) termination

2020-06-22

Realtek8口千兆交换机芯片RTL8370N 带原理图与PCB

 RTL8370N-VB: Single-chip 8-port gigabit non-blocking switch architecture  Embedded 8-port 10/100/1000Base-T PHY  Each port supports full duplex 10/100/1000M connectivity (half duplex only supported in 10/100M mode)  Full-duplex and half-duplex operation with IEEE 802.3x flow control and backpressure  Supports 9216-byte jumbo packet length forwarding at wire speed  Supports Realtek Cable Test (RTCT) function  Supports 96-entry ACL Rules  Search keys support physical port, Layer2, Layer3, and Layer4 information  Actions support mirror, redirect, dropping, priority adjustment, traffic policing, CVLAN decision, and SVLAN assignment  Supports 5 types of user defined ACL rule format for 64 ACL rules  Optional per-port enable/disable of ACL function  Optional setting of per-port action to take when ACL mismatch  Supports IEEE 802.1Q VLAN  Supports 4K VLANs and 32 Extra Enhanced VLANs  Supports Un-tag definition in each VLAN  Supports VLAN policing and VLAN forwarding decision  Supports Port-based, Tag-based, and Protocol-based VLAN  Up to 4 Protocol-based VLAN entries  Supports per-port and per-VLAN egress VLAN tagging and un-tagging  Supports IVL, SVL, and IVL/SVL  Supports 4096-entry MAC address table with 4-way hash algorithm  Up to 4096 L2/L3 Filtering Database  Supports Spanning Tree port behavior configuration  IEEE 802.1w Rapid Spanning Tree  IEEE 802.1s Multiple Spanning Tree with up to 16 Spanning Tree instances  Supports IEEE 802.1x Access Control Protocol  Port-Based Access Control  MAC-Based Access Control  Guest VLAN  Supports Quality of Service (QoS)  Supports per port Input Bandwidth Control  Traffic classification based on IEEE 802.1p/Q priority definition, physical Port, IP DSCP field, ACL definition, VLAN based priority, MAC based priority, and SVLAN based priority  Eight Priority Queues per port  Per queue flow control  Min-Max Scheduling  Strict Priority and Weighted Fair Queue (WFQ) to provide minimum bandwidth  One leaky bucket to constrain the average packet rate of each queue  Supports rate limiting (64 shared meters, with 8kpbs granulation)  Supports RFC MIB Counter  MIB-II (RFC 1213)  Ethernet-Like MIB (RFC 3635)  Interface Group MIB (RFC 2863)  RMON (RFC 2819)  Bridge MIB (RFC 1493)  Bridge MIB Extension (RFC 2674)  Supports Stacking VLAN and Port Isolation with 8 Enhanced Filtering Databases  Supports IEEE 802.1ad Stacking VLAN  Supports 64 SVLANs  Supports 32 L2/IPv4 Multicast mappings to SVLAN  Supports 4 IEEE 802.3ad Link aggregation port groups  Supports OAM and EEE LLDP (Energy Efficient Ethernet Link Layer Discovery Protocol  Supports Loop Detection  Security Filtering  Disable learning for each port  Disable learning-table aging for each port  Drop unknown DA for each port  Broadcast/Multicast/Unknown DA storm control protects system from attack by hackers  Supports Realtek Green Ethernet features  Link-On Cable Length Power Saving  Link-Down Power Saving  Each port supports 3 parallel LED or scan LED or serial shift LED outputs  Supports I 2 C-like Slave interface or Slave MII Management interface to access configuration register  Supports 16K-byte EEPROM space for configuration  Integrated 8051 microprocessor  Supports SPI Flash Interface  25MHz crystal input  RTL8370N-VB: LQFP 128-pin E-PAD package

2019-10-31

KLMxGxxETx-B041(eMMC5.1 e·MMC)

 embedded MultiMediaCard Ver. 5.1 compatible.  SAMSUNG eMMC supports features of eMMC5.1 which are defined in JEDEC Standard - Major Supported Features : HS400, Field Firmware Update, Cache, Command Queuing, Enhanced Strobe Mode,  Secure Write Protection, Partition types. - Non-supported Features : Large Sector Size (4KB)  Backward compatibility with previous MultiMediaCard system specification (1bit data bus, multi-eMMC systems)  Data bus width : 1bit (Default), 4bit and 8bit  MMC I/F Clock Frequency : 0 ~ 200MHz MMC I/F Boot Frequency : 0 ~ 52MHz  Temperature : Operation (-25C ~ 85C), Storage without operation (-40C ~ 85C)  Power : Interface power → VCCQ(1.70V ~ 1.95V) , Memory power → VCC (2.7V ~ 3.6V)

2019-03-19

Commix串口调试工具

2017-02-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除