{"id":28858174,"url":"https://github.com/alexs-sh/uutils-coreutils-tester","last_synced_at":"2026-04-29T21:05:59.316Z","repository":{"id":291825838,"uuid":"978574621","full_name":"alexs-sh/uutils-coreutils-tester","owner":"alexs-sh","description":"This project provides images with uutils/coreutils included. Its main purpose is to test uutils/coreutils and Buildroot changes on embedded devices and QEMU.","archived":false,"fork":false,"pushed_at":"2026-04-27T12:06:02.000Z","size":573,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-27T14:09:52.719Z","etag":null,"topics":["buildroot","coreutils","embedded","linux","orange-pi","orangepi","qemu","raspberry-pi","raspberrypi","rust"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexs-sh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-06T07:40:31.000Z","updated_at":"2026-04-27T12:06:06.000Z","dependencies_parsed_at":"2025-05-06T18:46:37.696Z","dependency_job_id":"f00e38de-8889-4b2c-a389-3f76f3fcfd8b","html_url":"https://github.com/alexs-sh/uutils-coreutils-tester","commit_stats":null,"previous_names":["alexs-sh/uutils-coreutils-tester"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexs-sh/uutils-coreutils-tester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexs-sh%2Fuutils-coreutils-tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexs-sh%2Fuutils-coreutils-tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexs-sh%2Fuutils-coreutils-tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexs-sh%2Fuutils-coreutils-tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexs-sh","download_url":"https://codeload.github.com/alexs-sh/uutils-coreutils-tester/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexs-sh%2Fuutils-coreutils-tester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buildroot","coreutils","embedded","linux","orange-pi","orangepi","qemu","raspberry-pi","raspberrypi","rust"],"created_at":"2025-06-20T02:05:27.045Z","updated_at":"2026-04-29T21:05:59.311Z","avatar_url":"https://github.com/alexs-sh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\n[![Build Status](https://gitlab.com/alexs-sh/uutils-coreutils-tester/badges/master/pipeline.svg)](https://gitlab.com/alexs-sh/uutils-coreutils-tester/-/commits/master)\n[![Release](https://gitlab.com/alexs-sh/uutils-coreutils-tester/-/badges/release.svg)](https://gitlab.com/alexs-sh/uutils-coreutils-tester/-/releases)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nThis project provides images with [uutils/coreutils](https://github.com/uutils/coreutils) included. Its main purpose is\nto test uutils/coreutils and Buildroot changes on embedded devices and QEMU.\nSince Buildroot development is patch-based, all these changes are also available on [Patchwork](https://patchwork.ozlabs.org/project/buildroot/patch/20250527171400.78560-1-shirokovalexs@gmail.com).\n\n## Requirements\n\nBuildroot is used to build the images, so a minimal set of tools such as gcc,\nmake, and others should be installed. Please refer to the\n[Buildroot](https://buildroot.org/downloads/manual/manual.html#requirement)\ndocumentation or check the [Dockerfile](dockerfiles/buildroot.Dockerfile) and/or\n[helper script](helpers/prepare-build-host.sh) from the project.\n\n\n## QEMU\n\nHere is an example of building and running AArch64 images in QEMU.\n\nBuild\n\n```\n./build-img.sh qemu_aarch64_virt_defconfig\n```\n\nRun QEMU with the generated kernel and rootfs.\n\n``` bash\nqemu-system-aarch64 -M virt -cpu cortex-a53 -nographic -smp 1 \\\n    -kernel buildroot/output/images/Image \\\n    -append \"rootwait root=/dev/vda console=ttyAMA0\" \\\n    -netdev user,id=eth0 \\\n    -device virtio-net-device,netdev=eth0 \\\n    -drive file=buildroot/output/images/rootfs.ext2,if=none,format=raw,id=hd0 \\\n    -device virtio-blk-device,drive=hd0\n```\n\nLog in as `root` and run the `coreutils` command.\n\n```\nWelcome to Buildroot\nbuildroot login: root\n\n# coreutils --help\ncoreutils 0.1.0 (multi-call binary)\n\nUsage: coreutils [function [arguments...]]\n       coreutils --list\n\nOptions:\n      --list    lists all defined functions, one per row\n\nCurrently defined functions:\n\n    [, b2sum, b3sum, base32, base64, basename, basenc, cat, cksum, comm,\n    cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env,\n    expand, expr, factor, false, fmt, fold, hashsum, head, join, link,\n    ln, ls, md5sum, mkdir, mktemp, more, mv, nl, numfmt, od, paste, pr,\n    printenv, printf, ptx, pwd, readlink, realpath, rm, rmdir, seq, sha1sum,\n    sha224sum, sha256sum, sha3-224sum, sha3-256sum, sha3-384sum, sha3-\n    512sum, sha384sum, sha3sum, sha512sum, shake128sum, shake256sum, shred,\n    shuf, sleep, sort, split, sum, tac, tail, tee, test, touch, tr, true,\n    truncate, tsort, unexpand, uniq, unlink, vdir, wc, yes\n```\n\n\n## Raspberry PI 3\n\nHere is an example of building, flashing and running images for Raspberry Pi 3.\n\nBuild\n\n```\n./build-img.sh raspberrypi3_defconfig\n```\n\nFlash the image to the SD card\n\n\n``` bash\nsudo dd if=buildroot/output/images/sdcard.img of=/dev/sda bs=4M\n```\n\n**NOTE**: /dev/sda is used here as an example.Please verify and change the\noutput (of=/dev/sda) parameter to the appropriate device name.\n\nInsert the SD card into the device, power it on, log in as `root`.\n![rpi](./pics/rpi.jpg)\n\n## Orange PI Zero 2W\n\nBuild\n\n```\n./build-img.sh orangepi_zero2w_defconfig\n```\n\nFlash the image to the SD card\n\n``` bash\nsudo dd if=buildroot/output/images/sdcard.img of=/dev/sda bs=4M\n```\n\n**NOTE**: /dev/sda is used here as an example.Please verify and change the\noutput (of=/dev/sda) parameter to the appropriate device name.\n\nInsert the SD card into the device, connect the serial port (GND, UART0_TX,\nUART0_RX), and power it on. Then wait for it to boot and log in as `root`.\n\n```\nWelcome to Orangepi Zero2W\nbuildroot login: root\n# coreutils --help\ncoreutils 0.1.0 (multi-call binary)\n\nUsage: coreutils [function [arguments...]]\n       coreutils --list\n\nOptions:\n      --list    lists all defined functions, one per row\n\nCurrently defined functions:\n\n    [, b2sum, b3sum, base32, base64, basename, basenc, cat, cksum, comm,\n    cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env,\n    expand, expr, factor, false, fmt, fold, hashsum, head, join, link,\n    ln, ls, md5sum, mkdir, mktemp, more, mv, nl, numfmt, od, paste, pr,\n    printenv, printf, ptx, pwd, readlink, realpath, rm, rmdir, seq, sha1sum,\n    sha224sum, sha256sum, sha3-224sum, sha3-256sum, sha3-384sum, sha3-\n    512sum, sha384sum, sha3sum, sha512sum, shake128sum, shake256sum, shred,\n    shuf, sleep, sort, split, sum, tac, tail, tee, test, touch, tr, true,\n    truncate, tsort, unexpand, uniq, unlink, vdir, wc, yes\n# cat /etc/os-release\nNAME=Buildroot\nVERSION=-g83718086-dirty\nID=buildroot\nVERSION_ID=2025.05-rc1\nPRETTY_NAME=\"Buildroot 2025.05-rc1\"\n# uname -a\nLinux buildroot 6.12.3 #1 SMP PREEMPT Thu May 29 08:37:21 UTC 2025 aarch64 GNU/Linux\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexs-sh%2Fuutils-coreutils-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexs-sh%2Fuutils-coreutils-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexs-sh%2Fuutils-coreutils-tester/lists"}