{"id":20765689,"url":"https://github.com/inindev/radxa-e25","last_synced_at":"2025-10-23T07:39:20.784Z","repository":{"id":186735619,"uuid":"675654848","full_name":"inindev/radxa-e25","owner":"inindev","description":"debian arm64 linux for the radxa e25","archived":false,"fork":false,"pushed_at":"2023-08-28T12:17:59.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-18T06:13:23.791Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inindev.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}},"created_at":"2023-08-07T12:21:33.000Z","updated_at":"2023-09-22T09:28:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffc65208-b03b-498b-bd5f-0c845d7e9c0b","html_url":"https://github.com/inindev/radxa-e25","commit_stats":null,"previous_names":["inindev/radxa-e25"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inindev%2Fradxa-e25","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inindev%2Fradxa-e25/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inindev%2Fradxa-e25/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inindev%2Fradxa-e25/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inindev","download_url":"https://codeload.github.com/inindev/radxa-e25/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243093217,"owners_count":20235321,"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-11-17T11:18:23.098Z","updated_at":"2025-10-23T07:39:20.696Z","avatar_url":"https://github.com/inindev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# radxa-e25\n#### *Debian ARM64 Linux for the Radxa E25*\n\nThis Debian ARM64 Linux image is built directly from official packages using the Debian [Debootstrap](https://wiki.debian.org/Debootstrap) utility, see: https://github.com/inindev/radxa-e25/blob/main/debian/make_debian_img.sh#L126\n\nMost patches are directly available from the Debian repos using the built-in ```apt``` package manager, see: https://github.com/inindev/radxa-e25/blob/main/debian/make_debian_img.sh#L355-L365\n\n* Note: The kernel in this bundle is from kernel.org and will not get updates from debian.\n\n\u003cbr/\u003e\n\nThe serial console is on uart3:\n```\npin 3: rx\npin 5: tx\npin 9: ground\n```\n\n\u003cbr/\u003e\n\n---\n### debian bookworm setup\n\n\u003cbr/\u003e\n\n**1. download image**\n```\nhttps://github.com/inindev/radxa-e25/releases/download/v12.0.2/radxa-e25_bookworm-1202.img.xz\n```\n\n\u003cbr/\u003e\n\n**2. determine the location of the target micro sd card**\n\n * before plugging-in device\n```\nls -l /dev/sd*\nls: cannot access '/dev/sd*': No such file or directory\n```\n\n * after plugging-in device\n```\nls -l /dev/sd*\nbrw-rw---- 1 root disk 8, 0 Apr 10 15:56 /dev/sda\n```\n* note: for mac, the device is ```/dev/rdiskX```\n\n\u003cbr/\u003e\n\n**3. in the case above, substitute 'a' for 'X' in the command below (for /dev/sda)**\n```\nsudo sh -c 'xzcat radxa-e25_bookworm-1202.img.xz \u003e /dev/sdX \u0026\u0026 sync'\n```\n\n#### when the micro sd has finished imaging, eject and use it to boot the radxa e25 to finish setup\n\n\u003cbr/\u003e\n\n**4. login account**\n```\nuser: debian\npass: debian\n```\n\n\u003cbr/\u003e\n\n**5. take updates**\n```\nsudo apt update\nsudo apt upgrade\n```\n\n\u003cbr/\u003e\n\n**6. create account \u0026 login as new user**\n```\nsudo adduser youruserid\necho '\u003cyouruserid\u003e ALL=(ALL) NOPASSWD: ALL' | sudo tee /etc/sudoers.d/\u003cyouruserid\u003e\nsudo chmod 440 /etc/sudoers.d/\u003cyouruserid\u003e\n```\n\n\u003cbr/\u003e\n\n**7. lockout and/or delete debian account**\n```\nsudo passwd -l debian\nsudo chsh -s /usr/sbin/nologin debian\n```\n\n```\nsudo deluser --remove-home debian\nsudo rm /etc/sudoers.d/debian\n```\n\n\u003cbr/\u003e\n\n**8. change hostname (optional)**\n```\nsudo nano /etc/hostname\nsudo nano /etc/hosts\n```\n\n\u003cbr/\u003e\n\n---\n### building debian bookworm arm64 for the radxa e25 from scratch\n\n\u003cbr/\u003e\n\nThe build script builds native arm64 binaries and thus needs to be run from an arm64 device such as a odroid m1 running a 64 bit arm linux. The initial build of this project used a debian arm64 odroid m1, but now uses a rock 5b running debian trixie arm64.\n\n\u003cbr/\u003e\n\n**1. clone the repo**\n```\ngit clone https://github.com/inindev/radxa-e25.git\ncd radxa-e25\n```\n\n\u003cbr/\u003e\n\n**2. run the debian build script**\n```\ncd debian\nsudo sh make_debian_img.sh\n```\n* note: edit the build script to change various options: ```nano make_debian_img.sh```\n\n\u003cbr/\u003e\n\n**3. the output if the build completes successfully**\n```\nmmc_2g.img.xz\n```\n\n\u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finindev%2Fradxa-e25","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finindev%2Fradxa-e25","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finindev%2Fradxa-e25/lists"}