Ibase SMARC Evaluation Kit Manual do Utilizador Página 60

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 93
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 59
34
SMARC Evaluation Kit
5.1.5. Copying u-boot, kernel to SD card
Insert an empty SD card with at least 4GB size and put it in a card reader connecting to
your host PC. Assume your SD card is /dev/sdb on your x86 host PC
# Copying the u-boot Boot Loader Image
sudo dd if=u-boot.bin of=/dev/sdb bs=512 seek=2 skip=2 conv=fsync
# Copying the Kernel Image
sudo dd if=uImage of=/dev/sdb bs=512 seek=2048 conv=fsync
5.1.6. Copying Filesystem to SD card
Assume your SD card is /dev/sdb.
# Copying the Root File System (rootfs)
First, a partition table must be created. If a partition already exists and it is big enough
for the file system you want to deploy, then you can skip this step.
To create a partition, at offset 16384 (in sectors of 512 bytes) enter the following
command:
sudo fdisk /dev/sdb
Vista de página 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 92 93

Comentários a estes Manuais

Sem comentários