UBoot with iMX6 - Part 1
UBoot On iMX6 - Part 1 This tutorial series just including u-boot, no kernel and image will be mentioned. Platform iMX6 customized board Sabre SD platform LPDDR2 bases RS232 output Both Windows and Ubuntu PC is needed. Introduction What is u-boot? For me, I'll consider it as a BIOS or boot loader in short. For detial you can see the ref. below: Ref : https://en.wikipedia.org/wiki/Das_U-Boot In this tutorial I'll focus on how uboot setup the controller and drive DRAM up for used. With minimum devices, only processer, DRAM and output / control with RS232, we can bootup the board and load OS with very simple hardware. If you wondering the setting of other devices like PCIe, USB .etc. you can work on those after you finished or understand this series. Cuz this are the minimum requirement of a system, after this series you can understand tutorial like THIS rapidly. (Chinese) Create a u-boot image Ok! Let's start it! To b...