Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wind_river_lts19 [2020/05/22 09:46] – [Quick Start] rpjday | wind_river_lts19 [2020/05/24 11:01] (current) – [STUFF] rpjday | ||
---|---|---|---|
Line 8: | Line 8: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | |||
+ | ===== STUFF ===== | ||
+ | |||
+ | * WR-specific extensions (templates/ | ||
+ | * how to update wrlinux-x to UPDATE7? | ||
+ | * New support to deploy a platform project image based on the intel-x86-64 BSP with the runqemu command. You no longer require a QEMU-based BSP to deploy and test your x86-based image (RCPL7) | ||
+ | * BB_NO_NETWORK_pn-lmbench=' | ||
+ | |||
+ | ===== New templates ===== | ||
+ | |||
+ | * feature/ | ||
+ | * feature/ | ||
+ | * feature/ | ||
+ | * feature/ | ||
+ | * feature/ | ||
+ | * feature/ | ||
+ | |||
+ | ===== Pre-reqs ===== | ||
+ | |||
+ | * Fedora 31/32 | ||
+ | * Ubuntu 18.04 (NOT 16.04) | ||
===== Quick Start ===== | ===== Quick Start ===== | ||
+ | |||
+ | ==== Cloning ==== | ||
< | < | ||
- | $ mkdir WR; cd WR | + | $ mkdir -p lts19/WR; cd lts19/WR |
$ git clone https:// | $ git clone https:// | ||
</ | </ | ||
+ | |||
+ | ==== setup ==== | ||
+ | |||
+ | < | ||
+ | $ . ./ | ||
+ | </ | ||
+ | |||
+ | ==== Checking ==== | ||
< | < | ||
- | $ ./wrlinux-x/setup.sh --machines | + | $ .../setup.sh |
+ | $ .../setup.sh --list-machines | ||
+ | $ .../ | ||
+ | $ .../ | ||
+ | $ .../ | ||
</ | </ |