File tree Expand file tree Collapse file tree 12 files changed +99
-14
lines changed Expand file tree Collapse file tree 12 files changed +99
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"deploy" : [
3
- " ../deploy .md"
3
+ " ../deploy_mimxrt .md"
4
4
],
5
5
"docs" : " " ,
6
- "features" : [],
6
+ "features" : [
7
+ " MicroUSB" ,
8
+ " Microphone" ,
9
+ " AudioCodec" ,
10
+ " SPDIF" ,
11
+ " OpenSDA" ,
12
+ " JLink"
13
+ ],
7
14
"images" : [
8
15
" i.MXRT1010-TOP.jpg"
9
16
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"deploy" : [
3
- " ../deploy .md"
3
+ " ../deploy_mimxrt .md"
4
4
],
5
5
"docs" : " " ,
6
- "features" : [],
6
+ "features" : [
7
+ " Ethernet" ,
8
+ " SDRAM" ,
9
+ " MicroSD" ,
10
+ " MicroUSB" ,
11
+ " Microphone" ,
12
+ " AudioCodec" ,
13
+ " CAN" ,
14
+ " OpenSDA" ,
15
+ " JLink"
16
+ ],
7
17
"images" : [
8
18
" MIMXRT-1020-EVKBD.jpg"
9
19
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"deploy" : [
3
- " ../deploy .md"
3
+ " ../deploy_mimxrt .md"
4
4
],
5
5
"docs" : " " ,
6
- "features" : [],
6
+ "features" : [
7
+ " Ethernet" ,
8
+ " SDRAM" ,
9
+ " MicroSD" ,
10
+ " MicroUSB" ,
11
+ " Microphone" ,
12
+ " AudioCodec" ,
13
+ " SPDIF" ,
14
+ " CAN" ,
15
+ " OpenSDA" ,
16
+ " JLink"
17
+ ],
7
18
"images" : [
8
19
" IMX_RT1050-EVKB_TOP-LR.jpg"
9
20
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"deploy" : [
3
- " ../deploy .md"
3
+ " ../deploy_mimxrt .md"
4
4
],
5
5
"docs" : " " ,
6
- "features" : [],
6
+ "features" : [
7
+ " Ethernet" ,
8
+ " SDRAM" ,
9
+ " MicroSD" ,
10
+ " MicroUSB" ,
11
+ " Microphone" ,
12
+ " AudioCodec" ,
13
+ " SPDIF" ,
14
+ " CAN" ,
15
+ " Camera" ,
16
+ " OpenSDA" ,
17
+ " JLink"
18
+ ],
7
19
"images" : [
8
20
" X-MIMXRT1060-EVK-BOARD-BOTTOM.jpg"
9
21
],
Original file line number Diff line number Diff line change
1
+ The port for this board is experimental. It is made based on the documentation, but was not yet tested.
Original file line number Diff line number Diff line change 1
1
{
2
2
"deploy" : [
3
- " ../deploy .md"
3
+ " ../deploy_mimxrt .md"
4
4
],
5
5
"docs" : " " ,
6
- "features" : [],
6
+ "features" : [
7
+ " Ethernet" ,
8
+ " SDRAM" ,
9
+ " MicroSD" ,
10
+ " MicroUSB" ,
11
+ " Microphone" ,
12
+ " AudioAmp" ,
13
+ " SPDIF" ,
14
+ " CAN" ,
15
+ " Camera" ,
16
+ " OpenSDA" ,
17
+ " JLink"
18
+ ],
7
19
"images" : [
8
20
" MIMXRT1064EVK-TOP.jpg"
9
21
],
Original file line number Diff line number Diff line change
1
+ The port for this board is experimental. It is made based on the documentation, but was not yet tested.
Original file line number Diff line number Diff line change 1
1
{
2
2
"deploy" : [
3
- " ../deploy .md"
3
+ " ../deploy_teensy .md"
4
4
],
5
5
"docs" : " " ,
6
- "features" : [],
6
+ "features" : [
7
+ " Breadboard Friendly"
8
+ ],
7
9
"images" : [
8
10
" teensy40_front.jpg"
9
11
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"deploy" : [
3
- " ../deploy .md"
3
+ " ../deploy_teensy .md"
4
4
],
5
5
"docs" : " " ,
6
- "features" : [],
6
+ "features" : [
7
+ " MicroSD" ,
8
+ " Ethernet" ,
9
+ " Breadboard Friendly"
10
+ ],
7
11
"images" : [
8
12
" teensy41_4.jpg"
9
13
],
Original file line number Diff line number Diff line change
1
+ Firmware can be loaded to the MIMXRT development boards in various ways. The most convenient
2
+ one is using the built-in support MCU. When a PC is connected to the debug USB port, a drive
3
+ icon will appear. Firmware can be uploaded to the board by copying it to this drive. The copy
4
+ and flashing will take a few moments. At the end of the upload, the drive icon will disappear
5
+ and reappear again. Then the reset button has to be pushed, which starts the MicroPython firmware.
6
+
7
+ Depending on the power jumper settings, both the debug USB and OTG USB port have to be powered
8
+ during firmware upload.
9
+
10
+ You may as well load the firmware using the JLink port or openSDA interface with the appropriate tools.
11
+ For more options, consult the user guide of the board.
Original file line number Diff line number Diff line change
1
+ For deploying the firmware use the Teensy Loader tool provided by PJRC on their web site.
2
+ PJRC provides both a graphical and command line version for Windows, OS X and Linux.
3
+ With the command line version, run the command:
4
+
5
+ ``` bash
6
+ teensy_loader_cli --mcu=imxrt1062 -v -w TEENSY40-< date_version_tag> .hex
7
+ ```
8
+ or for Teensy 4.1:
9
+
10
+ ``` bash
11
+ teensy_loader_cli --mcu=imxrt1062 -v -w TEENSY41-< date_version_tag> .hex
12
+ ```
13
+
14
+ When loading the firmware the PJRC boot loader will erase the content of the board file system.
You can’t perform that action at this time.
0 commit comments