Skip to content

InGraw-Co/inconsole2-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78,208 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InConsole 2.0 System

Buildroot Package for InConsole 2.0 with support t113-s3

InConsole 2.0 - Lasted version status:

✅: Supported — ❌: NOT support — ⚠️: Not Tested

Hardware Checklist

Feature Status
LED
SD Card
LCD
USB Port
Buttons
Speaker
Joystick
Battery
WiFi

Software Checklist | InConsole-Runtime

Feature Status Feature Status
Boot Logo Recovery Mode
Autologin Game Cloud
Launcher Virtual Keyboard
Setup Wizard Volume Control
Settings Menu USB Mass Storage
Online Updates File Manager
Vendor Device Chip U-Boot Defconfig
InGraw InConsole 2.0 T113-S3 t113s-mq-r-WIP ingraw_inconsole2_defconfig

Quick Start-up

The recommended build environment is Ubuntu 22.04 LTS (WSL) – this setup was used for testing.
A native Linux installation should also work, however x86_64 is strongly recommended.

Other architectures (e.g. ARM) are not guaranteed to work out of the box and may require manual library adjustments.


1. Install dependencies

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

2. Clone the repository

git clone --recurse-submodules https://github.com/InGraw-Co/inconsole2-system
cd inconsole2-system

3. Build the system

make ingraw_inconsole2_defconfig
make

Now wait until Buildroot finishes compiling everything.


4. Output image

After a successful build, the SD card image will be available at:

output/images/sdcard.img

If you are using WSL, simply copy this file to Windows.


5. Flashing the SD card

  1. Download Balena Etcher:
    https://www.balena.io/etcher/
  2. Select sdcard.img
  3. Select your SD card
  4. Flash

6. Boot

Insert the SD card into InConsole 2.0, power it on and wait for boot.

Please report bugs and issues using the Issues tab of this repository.

About Buildroot

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on Freenode IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches

About

Runtime for InConsole 2.0, included linux kernel 6.12, uboot for t113-s3 etc.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Makefile 66.0%
  • Python 18.5%
  • C 6.4%
  • Shell 5.5%
  • SourcePawn 1.5%
  • C++ 0.8%
  • Other 1.3%