embedded - How to prepare new SD card for iMX6 sabre lite board for running linux -
I recently bought the i.mx6 subtlelet board and I'm learning colonel cross compilation and board loud.
U-Boot is already in Flash and it is configured to load the kernel from the SD card. I tried to use these images on the SD card using the DD, after some polished image and board boot successfully successfully.
Now, I want to know how to prepare this entire SD card with the kernel and route.
I am able to create kernel images using the following steps described here:
~ / $ git clone GIT: //github.com/boundarydevices/linux- Imx6.git ~ / $ cd linux-imx6 ~ / linux-imx6 $ PATH = / opt / freescale / usr / local / gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12 / fsl-linaro-toolchain / bin /: $ Path ~ / linux-imx6 $ export ARCH = arm ~ / linux-imx6 $ export CROSS_COMPILE = arm-none-linux-gnueabi- ~ / linux-imx6 $ git checkout orig / border-imx-3.0.35_1.1.0 \ -b range-imx-3.0.35_1.1.0 ~ / linux-imx6 $ nitrogen 6x_defconfig ~ / linux-imx6 $ creates UImage modules
Now, these are the issues:
-
I route How do Hes?
-
How do I split the SD card? Take a look at this cross-compiler, kernel, bootloader and rootwas. Will take care of
BR already provides i.mx6 subleet targets. Perform the following steps:
git clone http://git.buildroot.net/git/buildroot.git freescale_imx6dlsabresd_defconfig
to create a CD builder See this resource for the SD card:
But basically you will need a FAT partition for the bootloader and the second for the rootfase, for example ext4.
Comments
Post a Comment