Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
litesom:buildroot:quick_start [2017/02/04 19:37]
filug [Install firmware on SD card]
litesom:buildroot:quick_start [2019/06/24 14:48]
piotr.figlarek [Run firmware on liteSOM]
Line 1: Line 1:
-====== Buildroot and liteSOM - quick start ====== +====== Quick start ======
- +
-<alert type="info"> +
-[[:liteSOM:about|liteSOM]] is supported by the [[https://buildroot.org|Buildroot]] since [[https://git.buildroot.net/buildroot/plain/CHANGES?id=2016.11-rc1|2016.11]] release. +
-</alert>+
  
 ===== Download Buildroot sources ===== ===== Download Buildroot sources =====
Line 10: Line 6:
  
   * download [[https://buildroot.org/download.html|stable release]] from [[https://buildroot.org/downloads/]],   * download [[https://buildroot.org/download.html|stable release]] from [[https://buildroot.org/downloads/]],
-  * clone latest from FIXME ''git.buildroot.net/buildroot'' repository.+  * clone latest from [[https://git.buildroot.net/buildroot]] repository.
  
-We recommends to use always the latest **stable** release. \\+We recommends to use always **the latest stable** release.\\
 Below we will use stable release [[https://buildroot.org/downloads/buildroot-2016.11.2.tar.gz|2016.11.2]]. Below we will use stable release [[https://buildroot.org/downloads/buildroot-2016.11.2.tar.gz|2016.11.2]].
  
Line 87: Line 83:
 <code> <code>
 sudo dd if=output/images/sdcard.img of=/dev/mmcblk0 bs=4M sudo dd if=output/images/sdcard.img of=/dev/mmcblk0 bs=4M
-</code>   +</code> 
 +</well>
 </collapse> </collapse>
  
Line 95: Line 92:
  
 Configure [[:litesom:boot switches]] as presented below. Configure [[:litesom:boot switches]] as presented below.
-<grid><col sm="7"><well> + 
-^  BMODE0  ^  BMODE1  ^  BT_CFG1[7]  ^  BT_CFG1[6]  ^  BT_CFG1[5]  ^  BT_CFG2[3] +{{page>:litesom:boot switches&noheader&nofooter}}
-|          |    ON    |              |      ON      |              |              | +
-|   OFF    |          |     OFF      |              |     OFF      |     OFF      | +
-^        ^        ^      3            4                  ^            ^ +
-</well></col></grid>+
  
 Connect your [[litesom:liteboard]] to your PC via USB ↔ micro USB cable. Connect your [[litesom:liteboard]] to your PC via USB ↔ micro USB cable.
Line 362: Line 355:
 </collapse> </collapse>
  
 +With default configuration you can log as a ''root'' (no password needed) and start to use your [[litesom::liteboard]].
  • litesom/buildroot/quick_start.txt
  • Last modified: 2019/06/24 14:59
  • by piotr.figlarek