Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-bossman/imxrt-linux-buildroot
buildroot for imxrt series
https://github.com/mr-bossman/imxrt-linux-buildroot
Last synced: 4 days ago
JSON representation
buildroot for imxrt series
- Host: GitHub
- URL: https://github.com/mr-bossman/imxrt-linux-buildroot
- Owner: Mr-Bossman
- Created: 2021-05-01T17:52:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T15:54:36.000Z (about 2 months ago)
- Last Synced: 2024-10-30T12:12:11.582Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# i.MXRT Buildroot
How to build:
```bash
git clone https://github.com/Mr-Bossman/imxrt-linux-buildrootcd imxrt-linux-buildroot
git submodule update --init
cd buildroot
make BR2_EXTERNAL=$PWD/../ imxrt1050-evk_fspi_defconfig
make
sudo dd status=progress oflag=sync bs=4k if=output/images/sdcard.img of=/dev/sdX; sync
```