From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 3/3] board/altera: update README for new scripts and fixed some typos
Date: Tue, 24 Jan 2017 18:16:33 +1300 [thread overview]
Message-ID: <20170124181633.653f3617@free-electrons.com> (raw)
In-Reply-To: <1484925159-25292-4-git-send-email-lucas.bajolet@savoirfairelinux.com>
Hello,
On Fri, 20 Jan 2017 10:12:39 -0500, Lucas Bajolet wrote:
> output/images/
> ??? rootfs.ext2
> - ??? rootfs.ext3 -> rootfs.ext2
As explained in my review on PATCH 1/3, ext3 should probably be kept in
the defconfig, and therefore this should be kept.
> Prepare your SDcard
> ===================
> @@ -111,22 +97,26 @@ let's assume it is /dev/mmcblk0:
> Delete all previous partitions with 'd' then create the new partition table,
> using these options, pressing enter after each one:
>
> - * n p 1 9000000 +20480K t 1 b
> - * n p 2 4096 +4496384K t 83
> - * n p 3 2048 +1024K t 3 a2
> + * n p 1 1 4095
> + * n p 2 4096 +22000
> + * n p 3 <Enter> -- This will take the remaining space from the SD card
> +
> +Then, still in fdisk, change the type of the partitions according to this
> + * t 1 a2
> + * t 2 b
Remove all this stuff that explains how to prepare the SD card. If we
have a genimage script that creates a ready to use SD card image, then
there is no need to re-explain all of this in the readme.txt file.
> +(ALT) Install the binaries to SDcard from genimage
> +--------------------------------------------
> +
> +`genimage` will generate a `sockit_image.img` image in the output folder.
> +From that point, you will need to execute the following command:
> +
> + $ sudo dd if=sockit_image.img of=/dev/mmcblk0
Please name the image sdcard.img, and use the following instruction:
sudo dd if=output/images/sdcard.img of=/dev/mmcblk0
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
prev parent reply other threads:[~2017-01-24 5:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-20 15:12 [Buildroot] [PATCH v3 0/3] Altera SoCkit board support fixes Lucas Bajolet
2017-01-20 15:12 ` [Buildroot] [PATCH v3 1/3] configs/altera_sockit: bump kernel to 4.7 and u-boot to v2016.11-rc3 Lucas Bajolet
2017-01-24 5:08 ` Thomas Petazzoni
2017-01-20 15:12 ` [Buildroot] [PATCH v3 2/3] board/altera: added genimage script to SoCkit Lucas Bajolet
2017-01-24 5:13 ` Thomas Petazzoni
2017-01-20 15:12 ` [Buildroot] [PATCH v3 3/3] board/altera: update README for new scripts and fixed some typos Lucas Bajolet
2017-01-24 5:16 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170124181633.653f3617@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox