This doesn't cure mine. Still no boot (power on -> green light on, green off after about 50 seconds; red on all the time).
EDIT:I just for fun copied the
bootcode.bin and
loader.bin (attached) from the original installation image to the boot partition of my fully upgraded non booting pi and that seems to do the trick. Pi works,
config.txt is empty.
EDIT2:I did it once again from the start to confirm that the new bootloader
bootcode.bin is responsible for my problem. Cloned
archlinux-hf-2012-09-18.img to SD to get a fresh system. Then, via SSH as root:
$this->bbcode_second_pass_code('', 'cp /boot/bootcode.bin /
cp /boot/loader.bin /
pacman -Syu # reboot wouldn't work after update
cp /boot/bootcode.bin /boot/bootcode.bin.brokenupdate # temporarily remove new bootloader
cp /loader.bin /boot/
cp /bootcode.bin /boot/
sync
reboot') which puts the original bootloader files back in place. And it works. At least booting itself. Afterwards
free -m tells me I have only 119MB of RAM (should be 512MB).
alarm_bootloader.tar.gz
- original loader.bin and bootcode.bin from archlinux-hf-2012-09-18.img
- (177.26 KiB) Downloaded 736 times