{"id":18176845,"url":"https://github.com/sahilrajput03/learn-raspberry","last_synced_at":"2025-04-07T10:50:35.876Z","repository":{"id":63510694,"uuid":"568104089","full_name":"sahilrajput03/learn-raspberry","owner":"sahilrajput03","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-18T23:10:35.000Z","size":262,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T13:28:18.728Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sahilrajput03.png","metadata":{"files":{"readme":"README-from-first-raspbian-os.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-11-19T13:17:37.000Z","updated_at":"2024-07-18T23:12:09.000Z","dependencies_parsed_at":"2024-01-20T17:41:53.612Z","dependency_job_id":"b2e4221a-a43a-4dc1-a285-dd5b5d930400","html_url":"https://github.com/sahilrajput03/learn-raspberry","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/sahilrajput03%2Flearn-raspberry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilrajput03%2Flearn-raspberry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilrajput03%2Flearn-raspberry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilrajput03%2Flearn-raspberry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahilrajput03","download_url":"https://codeload.github.com/sahilrajput03/learn-raspberry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640557,"owners_count":20971555,"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-02T17:11:42.983Z","updated_at":"2025-04-07T10:50:35.854Z","avatar_url":"https://github.com/sahilrajput03.png","language":"Shell","readme":"# README\n\n**Why this readme?: Becoz all the time I was getting wrong info about my processor when I used commands like `lscpu` and `cat /proc/cpuinfo`.*\n\n- Official Response (Mongodb): Installation on 32bit system: [Click here](https://www.mongodb.com/community/forums/t/installation-on-32bit-system/106492). **TLDR: NO, its not at all recommended bcoz newer version are no longer developer for 32-bit architecture.**\n\n# NOTE: Below output is from the Rasbian OS only (i.e., 32 bit os, and it was showing all informatino wrong about the processor i.e, arvl7 but my actual processor was `Cortes-A72 Processor` {Device Name: `Raspberry-pi-4-model-b`})\n\nCheck the problem stated here: [Click here](https://raspberrypi.stackexchange.com/questions/101215/why-raspberry-pi-4b-claims-that-its-processor-is-armv7l-when-in-official-specif)\n\n**NOTE: My raspberry process is 64-bi quad-core Cortex-A72 processor.**\n\n## `armv7l` processor can only run 32 bit OS\n\nSource: [Click here](https://askubuntu.com/questions/928227/is-armv7l-32-or-64-bit), Source2: [Click here](https://unix.stackexchange.com/questions/136407/is-my-linux-arm-32-or-64-bit)\n\n### Is my running Linux kernel 32 bit or 64 bit?\n\n```bash\ngetconf LONG_BIT\n# Output: 32\n````\n\n### Cpu info\n\n```bash\nlscpu\n# OUTPUT:\n# Architecture:        armv7l\n# Byte Order:          Little Endian\n# CPU(s):              4\n# On-line CPU(s) list: 0-3\n# Thread(s) per core:  1\n# Core(s) per socket:  4\n# Socket(s):           1\n# Vendor ID:           ARM\n# Model:               3\n# Model name:          Cortex-A72\n# Stepping:            r0p3\n# CPU max MHz:         1500.0000\n# CPU min MHz:         600.0000\n# BogoMIPS:            108.00\n# Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32\n```\n\n```bash\ncat /proc/cpuinfo\n# processor       : 0\n# model name      : ARMv7 Processor rev 3 (v7l)\n# BogoMIPS        : 108.00\n# Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32\n# CPU implementer : 0x41\n# CPU architecture: 7\n# CPU variant     : 0x0\n# CPU part        : 0xd08\n# CPU revision    : 3\n# \n# processor       : 1\n# model name      : ARMv7 Processor rev 3 (v7l)\n# BogoMIPS        : 108.00\n# Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32\n# CPU implementer : 0x41\n# CPU architecture: 7\n# CPU variant     : 0x0\n# CPU part        : 0xd08\n# CPU revision    : 3\n# \n# processor       : 2\n# model name      : ARMv7 Processor rev 3 (v7l)\n# BogoMIPS        : 108.00\n# Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32\n# CPU implementer : 0x41\n# CPU architecture: 7\n# CPU variant     : 0x0\n# CPU part        : 0xd08\n# CPU revision    : 3\n# \n# processor       : 3\n# model name      : ARMv7 Processor rev 3 (v7l)\n# BogoMIPS        : 108.00\n# Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32\n# CPU implementer : 0x41\n# CPU architecture: 7\n# CPU variant     : 0x0\n# CPU part        : 0xd08\n# CPU revision    : 3\n# \n# Hardware        : BCM2711\n# Revision        : d03114\n# Serial          : 10000000bed6ad56\n# Model           : Raspberry Pi 4 Model B Rev 1.4\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilrajput03%2Flearn-raspberry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahilrajput03%2Flearn-raspberry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilrajput03%2Flearn-raspberry/lists"}