hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Solidrun's MX6 Cubox/Hummingboard
 
https://www.solid-run.com/freescale-imx6-family/hummingboard/
 
https://www.solid-run.com/freescale-imx6-family/cubox-i/
 
To build a minimal support for these boards:
 
    $ make mx6cubox_defconfig
    $ make
 
Buildroot prepares a bootable "sdcard.img" image in the output/images/
directory, ready to be dumped on an SD card:
 
dd if=output/images/sdcard.img of=/dev/<your-microsd-device>
 
For details about the medium image layout, see the definition in
board/solidrun/mx6cubox/genimage.cfg.