Showing 23 open source projects for "buildroot"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
  • 1
    tslib

    tslib

    Touchscreen access library

    C library for filtering touchscreen events. tslib consists of the library libts and tools that help you calibrate and use it in your environment. tslib runs on various hardware architectures and operating systems, including GNU/Linux, FreeBSD, or Android/Linux. Apart from building the latest tarball release, running ./configure, make, and make install, tslib is available from distributors like Arch Linux / Arch Linux ARM, Buildroot, Debian / Ubuntu, Fedora, or OpenSUSE and their package...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    My OS practice: 1 bootloader. support EFI,network,usb. 2 busybox, buildroot, etc... 3 kernel(X86,ARM,MIPS) 4 device driver, dts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    gr-acars

    gr-acars

    ACARS decoder for GNURadio, for RTL-SDR, PlutoSDR or UHD receivers.

    ... wrapper. Doing so, multiple ACARS decoding blocks can run in parallel. Compile for x86 PC with: cd 3.8ng mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. make -j4 sudo make install (developed and tested on Debian GNU/Linux) Compile for RaspberryPi4/Buildroot (located in BR_PATH): cmake -DCMAKE_INSTALL_PREFIX:PATH=$BR_PATH/output/target/usr -DCMAKE_TOOLCHAIN_FILE=$BR_PATH/output/host/share/buildroot/toolchainfile.cmake ../ make -j4 make install
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    A20_minimum_buildroot

    A minimal with only kernel is GPL, but still useable system

    This is my playground with the different steps from a standard A20 buildroot image to a minimum and more or less GPL/LGPL or similar license free image. This is only a TEST if this is possible and what are the problems. Find the corresponding docs/description here: https://github.com/tjohann/a20_minimum_buildroot_dev.git Steps: - i want to use MUSL, runit, socklog and toybox for the basic system. - then active SELinux (or appamor or SMACK), seccomp, namespaces and cgroups
    Downloads: 0 This Week
    Last Update:
    See Project
  • Codesoft Barcode Label Software Icon
    Codesoft Barcode Label Software

    RFID and barcode label software to set your business up for success

    CODESOFT is an enterprise-level RFID and barcode label design application offering unmatched flexibility, power, and support. Available in print-only, single-user, and network configurations, CODESOFT is designed to meet all of your barcode labeling needs. Whether your goal is streamlining label printing, printing labels using a form, connecting a scale to your label template, or integrating your business database with your label templates, CODESOFT provides a solution for your organization’s most advanced labeling needs. Connect to SQL or Oracle databases for business system integrations and greater efficiency. CODESOFT includes over 100 barcode symbologies including GS1, supports all common image formats, and enables rich text editing. Native printer drivers are included for over 4,000 thermal, thermal transfer, and inkjet label printers to ensure the best label printing quality.
  • 5
    motionEyeOS

    motionEyeOS

    A video surveillance OS for single-board computers

    motionEyeOS is a Linux distribution that turns a single-board computer into a video surveillance system. The OS is based on BuildRoot and uses motion as a backend and motionEye for the frontend. Compatible with most USB cameras as well as with the Raspberry PI camera module. Motion detection with email notifications and working schedule. JPEG files for still images, AVI files for videos. Connects to your local network using ethernet or wifi. File storage on SD card, USB drive or network SMB...
    Downloads: 45 This Week
    Last Update:
    See Project
  • 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Install embedded Linux on SD or eMMC

    Script to make partitions, format and install embedded Linux files.

    This is a Script to make partitions, format and install embedded Linux files. The tool uses the Kconfig to set up the partitions size, format and files to be installed on a USB Drive or eMMC memory. The same Kconfig used by Linux Kernel and Buildroot (menuconfig, xconfig or gconfig). After defines the configuration, just run the Script to install your Linux Image. The Script was made to run on Debian 8 or similar distribution. The Script depends on the follow packages: parted and dosfstools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ADI Open Applications

    A project to hold ADI open applications for buildroot distribution

    This is a sub project of the ADI buildroot project. ADI open applications are put together in this project. They are packages the ADI buildroot may download and build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ADI Buildroot

    ADI Buildroot

    Buildroot Linux distribution for ADI Blackfin and future processors.

    Buildroot is a set of Makefiles and patches that makes it easy to generate a complete embedded Linux system. Buildroot can generate a kernel image, various libraries and applications in a root filesystem. Buildroot is useful mainly for people working with small or embedded systems, using various CPU architectures (x86, ARM, Blackfin, MIPS, PowerPC, etc.). It automates the building process of your embedded system and eases the cross-compilation process. If you're new to buildroot Linux...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 10

    Buildroot Test

    Test project against the ADI Buildroot and Linux projects

    This is a sub project of the ADI buildroot project. This project is a test framework based on expect scripts and the Jenkins server. It includes various test suites against ADI Linux kernel/drivers and libraries/applications in the ADI buildroot Linux distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ADI Linux Kernel

    Linux kernel port for the ADI's Blackfin and future processors

    .... This is a sub project of the ADI Buildroot project. Please find the bug tracker, task tracker, mailing list, released files and news tools at http://sourceforge.net/projects/adi-buildroot/ .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Diese Seite soll den Umgang mit der Buildroot und den anderen verfügbaren Chroots vereinfachen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    RaspberryPi Toolchain

    Build and compile ARMv7 or Raspberry Pi application on x86_64

    This toolchain made from following blog: http://yasriady.blogspot.co.id/2015/10/how-to-build-wxwidgets-for-raspberry-pi.html -------------OBSOLETE ---------- please follow above link ------------------------------------------- Ready used Toolchain to build and compile c++ application on x86_64 targetted for Raspberry Pi or ARMv7 based application. Download the program and extract into /opt/Toolchain/ARMv7 and you are ready for cross compile ......... Example to build static linked...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    RDPkiosk

    RDPkiosk

    RDP Thin client and/or recovery toolkit

    RDP Thin client and/or recovery toolkit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ADI GNU toolchain

    ADI GNU toolchain

    The GNU Toolchain for ADI's Blackfin and future processors

    This project is no longer maintained by Analog Devices. For support, engage with the community at https://ez.analog.com/dsp/software-and-development-tools/linux-blackfin/. You have found the home page of the GNU toolchain project for ADI's Blackfin an future processors. This is the central site for all toolchain components whether you are targetting to run Linux or bare metal on the Blackfin and future processors, running on Linux or Windows hosts. These components consist...
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 16
    Buildroot ist Ein Projekt das jedem Linux User das Kompilieren von Software erleichtern soll. Den Mittelpunkt der Buildroot bildet die Funktion eine chroot mit busybox und wahlweise der bash und/oder dem vim zu erstellen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    mydingux

    My Dingux distro for the Dingoo A320

    My Dingux distro for the Dingoo A320 Linux 3.4.56 Longterm Stable Buildroot 2013.05 Gcc 4.8.0 MyLauncher MyTerm (SDL based vt100 terminal) gnuboy Snes9X ROCKbox
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    3764xt

    Linux enhancements for Sagem F@st 3764 router

    This project is essentially USB-stick based Buildroot linux tailored for Sagem F@st 3764 VDSL router. 3764xt is not a firmware replacement for F@st 3764 - it's an add-on for factory firmware. Applications included in 3764xt: - startup/control scripts for F@st 3764 - additional kernel modules not present in factory firmware - dropbear SSH server/client - minidlna UPnP/DLNA server - ushare UPnP server - lighthttpd - php 5.3 - ws-ftpd - gcc c/c++ compiler with binutils - python 2.7...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Save network BW statistics to SQLlite DB every minute, then allow querying for ranges. Should use 64-bit kernel to avoid wrap-around. Designed for ulibc/buildroot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Buildroot based embedded Linux for Alix boards from PC Engines
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    "Better Extension for RPM" is a buildroot installation tool compatible with YUM written in C. It is fast and system resources friendly. The main audience are users, developers or administrators of Red Hat/Fedora Core Linux operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The goal of this project is to provide a method to build a bootable image for small embedded systems, based on the original package sources, most notably buildroot, and to snapshot the distribution and configuration files for repeatable builds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Makerootfs makes it easy to build a root filesystem for embedded devices (e.g. ARM based) by automating the cross-compiling process through shell scripts, patches and default configs. Unlike buildroot which uses uClibc, makerootfs uses the full glibc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next