From 1af7284d4466fc4c27935c6fec3f06aad73eeef1 Mon Sep 17 00:00:00 2001 From: Ayush Singh <ayush@beagleboard.org> Date: Fri, 17 Jan 2025 17:27:47 +0530 Subject: [PATCH] readme: Add links to packaging and contributing instructions - Also remove the goals fluff. Use gitlab issues instead. Signed-off-by: Ayush Singh <ayush@beagleboard.org> --- README.md | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 98852fd..dc4fd6d 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,14 @@ # BeagleBoard Imager Rust -A Rust rewrite of [bb-imager](https://openbeagle.org/beagleboard/bb-imager) with support for flashing boards not using Linux. - -# Goals -- [ ] Cross Platform - - [x] Linux - - [x] Windows - - [ ] Macos - - [ ] Web -- [ ] Supported Flashers - - [x] Generic Linux (BeaglePlay, Beagle AI64, etc) - - [x] BeagleConnect Freedom - - [x] BeagleConnect Freedom MSP430 - - [ ] BeaglePlay CC1352 -- [x] Support flash time configuration (ssh, wifi, etc) -- [ ] Remote `config.json` file - -# Run +BeagleBoard Imaging Utility, a streamlined tool for creating, flashing, and managing OS images for BeagleBoard devices. -```shell -cargo run --package bb-imager-gui --release -``` +# Contributing + +Please see [Contributing.md](CONTRIBUTING.md) + +# Packaging + +Please see [Packaging.md](PACKAGING.md) # Configuration -- GitLab