All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] README.hardware fixes
@ 2011-11-09 16:17 Paul Eggleton
  2011-11-09 16:17 ` [PATCH 1/2] README.hardware: update atom-pc instructions Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-11-09 16:17 UTC (permalink / raw)
  To: poky

A couple of fixes for the Poky README.hardware. These should also go into the
edison branch as they are applicable there as well.


The following changes since commit 23d2eaf9d283cae47e52d1151f0d4ad53bbbe8a0:

  python: skip setup.py 'import check' when cross-compiling (2011-11-08 21:48:30 +0000)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib paule/readme-hw
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/readme-hw

Paul Eggleton (2):
  README.hardware: update atom-pc instructions
  README.hardware: declare support for BeagleBoard xM rev B

 README.hardware |   28 ++++++++++------------------
 1 files changed, 10 insertions(+), 18 deletions(-)

-- 
1.7.5.4



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] README.hardware: update atom-pc instructions
  2011-11-09 16:17 [PATCH 0/2] README.hardware fixes Paul Eggleton
@ 2011-11-09 16:17 ` Paul Eggleton
  2011-11-09 16:17 ` [PATCH 2/2] README.hardware: declare support for BeagleBoard xM rev B Paul Eggleton
  2011-11-10 18:08 ` [PATCH 0/2] README.hardware fixes Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-11-09 16:17 UTC (permalink / raw)
  To: poky

The -live and -directdisk images have been superseded in the Yocto
Project 1.1 release, so update the instructions for atom-pc relating to
this change. Also fix a couple of other minor atom-pc related
capitalisation.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 README.hardware |   26 +++++++++-----------------
 1 files changed, 9 insertions(+), 17 deletions(-)

diff --git a/README.hardware b/README.hardware
index d4f7b47..11004c7 100644
--- a/README.hardware
+++ b/README.hardware
@@ -68,12 +68,12 @@ Intel Atom based PCs and devices (atom-pc)
 
 The atom-pc MACHINE is tested on the following platforms:
 
-  o Asus eee901
+  o Asus EeePC 901
   o Acer Aspire One
   o Toshiba NB305
   o Intel Embedded Development Board 1-N450 (Black Sand)
 
-and is likely to work on many unlisted atom based devices. The MACHINE type
+and is likely to work on many unlisted Atom based devices. The MACHINE type
 supports ethernet, wifi, sound, and i915 graphics by default in addition to
 common PC input devices, busses, and so on.
 
@@ -83,26 +83,18 @@ straightforward with a caveat for USB devices. The following examples assume the
 target boot device is /dev/sdb, be sure to verify this and use the correct
 device as the following commands are run as root and are not reversable.
 
-Hard Disk:
-  1. Build a directdisk image format. This will generate proper partition tables
-     that will in turn be written to the physical media. For example:
-
-     $ bitbake core-image-minimal-directdisk
-  
-  2. Use the "dd" utility to write the image to the raw block device. For example:
-
-     # dd if=core-image-minimal-directdisk-atom-pc.hdddirect of=/dev/sdb
-
 USB Device:
-  1. Build an hddimg image format. This is a simple filesystem without partition
-     tables and is suitable for USB keys. For example:
+  1. Build a live image. This image type consists of a simple filesystem
+     without a partition table, which is suitable for USB keys, and with the
+     default setup for the atom-pc machine, this image type is built
+     automatically for any image you build. For example:
 
-     $ bitbake core-image-minimal-live
+     $ bitbake core-image-minimal
 
   2. Use the "dd" utility to write the image to the raw block device. For
      example:
 
-     # dd if=core-image-minimal-live-atom-pc.hddimg of=/dev/sdb
+     # dd if=core-image-minimal-atom-pc.hddimg of=/dev/sdb
 
   If the device fails to boot with "Boot error" displayed, it is likely the BIOS
   cannot understand the physical layout of the disk (or rather it expects a
@@ -126,7 +118,7 @@ USB Device:
 
      b. Copy the contents of the poky image to the USB-ZIP mode device:
 
-     # mount -o loop core-image-minimal-live-atom-pc.hddimg  /tmp/image
+     # mount -o loop core-image-minimal-atom-pc.hddimg  /tmp/image
      # mount /dev/sdb4 /tmp/usbkey
      # cp -rf /tmp/image/* /tmp/usbkey
 
-- 
1.7.5.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] README.hardware: declare support for BeagleBoard xM rev B
  2011-11-09 16:17 [PATCH 0/2] README.hardware fixes Paul Eggleton
  2011-11-09 16:17 ` [PATCH 1/2] README.hardware: update atom-pc instructions Paul Eggleton
@ 2011-11-09 16:17 ` Paul Eggleton
  2011-11-10 18:08 ` [PATCH 0/2] README.hardware fixes Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-11-09 16:17 UTC (permalink / raw)
  To: poky

The BeagleBoard xM revision B has been tested (by me, if nobody else.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 README.hardware |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.hardware b/README.hardware
index 11004c7..f72da94 100644
--- a/README.hardware
+++ b/README.hardware
@@ -142,7 +142,7 @@ faster CPU, more RAM, an ethernet port, more USB ports, microSD, and removes
 the NAND flash. The beagleboard MACHINE is tested on the following platforms:
 
   o Beagleboard C4
-  o Beagleboard xM Rev A
+  o Beagleboard xM rev A & B
 
 The Beagleboard C4 has NAND, while the xM does not. For the sake of simplicity,
 these instructions assume you have erased the NAND on the C4 so its boot
-- 
1.7.5.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] README.hardware fixes
  2011-11-09 16:17 [PATCH 0/2] README.hardware fixes Paul Eggleton
  2011-11-09 16:17 ` [PATCH 1/2] README.hardware: update atom-pc instructions Paul Eggleton
  2011-11-09 16:17 ` [PATCH 2/2] README.hardware: declare support for BeagleBoard xM rev B Paul Eggleton
@ 2011-11-10 18:08 ` Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-11-10 18:08 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: poky

On Wed, 2011-11-09 at 16:17 +0000, Paul Eggleton wrote:
> A couple of fixes for the Poky README.hardware. These should also go into the
> edison branch as they are applicable there as well.
> 
> 
> The following changes since commit 23d2eaf9d283cae47e52d1151f0d4ad53bbbe8a0:
> 
>   python: skip setup.py 'import check' when cross-compiling (2011-11-08 21:48:30 +0000)
> 
> are available in the git repository at:
>   git://git.yoctoproject.org/poky-contrib paule/readme-hw
>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/readme-hw
> 
> Paul Eggleton (2):
>   README.hardware: update atom-pc instructions
>   README.hardware: declare support for BeagleBoard xM rev B

Merged to master, thanks.

Richard



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-10 18:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 16:17 [PATCH 0/2] README.hardware fixes Paul Eggleton
2011-11-09 16:17 ` [PATCH 1/2] README.hardware: update atom-pc instructions Paul Eggleton
2011-11-09 16:17 ` [PATCH 2/2] README.hardware: declare support for BeagleBoard xM rev B Paul Eggleton
2011-11-10 18:08 ` [PATCH 0/2] README.hardware fixes Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.