Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benjamin J. Corrado
imx6ul-14x14-evk
Commits
c635293a
Commit
c635293a
authored
Nov 08, 2017
by
Benjamin J. Corrado
Browse files
Updated git repo information
parent
ab7a0721
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c635293a
...
...
@@ -30,15 +30,15 @@ ubuntu-image 0.15+snap3 48 canonical devmode
Simply clone this repository:
```
~$ git clone https://git.rigado.com/imx6ul-14x14-evk
/ubuntu-core
.git
~$ cd
ubuntu-core
~$ git clone https://git.rigado.com/
corradob/
imx6ul-14x14-evk.git
~$ cd
imx6ul-14x14-evk
```
### Full build
In order to build the whole OS image, you just need to issue the following:
```
~/
ubuntu-core
$ make
~/
imx6ul-14x14-evk
$ make
```
The output file should be named
`ubuntu-core-imx6ul-14x14-evk-yyyymmdd.img.gz`
.
...
...
@@ -46,26 +46,26 @@ The output file should be named `ubuntu-core-imx6ul-14x14-evk-yyyymmdd.img.gz`.
You can then simply flash it using
`zcat`
and
`dd`
.
```
~/
ubuntu-core
$ zcat ubuntu-core-imx6ul-14x14-evk-xxxx.img.gz | sudo dd of=/dev/sdX bs=1M
~/
imx6ul-14x14-evk
$ zcat ubuntu-core-imx6ul-14x14-evk-xxxx.img.gz | sudo dd of=/dev/sdX bs=1M
```
### Gadget build
If you just wish to build the
`gadget`
:
```
~/
ubuntu-core
$ make gadget
~/
imx6ul-14x14-evk
$ make gadget
```
### Kernel build
If you just wish to build the
`kernel`
:
```
~/
ubuntu-core
$ make kernel
~/
imx6ul-14x14-evk
$ make kernel
```
### Image generation
If you re-built the
`kernel`
or the
`gadget`
manually, you can simply generate the image:
```
~/
ubuntu-core
$ make snappy
~/
imx6ul-14x14-evk
$ make snappy
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment