Knowedge about CompactPCI Serial

Knowedge about CompactPCI Serial

Star Topology CompactPCI Serial不需要bridge/switch或者特殊背板 Ethernet Full Mesh Architecture 在一个系统下,CompactPCI Serial可以连接一共9个Card。 Interfaces PICMG CPCI-S.0系统槽(System Slot)在背板连接器需要支持以下接口 8 x PCI Express 6 x4 links 2 x8 links (fat pipes) 2 dedicated I²C high-speed…
CrossCompile openssh

CrossCompile openssh

ChangeLog Download sources [crayon-68441784a0e4d531645837/] Build openssl 如果编译器中自带了openssl库则不需要自己重新编译openssl。如果编译器不带openssl,或者自带的openssl有漏洞,则需要自己下载并编译openssl。 http://kaoru.tech/archives/50 http://kaoru.tech/archives/1385 Build zlib (i.MX6Ul) [crayon-68441784a0e52120981322/] Build openssh [crayon-68441784a0e53526726054/] SAM9X5 (CROSS_COMPILE:arm-linux) [crayon-68441784a0e54241922936/] i.MX6UL (CROSS_COMPILE:arm-poky-linux-gnueabi) [crayon-68441784a0e55870877848/] Deploy [crayon-68441784a0e56073422047/] Reference https://bbs.archlinux.org/viewtopic.php?id=165382

How to use USB CDC ACM

Kernel Configuration On Embedded Platform Insmod Drivers After that, a new UART device node will be found in /dev/ [crayon-68441784a1195563081980/] Connect Target to Host with a USB cable You will see…

How to use USB device networking

Kernel Configuration On Embedded Target Insmod Drivers After that, you will see a new usb ethernet adapter by 'ifconfig -a' [crayon-68441784a1243850484536/] Assign ethernet adapter 'usb0' with IP address [crayon-68441784a1245729509117/] Connect Target…

T104x SD/MMC boot research

PBL -> load RCW (64 bytes/512 bits) -> write to RCWSRn cfg_rcw_src [0]_[1:4]_[5:8] -> 0_0100_0000 cfg_rcw_src用以决定RCW配置字的来源 RCW[PBI_SRC]用以决定PBL初始化控制器的类别 SD启动,起始地址为0x0000_1000,SD Card block size 512KB Useful macros: CONFIG_SYS_FSL_PBL_RCW CONFIG_SYS_FSL_PBL_PBI Reference https://pagure.io/u-boot/raw/2015-07/f/board/freescale/t104xrdb/README u-boot:board/freescale/t104xrdb/README

Freescale DPAA tips

structs struct qm_fd - Frame Descriptor functions dma_addr_t qm_fd_addr(const struct qm_fd *) 获得fd的物理地址  

Yocto tips

查找某个包的源码位置: [crayon-68441784a1399493064168/] 编译 [crayon-68441784a139b848081347/] 编译Standalone编译器 [crayon-68441784a139c500388389/]