Talk:Gentoo

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Space requirements: new section)
Line 6: Line 6:
  
 
A small note about the space requirements for a gentoo-install would be nice.
 
A small note about the space requirements for a gentoo-install would be nice.
 +
 +
== Setting up uboot ==
 +
 +
I used:
 +
  setenv menu_2 Gentoo: setenv bootargs \${bootargs_base} rootfstype=ext2 root=/dev/mmcblk0p1 rootdelay=5 \${mtdparts} ro\; mmcinit\; ext2load mmc 1:1 0x32000000 \${sd_image_name}\; bootm 0x32000000
 +
  setenv sd_image_name /boot/uImage
 +
 +
--[[User:Goldie|Goldie]] 18:14, 15 October 2008 (UTC+1)

Revision as of 17:14, 11 October 2008

Can you please elaborate the points 18. (Copy kernel) and 19. (Copy modules)? I'm very interested in running Gentoo on my freerunner and willed to develeop ebuilds e.g. for the fso stack.

--Morricone 15:37, 17 September 2008 (UTC)

Space requirements

A small note about the space requirements for a gentoo-install would be nice.

Setting up uboot

I used:

 setenv menu_2 Gentoo: setenv bootargs \${bootargs_base} rootfstype=ext2 root=/dev/mmcblk0p1 rootdelay=5 \${mtdparts} ro\; mmcinit\; ext2load mmc 1:1 0x32000000 \${sd_image_name}\; bootm 0x32000000
 setenv sd_image_name /boot/uImage

--Goldie 18:14, 15 October 2008 (UTC+1)

Personal tools

Can you please elaborate the points 18. (Copy kernel) and 19. (Copy modules)? I'm very interested in running Gentoo on my freerunner and willed to develeop ebuilds e.g. for the fso stack.

--Morricone 15:37, 17 September 2008 (UTC)

Space requirements

A small note about the space requirements for a gentoo-install would be nice.