Aria Ti am335x How to make a bootable SD card

From Ariaboard Wiki
Revision as of 12:28, 17 March 2015 by C2h2 (talk | contribs)
Jump to navigation Jump to search

am335x boot ROM requires bootup SD card to have:


Bootfs (First partition )as FAT16 with boot flags on

  • copy compiled uboot to the partition
  • copy compiled kernel to the partition

Required Files:

MLO
u-boot.img
uEnv.txt
uImage


Rootfs (Second partition) can be ext3, ext4

Depending on uboot settings and kernel support, 2nd partition can be any filesystem format.

We can use ubuntu, buildroot or etc.