Giter VIP home page Giter VIP logo

tinyembedded's Introduction

TinyEmbedded - F1C200s Embedded Linux Development Board

The TinyEmbedded is a low-cost embedded Linux development board that features an ARM9-based F1C200s microprocessor with an integrated USB-to-UART serial console. Here are some highlights of this development board:

  • F1C200s: An ARM9-based microprocessor with an integrated 64MB DRAM.

  • On-board USB-to-UART serial console.

  • On-board LIS3DH acceleration sensor.

  • SSD1306-based 128x64 OLED display module.

  • One USB Type-A port.

  • Three indicator LEDs for power status, UART data transmission, and user-defined purposes.

  • Three buttons for reset, boot mode selection, and user-defined purposes.

  • One MicroSD slot for storing the boot image.

  • 16MB Serial NOR Flash.

  • AT24C02: A 2KB EEPROM.

After downloading the image to the SD card and starting the system, you can open the COM port via USB to view the boot logs of U-Boot and the Linux kernel. Once the system boots to the root filesystem, the OLED module will display 'Hi F1C200s'.

Hardware Design

Block Diagram

Power Tree

3D View

Top View

Download

Schematic: PDF

BOM: CSV

Image: IMG

Build an SD card image for booting

Install necessary packages:

sudo apt install wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev
sudo apt install python3-distutils

Download BSP (Buildroot-based BSP in another repository):

git clone https://github.com/yuansco/buildroot-f1c200s.git

Apply defconfig and build image

cd buildroot-tiny200
make tinyembedded_defconfig
make

tinyembedded's People

Contributors

yuansco avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.