• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/board/engicam/icorem6_rqs/readme.txt
Jagan TekiJagan Teki committed 3127e4dcd9523 Jun 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
*************************************************
2
Buildroot for Engicam i.CoreM6 RQS SOM platforms:
3
*************************************************
4
​
5
This file documents the Buildroot support for Engicam i.CoreM6 RQS
6
SOM platform boards.
7
​
8
i.CoreM6 Quad/Dual/DualLite/Solo RQS SOM Starter kits:
9
https://www.engicam.com/vis-prod/101124
10
​
11
This configuration uses U-Boot mainline and kernel mainline.
12
​
13
Build
14
=====
15
​
16
First, configure Buildroot for the Engicam i.CoreM6 RQS:
17
​
18
- for i.CoreM6 RQS Quad/Dual/DualLite/Solo:
19
​
20
  make engicam_imx6qdl_icore_rqs_defconfig
21
​
22
Build all components:
23
​
24
  make
25
​
26
You will find the following files in output/images/:
27
- for i.CoreM6 Quad/Dual RQS:
28
  - imx6q-icore-rqs.dtb
29
- for i.CoreM6 DualLite/Solo RQS:
30
  - imx6dl-icore-rqs.dtb
31
  - rootfs.ext4
32
  - rootfs.tar
33
  - sdcard.img
34
  - SPL
35
  - u-boot-dtb.img
36
  - uImage
37
​
38
Create a bootable SD card
39
=========================
40
​
41
To determine the device associated to the SD card have a look in the
42
/proc/partitions file:
43
​
44
  cat /proc/partitions
45
​
46
Buildroot prepares a bootable "sdcard.img" image in the output/images/
47
directory, ready to be dumped on a SD card. Launch the following
48
command as root:
49
​
50
  dd if=output/images/sdcard.img of=/dev/<your-sd-device>
51
  sync
52
​
53
*** WARNING! This will destroy all the card content. Use with care! ***
54
​
55
For details about the medium image layout, see the definition in
56
board/engicam/icorem6_rqs/genimage.cfg
57
​
58
Boot the i.CoreM6 RQS boards with SD boot:
59
=========================================
60
​
61
To boot your newly created system:
62
- insert the SD card in the SD slot of the board;
63
- connect 3-wire RS232 serial port J7 on board, and connect with other
64
  serial end or USB cable(if serial-to-usb converter used) using
65
  a terminal emulator at 115200 bps, 8n1;
66
- close JM2 for sd boot.
67
- power on the board.
68
​
69
Enjoy!
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.