This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim1:development:android:build-android [2022/09/01 23:35] frank |
products:sbc:vim1:development:android:build-android [2023/07/31 02:33] (current) goenjoy |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{indexmenu_n> | + | |
| + | {{indexmenu_n> | ||
| ====== VIM1 Build Android ====== | ====== VIM1 Build Android ====== | ||
| Line 22: | Line 23: | ||
| $ cd PATH_YOUR_PROJECT | $ cd PATH_YOUR_PROJECT | ||
| $ cd uboot | $ cd uboot | ||
| - | $ make CROSS_COMPILE=aarch64-linux-gnu- | + | $ make CROSS_COMPILE=aarch64-linux-gnu- |
| $ make CROSS_COMPILE=aarch64-linux-gnu- | $ make CROSS_COMPILE=aarch64-linux-gnu- | ||
| ``` | ``` | ||
| Line 28: | Line 29: | ||
| Gernerate images in this step: | Gernerate images in this step: | ||
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| <tabbox Android 9.0> | <tabbox Android 9.0> | ||
| Line 36: | Line 37: | ||
| $ cd PATH_YOUR_PROJECT | $ cd PATH_YOUR_PROJECT | ||
| $ cd bootloader/ | $ cd bootloader/ | ||
| - | $ ./mk kvim2 | + | $ ./mk kvim |
| ``` | ``` | ||
| Gernerate images in this step: | Gernerate images in this step: | ||
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| </ | </ | ||
| Line 54: | Line 55: | ||
| ``` | ``` | ||
| - | Gernerate images: '' | + | Gernerate images: '' |
| <WRAP info > | <WRAP info > | ||
| * Replace '' | * Replace '' | ||
| * Replace '' | * Replace '' | ||
| - | * For Android Nougat(7.1), | + | * For Android Nougat(7.1), |
| - | * For Android Pie(9.0), it’s '' | + | * For Android Pie(9.0), it’s '' |
| </ | </ | ||
| Line 72: | Line 73: | ||
| ```shell | ```shell | ||
| - | $ source device/ | + | $ source device/ |
| ``` | ``` | ||
| Line 88: | Line 89: | ||
| ===== See Also ===== | ===== See Also ===== | ||
| - | * [[/ | + | * [[/ |
| - | * [[/ | + | * [[/ |