Talk:Boot setup

From Pandora Wiki
Jump to: navigation, search

command line ext2 formatting

I'm just trying to make sense of your example since i'm not familiar with the command line tools for formatting. It looks like the command is setting the file system second partition. I looked online and it looks like mkfs.ext2 doesn't do any of the partitioning, so wouldn't you need to first set up the partitions with another command? --Cheese 06:40, 20 July 2010 (MEST)

Yes, I think you are correct. This assumes your SD card is already partitioned. I only took an existing example and moved it...--Tsh 12:21, 20 July 2010 (MEST)

Page name

I disagree with the new naming of the page. Putting firmware on an SD card is an obfiscation of the way that a user will view the process. I want to boot from SD card, and make that my root partition. I don't want to install into the SD card. Its not incorrect, but it is not what I would search for, particularly in the context of desktop machines. If I want to have a USB stick with ubuntu, I look for 'USB boot', not firmware. Firmware is an ugly group anyway, since it conflates the kernel, the /usr/pandora/scripts, the config information and things like the installed web browser/apps.

What do you suggest? "Creating a bootable SD card" seemed slightly generic or misleading, like you're just configuring the SD card to be capable of booting, when really the page is telling you how you can run Angstrom off an SD card. When considering to put Firmware in the page name I first looked at what it was being called everywhere else. How about "Running Linux from an SD card"? --Cheese 18:44, 20 July 2010 (MEST)
"Running Linux from an SD card" seems to cover it. I though the original was clear enough, but that is more explicit, and should be understood by most people.

Mounting nand

changed to :

sudo mkdir /mnt/nand

sudo ubiattach /dev/ubi_ctrl -m 4

sudo mount -t ubifs ubi0:rootfs /mnt/nand

/media is for removable devices, not permanent ones

Reorganizing this page

This page has grown a fair bit since when I first made it, and while that's great, it's lead to this page being less accessible and a bit hard to follow. Many options are provided, but only someone experienced would know what options they want. What I think would be best is if every kind of user could find what they need on this page. Absolute beginners could read a simple tutorial that is clear and easy to follow and tries to explain some of the steps while advanced users could look into the optional/extra sections and find what they need.

Specifically, I think we should have a main example of the simplest case (a single ext2 partition and the latest tar.bz2 file off openpandora.org/firmware) and the extra stuff afterwards, separate from the main tutorial/example. The main example would link to the optional things when appropriate so that anyone who might want to preform those steps could do so. So, unless someone objects or has input, I'll make a draft of this later. --Cheese 07:23, 18 March 2011 (MET)

Info about /dev/mmcblk*** numbering scheme is false. Should be corrected!

This instruction contains false information as evaluated in the comment section of bug http://bugs.openpandora.org/index.php?do=details&task_id=237

Please update accordingly!

--Porg 22:05, 20 July 2011 (CEST)

Okay, I added a warning, of a sort. I hope it's adequate. Esn 06:07, 6 August 2011 (CEST)