Partition SD Card

Partition SD Card
Suggest Edits

If you bought your micro SD card from Aerotenna, you don't need to do this step. But if you're using your own, you'll need to partition your SD card.

Connect the SD card to your computer. Open a terminal in Ubuntu, download GParted if you haven't already:

$ sudo apt-get install gparted

Then open up gparted:

$ sudo gparted

774

GParted UI

  1. Use the top right drop-down menu to toggle over to the SD card.
772

Switch to SD Card

  1. If there are previous partitions you MAY have to right click and 'unmount' them before deletion is possible.

  2. Once you have deleted all the prior partitions, if any. Create a new partition and set the following parameters. New size(MiB): 2 , File system: 'unformatted' and Label: 'BOOT.'

775
  1. Create the second partition and set the following parameters. Free space following(MiB): 256, File system: 'ext4' and Label: 'rootFs'.
776
  1. Create the third partition and set the following parameters. New size(MiB): 256, File system: 'fat32', Label: 'FAT'.
773

Your memory allocation should look similar to this.

774

The 'Size' of rootFs will probably be different, this is okay.

Click the green check mark and 'apply' and GParted will take care of the rest. Your SD card is now formatted to work with the OcPoc with Altera Cyclone. You are now ready to load the files onto the SD card.