"NXP, i.MX 6UL" 修訂間的差異

出自 flip the world
前往: 導覽搜尋
(Build)
行 1: 行 1:
 
[[File:Mcimx6ul-evk.jpg|500px|i.MX 6UL EVB]]
 
[[File:Mcimx6ul-evk.jpg|500px|i.MX 6UL EVB]]
 
== Build ==
 
== Build ==
* Download & Extract Arduino
+
* Get fsl_yocto-L4.1.15_2.0.0-ga.tar.gz
* Install udev Rules
+
** Install the `repo` utility: (only need to do this once)
** The udev rule file gives non-root users permission to use the Teensy devices (serial, HID, etc). More Linux tips below.
+
<pre>
 +
$: mkdir ~/bin
 +
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo  > ~/bin/repo
 +
$: chmod a+x ~/bin/repo
 +
$: PATH=${PATH}:~/bin
 +
</pre>
  
 
== Patches ==
 
== Patches ==
 
i.MX6UL: i.MX 6UltraLite Processor
 
i.MX6UL: i.MX 6UltraLite Processor

於 2019年11月13日 (三) 22:38 的修訂

i.MX 6UL EVB

Build

  • Get fsl_yocto-L4.1.15_2.0.0-ga.tar.gz
    • Install the `repo` utility: (only need to do this once)
$: mkdir ~/bin
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo  > ~/bin/repo
$: chmod a+x ~/bin/repo
$: PATH=${PATH}:~/bin

Patches

i.MX6UL: i.MX 6UltraLite Processor