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

出自flip the world
Tommy留言 | 貢獻
無編輯摘要
Tommy留言 | 貢獻
第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