Name Date Size #Lines LOC

..--

genimage.cfgH A D05-Jun-2025879 5042

readme.txtH A D05-Jun-2025982 4631

readme.txt

1*********
2liteBoard
3*********
4
5Build
6=====
7
8First, configure Buildroot for your liteBoard:
9
10  make grinn_liteboard_defconfig
11
12Build image:
13
14  make
15
16After building you should get a tree like this:
17
18  output/images/
19  ├── boot.vfat
20  ├── imx6ul-liteboard.dtb
21  ├── rootfs.ext2
22  ├── rootfs.ext4
23  ├── rootfs.tar
24  ├── sdcard.img
25  ├── u-boot.imx
26  └── zImage
27
28Create a bootable microSD card
29==============================
30
31Buildroot prepares a bootable microSD card image "sdcard.img" in output/images/
32directory, To flash SD card just run the following command:
33
34  sudo dd if=output/images/sdcard.img of=/dev/<sd_card> bs=1M
35
36where <sd_card> can be sdX or mmcblkX
37
38*** WARNING! This will destroy all contents of device you specify! ***
39
40Boot liteBoard
41==============
42
43- insert the microSD card in the microSD slot of the board;
44- plug micro USB cable to provide power and console interface
45- use terminal emulator with 115200 bps, 8n1
46