Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.34 KB

aurora-os

Setup

  1. First run the setup script: ./scripts/fetch_distribution_package.sh
  2. Install Docker

Build the distribution package image

  1. Build the docker container: ./scripts/build_docker.sh
  2. Start the docker container: ./scripts/start_docker.sh
  3. You should now be in the docker container. (The terminal should be showing something like this: dev@cedcfed28edf:/#
  4. Move to /data/
  5. Run source scripts/setup_env.sh
    1. Accept the EULA, if required
  6. You should now be in the following directory: /data/openstlinux-5.10-dunfell-mp1-21-03-31/build-openstlinuxweston-stm32mp1
  7. Run bitbake aurora-image-core to build the image
  8. Exit the docker container
  9. Insert your SD-card, and unmount all partitions on it or format it
  10. From the aurora-os folder, run: ./scripts/write_to_sd.sh <sd_card_device_path>

Check if the image is running

  1. Insert the SD-card with the new image into the STM32MP157c-DK2 device
  2. Connect your workstation with the device over the microUSB connector
  3. Use minicom or similar to start listening on /dev/ttyACM0 with 115200 baud
  4. Power on your device
  5. You should see linux booting. At the end, you can login with the user root, no passwort required

Connect WiFi (distribution image)

Follow the instructions here