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-688658259d9a4438178097/] Build openssl 如果编译器中自带了openssl库则不需要自己重新编译openssl。如果编译器不带openssl,或者自带的openssl有漏洞,则需要自己下载并编译openssl。 http://kaoru.tech/archives/50 http://kaoru.tech/archives/1385 Build zlib (i.MX6Ul) [crayon-688658259d9a8833303488/] Build openssh [crayon-688658259d9aa513877551/] SAM9X5 (CROSS_COMPILE:arm-linux) [crayon-688658259d9ab222854575/] i.MX6UL (CROSS_COMPILE:arm-poky-linux-gnueabi) [crayon-688658259d9ac540227813/] Deploy [crayon-688658259d9ad122162331/] 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-688658259dc6f559350017/] 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-688658259dd21216086662/] Assign ethernet adapter 'usb0' with IP address [crayon-688658259dd23984179013/] 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-688658259de5a773998965/] 编译 [crayon-688658259de5c350614539/] 编译Standalone编译器 [crayon-688658259de5d934002750/]