Aria Ti am335x How to make a bootable SD card: Difference between revisions

From Ariaboard Wiki
Jump to navigation Jump to search
(Created page with "am335x boot ROM requires bootup SD card to have: #First partition as FAT16 with boot flags on. with (MLO, u-boot.img, uEnv.txt and uImage) #Second partition can be ext3, ext...")
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:




#First partition as FAT16 with boot flags on. with (MLO, u-boot.img, uEnv.txt and uImage)
 
#Second partition can be ext3, ext4 or etc. (depending on uboot settings).
==Bootfs (First partition )as FAT16 with boot flags on==
* copy compiled uboot to the partition [[Aria am335x U-Boot]]
* copy compiled kernel to the partition [[Aria am335x Kernel]]
 
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.

Latest revision as of 18:43, 3 November 2020

am335x boot ROM requires bootup SD card to have:


Bootfs (First partition )as FAT16 with boot flags on

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.