A tentative workspace for developing the SoDeV demo.
Prerequisites: moulin, ninja
git clone --recurse-submodules https://github.com/automotive-grade-linux/sodev-demo-workspace
cd sodev-demo-workspace
./build.sh
sudo bmaptool copy --nobmap external/meta-rcar-demo/work_v4hsbc_xen/full.img /path/to/sd/device- Insert the SD card created in the previous step into the board.
- Connect two displays to the board:
- One via DisplayPort
- One via MIPI-DSI connector
- Access the U-Boot console and set the following environment variables:
u-boot => setenv bootcmd_xen 'env default -a && env delete bootargs && load mmc 0:1 ${loadaddr} fitImage && bootm ${loadaddr}#default#dt_overlay=r8a779g3-sparrow-hawk-dsi-waveshare-panel.dtbo'
u-boot => setenv bootcmd 'run bootcmd_xen'
u-boot => saveenv- Reboot the board.
- Replace the Android DomU with an AGL IVI guest image
- Replace the Weston desktop Linux DomU with an AGL IC guest image
- Performance and appearance tuning