Raspbian Wheezy armhf Raspberry Pi minimal image

Download Download Torrent Opens in your torrent client (e.g. qBittorrent)
Category Apps
Size0.14 kB
Added1 year ago (2025-03-10 23:38:20)
Health
Dead0/0
Info Hash230FF534180EE71DB902A13ABE98ACB1EF9DBC54
Peers Updated55 minutes ago (2026-04-01 12:16:28)

Report Torrent

0 / 300

Description

SOURCE> https://www.linuxsystems.it/raspbian-wheezy-armhf-raspberry-pi-minimal-image/


After the Debian Wheezy armel image i made a new one based on Raspbian armhf. This one is compiled with hard float support, so basically floating point operations are MUCH faster because they are done in hardware instead of software emulation :)

Features include:

A minimal Raspbian Wheezy installation (similar to a netinstall)
Hard Float binaries: floating point operations are done in hardware instead of software emulation, that means higher performances
Disabled incremental updates, means apt-get update is much faster
Workaround for a kernel bug which hangs the Raspberry Pi under heavy network/disk loads
3.6.11+ hardfp kernel with latest raspberry pi patches
Latest version of the firmwares
Fits 1GB SD cards
A very tiny 118MB image: even with a 2GB SD there is a lot of free space
ssh starts by default
The clock is automatically updated using
IPv6 support
Just 14MB of ram usage after the boot



You will have to extract the image with p7zip:

7za x raspbian_wheezy_20130923.img.7z



Then flash it to your SD with dd:

dd bs=1M if=raspbian_wheezy_20130923.img of=/dev/sdX



Finally, if you have an sd larger than 1GB, grow the partition with gparted (first move the swap partition at the end).

The root password is raspberry.



You will have to reconfigure your timezone after the first boot:

dpkg-reconfigure tzdata



The keyboard layout:

dpkg-reconfigure console-data



And the localization:

dpkg-reconfigure locales



It’s done, I hope you will enjoy it

×