{"id":16656149,"url":"https://github.com/fhunleth/tilde-pi","last_synced_at":"2026-03-10T17:39:28.009Z","repository":{"id":30616050,"uuid":"34171419","full_name":"fhunleth/tilde-pi","owner":"fhunleth","description":"Very, very, very early experimentation with making a Tilde Server in Buildroot","archived":false,"fork":false,"pushed_at":"2015-05-16T23:48:05.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T05:37:27.185Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fhunleth.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}},"created_at":"2015-04-18T15:39:23.000Z","updated_at":"2015-04-26T02:24:14.000Z","dependencies_parsed_at":"2022-08-03T15:14:44.542Z","dependency_job_id":null,"html_url":"https://github.com/fhunleth/tilde-pi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhunleth%2Ftilde-pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhunleth%2Ftilde-pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhunleth%2Ftilde-pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhunleth%2Ftilde-pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fhunleth","download_url":"https://codeload.github.com/fhunleth/tilde-pi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243277482,"owners_count":20265349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-12T09:56:26.970Z","updated_at":"2026-03-10T17:39:22.968Z","avatar_url":"https://github.com/fhunleth.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoderDojoDC Tilde Pi\n\nThis project generates a simple Linux server that can be loaded onto a\nRaspberry Pi. The server will be used to teach CoderDojoDC members about\nthe Unix commandline and let them post simple web pages.\n\n## Building\n\nIf you're using Ubuntu, you may need to install some packages to make Buildroot\nwork. This should be sufficient:\n\n    $ sudo apt-get install git g++ libncurses5-dev bc\n    $ sudo apt-get install libc6:i386 libstdc++6:i386 zlib1g:i386 gcc-multilib # 64-bit Linux\n\nAfter that, clone this project and run `make`:\n\n    $ make tilde_pi_defconfig\n    $ make\n\nIt can take some time to download and build everything so you may need to be\npatient. The build products can be found in `buildroot/output/images`.\n\n## Installing\n\nInsert an SDCard on your PC and note where it appears under Linux. If the SDCard\nis automounted, make sure to `umount` everything that was mounted. Then run the\nfollowing, but replace `/dev/sdc` with the path to the SDCard.\n\n    $ sudo dd if=buildroot/output/images/tilde_pi.img of=/dev/sdc bs=1M\n\nInsert the SDCard into a Raspberry Pi Model B, and watch it boot over the serial\nport. Log in as...\n\n## Running in qemu\n\nIt's possible to do a lot of work locally in qemu. Run the following to make a\nqemu build:\n\n    $ make clean\n    $ make tilde_qemu_defconfig\n    $ make\n\nThen, start up qemu:\n\n    $ qemu-system-arm -M vexpress-a9 -kernel buildroot/output/images/zImage \\\n              -drive file=buildroot/output/images/rootfs.ext2,if=sd \\\n              -append \"console=ttyAMA0,115200 root=/dev/mmcblk0\" \\\n              -serial telnet:localhost:4444,server \\\n              -net nic,model=lan9118 -net user -nographic\n\nNow that qemu is started, it's waiting for you to connect to the serial port.\nThis is accessible by telneting to port 4444. I.e.\n\n    $ telnet localhost 4444\n\nLog in as root:root or fhunleth:fhunleth, etc. for now.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhunleth%2Ftilde-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffhunleth%2Ftilde-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhunleth%2Ftilde-pi/lists"}