TinyEmbedded-Dual

所属分类:Linux/Unix编程
开发工具:Others
文件大小:0KB
下载次数:0
上传日期:2024-01-17 14:49:02
上 传 者sh-1993
说明:  低成本嵌入式Linux开发板,与RISC-V F133 D1s和ARM Cortex-A7 T113-S3兼容。
(Low-cost Embedded Linux development board compatible with RISC-V F133 D1s and ARM Cortex-A7 T113-S3.)

文件列表:
Document/
Hardware/

# TinyEmbedded-Dual Low-cost Embedded Linux development board compatible with RISC-V D1s/F133 and ARM Cortex-A7 T113-S3 SoC. TODO ## About the SoC D1s/F133: Single-Core RISC-V 64 @ 1.0G with in package 64MB DDR2\ T113-S3: Dual-Core ARM Cortex-A7 @ 1.2 GHz with in package 128MB DDR3 ## Feature TinyEmbedded-Dual is a low-cost embedded Linux development board compatible with ARM Cortex-A7 T113-S3 and RISC-V D1s/F133 SoC. Here are some highlights of this board: * On-board USB-to-UART serial debug console. * On-board LIS3DH acceleration sensor. * On-board Realtek RTL8188FTV Wi-Fi Module. * One USB Type-C port support USB2.0. * Three indicator LEDs for power status, UART data transmission, and user-defined purposes. * Two buttons for reset and user-defined purposes. * One MicroSD slot for storing the boot image. * One Serial NOR Flash connected to SPI0. * One 3.5mm headphone jack for audio output. ### Hardware Design #### Block Diagram #### Power Tree #### 3D Simulation #### Top View #### Download Schematic: [PDF](https://github.com/yuansco/TinyEmbedded-Dual/blob/main/Document/TinyEmbedded_Dual_A.pdf) BOM: [CSV](https://github.com/yuansco/TinyEmbedded-Dual/blob/main/Document/BOM.CSV) (TODO) Image: [IMG](https://github.com/yuansco/TinyEmbedded-Dual/blob/main/Images/sdcard.img) (TODO) ### Build an SD card image for booting TinyEmbedded-Dual ``` shell # Install development tools sudo apt install -y libssl-dev swig # Download TinyEmbedded-Dual BSP from https://github.com/yuansco/Buildroot-TinyEmbedded-Dual git clone https://github.com/yuansco/Buildroot-TinyEmbedded-Dual.git # Apply defconfig cd Buildroot-TinyEmbedded-Dual make tinyembedded_dual_defconfig # Build image make # Flash image into your SD card. You need to replace /dev/sdx with the actual drive letter. sudo dd if=./output/image/sdcard.img of=/dev/sdx bs=512 status=progress && sync ```

近期下载者

相关文件


收藏者