• 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/minnowboard/readme.txt
Arnout VandecappelleArnout Vandecappelle committed d7ae660c87101 Mar 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
How to get started with the MinnowBoard MAX
2
===========================================
3
​
4
1. Build
5
​
6
  Apply the defconfig:
7
​
8
  $ make minnowboard_max_defconfig
9
​
10
  Add any additional packages required and build:
11
​
12
  $ make
13
​
14
2. Write the SD card
15
​
16
  The build process will create a SD card image in output/images.
17
  Write the image to an mSD card, insert into the MinnowBoard MAX
18
  and power the board on.
19
​
20
  $ dd if=output/images/sdcard.img of=/dev/mmcblk0; sync
21
​
22
  The system starts two consoles: one on the serial port
23
  and one on HDMI.
24
​
25
3. Enjoy
26
​
27
Additional information about this board can be found at
28
http://www.minnowboard.org/.
  • 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.