Giter Site home page Giter Site logo

f1c100s-linux's Introduction

# as of recently i cant compile using debian sid i tested on buster and it still works gcc10 is having issues 

git clone https://github.com/Mr-Bossman/F1C100S-linux.git

cd F1C100S-linux

git submodule update --init

cd buildroot

make BR2_EXTERNAL=$PWD/../ F1C100S_defconfig

make

sudo dd if=output/images/sdcard.img of=/dev/sdX



so i have been looking around and learning and aparently u can run buster on this chip its realy jenk but its works

so copy the sdcard.img to random directory and enter a termial there

sudo losetup -o 22020096 /dev/loop1 sdcard.img

sudo mount /dev/loop1 /mnt

sudo rm -rf /mnt/*

sudo debootstrap --foreign --arch armel buster /mnt http://deb.debian.org/debian/

sudo umount /mnt

sudo losetup -d /dev/loop1

sudo dd if=sdcard.img of=/dev/sdX

at this point if nothing changes in buster it should boot u will have very litle to work with but u can set it up better at this point its just a proof of consept
this was built on aug 24 2020 using debian buster idk to many version numbers to figure out 


notes this chip uses the armv5te micro architechure and most likely wont be suported in bullseye seeing that stretch doesnt is the last to suport armv4t u can make it output vga using a lot of resistors and either an opamp or some cmos or ttl buffers 

f1c100s-linux's People

Contributors

mr-bossman avatar

Forkers

kiritro n24bass

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.