hmc
Active Member
Hi guys,
is the maintainer of sd_installer.pnd, Dave1234, here?
I have some problems with the installer. Albeit it's an excellent tool, making installation much more convenient than doing it manually...
I didn't succeed trying to install the HF6 firmware on my 16GB SD card (left slot, 10.5GB FAT, 128MB swap, remaining space as boot partition).
Problem #1:
An error message, quite at the end of the installation process:
"Error: Could not remove boot directory.
rm: cannot remove 'ext/boot/uImage-2.6.27.46-omap1': Read-only file system
rm: cannot remove 'ext/boot/uImage': Too many levels of symbolic links"
I assume the second is a result of the first error.
I clicked "OK" and the installation silently finished.
Problem #2:
When booting from the SD card, I only get a blank (black) screen.
The Pandora logo is shown, then the screen goes and stays black.
Question #1:
Is there any reason the kernel is installed on the FAT partition and not on the ext2 root partition? When doing that manually, I always installed the kernel on the root partition (which then was the boot partition, too) without a problem. The kernel loading autoboot.txt line needs to be changed then from
"fatload mmc 0:1 0x80300000 uImage"
to
"ext2load mmc 0:2 0x80300000 /boot/uImage"
Except there is a good reason against this variant, I prefer that way, because when accidentally deleting / moving the kernel on the FAT partition using the Mac or Windows PC, the Pandora won't boot anymore with that SD card...
Question #2:
Dave1234, did you make sure that LEFT and RIGHT slot are always correctly assigned to the device nodes in the script? Usually, /dev/mmcblk0 is the left slot, but I just had the situation that this device node is assigned to the right slot. If that assignment is fixed (LEFT to mmcblk0 and RIGHT to mmcblk1), it may happen that the wrong card is repartitioned...
Thanks a lot,
Daniel
is the maintainer of sd_installer.pnd, Dave1234, here?
I have some problems with the installer. Albeit it's an excellent tool, making installation much more convenient than doing it manually...
I didn't succeed trying to install the HF6 firmware on my 16GB SD card (left slot, 10.5GB FAT, 128MB swap, remaining space as boot partition).
Problem #1:
An error message, quite at the end of the installation process:
"Error: Could not remove boot directory.
rm: cannot remove 'ext/boot/uImage-2.6.27.46-omap1': Read-only file system
rm: cannot remove 'ext/boot/uImage': Too many levels of symbolic links"
I assume the second is a result of the first error.
I clicked "OK" and the installation silently finished.
Problem #2:
When booting from the SD card, I only get a blank (black) screen.
The Pandora logo is shown, then the screen goes and stays black.
Question #1:
Is there any reason the kernel is installed on the FAT partition and not on the ext2 root partition? When doing that manually, I always installed the kernel on the root partition (which then was the boot partition, too) without a problem. The kernel loading autoboot.txt line needs to be changed then from
"fatload mmc 0:1 0x80300000 uImage"
to
"ext2load mmc 0:2 0x80300000 /boot/uImage"
Except there is a good reason against this variant, I prefer that way, because when accidentally deleting / moving the kernel on the FAT partition using the Mac or Windows PC, the Pandora won't boot anymore with that SD card...
Question #2:
Dave1234, did you make sure that LEFT and RIGHT slot are always correctly assigned to the device nodes in the script? Usually, /dev/mmcblk0 is the left slot, but I just had the situation that this device node is assigned to the right slot. If that assignment is fixed (LEFT to mmcblk0 and RIGHT to mmcblk1), it may happen that the wrong card is repartitioned...
Thanks a lot,
Daniel