Skip to content

Commit

Permalink
Update GitHub org (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
rotx-eva authored Apr 29, 2024
1 parent e5d3349 commit b4a1cb6
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Start here:

->->-> **[MAXREFDES178 Wiki Page](https://github.com/Analog-Devices-MSDK/refdes/wiki)**
->->-> **[MAXREFDES178 Wiki Page](https://github.com/analogdevicesinc/MAX78xxx-RefDes/wiki)**

->->-> **[Maxim AI Documentation](https://github.com/MaximIntegratedAI/MaximAI_Documentation)**
->->-> **[Maxim AI Documentation](https://github.com/analogdevicesinc/MaximAI_Documentation)**

->->-> **[Getting Started with the MAXREFDES178 Cube Camera](https://github.com/Analog-Devices-MSDK/refdes/wiki/GettingStarted)**
->->-> **[Getting Started with the MAXREFDES178 Cube Camera](https://github.com/analogdevicesinc/MAX78xxx-RefDes/wiki/GettingStarted)**

14 changes: 7 additions & 7 deletions maxrefdes178_doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The schematic and BOM can be found in the MAXREFDES178# Datasheet. See https://w

## Powering Up the MAXREFDES178# for the First Time

[![MAXREFDES178](https://github.com/MaximIntegratedAI/refdes/actions/workflows/maxrefdes178.yml/badge.svg?branch=main)](https://github.com/MaximIntegratedAI/refdes/actions/workflows/maxrefdes178.yml)
[![MAXREFDES178](https://github.com/analogdevicesinc/MAX78xxx-RefDes/actions/workflows/maxrefdes178.yml/badge.svg?branch=main)](https://github.com/analogdevicesinc/MAX78xxx-RefDes/actions/workflows/maxrefdes178.yml)

- *Some* units have a protective film installed covering the camera. Remove the film:

Expand Down Expand Up @@ -85,7 +85,7 @@ On Windows, the MSYS shell (included in the MSDK) can be used to build examples.
Download MAXREFDES178# from GitHub with submodules:

```
git clone --recurse-submodules [email protected]:MaximIntegratedAI/refdes.git
git clone --recurse-submodules [email protected]:analogdevicesinc/MAX78xxx-RefDes.git refdes
```

![](codebase.png)
Expand Down Expand Up @@ -219,8 +219,8 @@ or
- Download latest maxrefdes178_firmware.zip release and extract the content of the zip file.
- https://github.com/MaximIntegratedAI/refdes/releases for stable releases.
- https://github.com/MaximIntegratedAI/refdes/actions/workflows/maxrefdes178.yml for GitHub Action builds.
- https://github.com/analogdevicesinc/MAX78xxx-RefDes/releases for stable releases.
- https://github.com/analogdevicesinc/MAX78xxx-RefDes/actions/workflows/maxrefdes178.yml for GitHub Action builds.
- Open MinGW console, cd into the directory where zip is extracted and cd into one of the demo directory:
Expand Down Expand Up @@ -346,8 +346,8 @@ App-Switcher uses msbl file to load MAX32666, MAX78000 Video and MAX78000 Audio

- Format SD card with FAT32 file system. **Make sure to back up your SD Card content before formatting!**
- Download latest maxrefdes178_firmware.zip release from:
- https://github.com/MaximIntegratedAI/refdes/releases for stable releases.
- https://github.com/MaximIntegratedAI/refdes/actions/workflows/maxrefdes178.yml for GitHub Action builds.
- https://github.com/analogdevicesinc/MAX78xxx-RefDes/releases for stable releases.
- https://github.com/analogdevicesinc/MAX78xxx-RefDes/actions/workflows/maxrefdes178.yml for GitHub Action builds.
- Extract zip content to SD card top directory.

![](sd_card.png)
Expand Down Expand Up @@ -524,7 +524,7 @@ If the programming of Audio or Video Firmware fails repeatedly (due to incomplet
1. Press and hold the SW on MAX32625PICO and then connect it to the USB port to enter the maintenance mode. A MAINTENANCE drive should appear.
2. Drag and drop the latest bin firmware to the MAINTENANCES drive. The latest DAPLINK binary can be found here:
https://github.com/MaximIntegratedAI/MaximAI_Documentation/raw/master/MAX78000_Feather/MAX32625PICO_files/max32625_max78000fthr_if_crc_v1.0.2.bin
https://github.com/analogdevicesinc/MaximAI_Documentation/raw/master/MAX78000_Feather/MAX32625PICO_files/max32625_max78000fthr_if_crc_v1.0.2.bin
3. Following the Drag-and-Drop, the debug adapter should reboot and reconnect as a drive named DAPLINK.
Expand Down
4 changes: 2 additions & 2 deletions maxrefdes178_wiki/AppSwitcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ App-Switcher uses **msbl** files to load MAX32666, MAX78000-Video and MAX78000-A

* Download the latest maxrefdes178_firmware.zip release from:

* https://github.com/MaximIntegratedAI/refdes/releases for stable releases.
* https://github.com/MaximIntegratedAI/refdes/actions/workflows/maxrefdes178.yml for GitHub Action builds.
* https://github.com/analogdevicesinc/MAX78xxx-RefDes/releases for stable releases.
* https://github.com/analogdevicesinc/MAX78xxx-RefDes/refdes/actions/workflows/maxrefdes178.yml for GitHub Action builds.

* Extract zip content to the micro SD card root directory.

Expand Down
2 changes: 1 addition & 1 deletion maxrefdes178_wiki/DevelopmentEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ After the installation of MSDK, on Windows, the MSYS shell (included in the MSDK
Download MAXREFDES178# from GitHub with submodules:

```
git clone --recurse-submodules [email protected]:MaximIntegratedAI/refdes.git
git clone --recurse-submodules [email protected]:analogdevicesinc/MAX78xxx-RefDes.git refdes
```

<p align="center"><img src="images/wiki_developmentenvironmentclonedrepo.png" width="450" alt="MAXDAP TYPE-C" title=""></p>
Expand Down
12 changes: 6 additions & 6 deletions maxrefdes178_wiki/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ At power-up, factory loaded FaceId demo application will start. The source code

Please refer to FaceID Demo page for factory-loaded demo details:

[FaceID Demo on the MAXREFDES178# Cube Camera](https://github.com/MaximIntegratedAI/refdes/tree/develop/maxrefdes178-FaceId)
[FaceID Demo on the MAXREFDES178# Cube Camera](https://github.com/analogdevicesinc/MAX78xxx-RefDes/tree/develop/maxrefdes178-FaceId)


Other available MAXREFDES178# demo pages:

[Cats and Dogs Demo on the MAXREFDES178# Cube Camera](https://github.com/MaximIntegratedAI/refdes/blob/develop/maxrefdes178-CatsDogs)
[Cats and Dogs Demo on the MAXREFDES178# Cube Camera](https://github.com/analogdevicesinc/MAX78xxx-RefDes/blob/develop/maxrefdes178-CatsDogs)

[UNet Demo on the MAXREFDES178# Cube Camera](https://github.com/MaximIntegratedAI/refdes/blob/develop/maxrefdes178-UNet)
[UNet Demo on the MAXREFDES178# Cube Camera](https://github.com/analogdevicesinc/MAX78xxx-RefDes/blob/develop/maxrefdes178-UNet)

[WildLife Demo on the MAXREFDES178# Cube Camera](https://github.com/MaximIntegratedAI/refdes/blob/develop/maxrefdes178-WildLife)
[WildLife Demo on the MAXREFDES178# Cube Camera](https://github.com/analogdevicesinc/MAX78xxx-RefDes/blob/develop/maxrefdes178-WildLife)

[Digit Detection Demo on the MAXREFDES178# Cube Camera](https://github.com/gokhan-bektas/refdes/tree/develop/maxrefdes178-DigitDetection)
[Digit Detection Demo on the MAXREFDES178# Cube Camera](https://github.com/analogdevicesinc/MAX78xxx-RefDes/tree/develop/maxrefdes178-DigitDetection)

[AI Portrait Demo on the MAXREFDES178# Cube Camera](https://github.com/gokhan-bektas/refdes/tree/develop/maxrefdes178-AIPortrait)
[AI Portrait Demo on the MAXREFDES178# Cube Camera](https://github.com/analogdevicesinc/MAX78xxx-RefDes/tree/develop/maxrefdes178-AIPortrait)


<br><br><br>
Expand Down
4 changes: 2 additions & 2 deletions maxrefdes178_wiki/ProgrammingFirmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ If DAPLink debugger/programmer interface is used, the programming should be done
|Releases|
|---|
|Stable Releases:|
|https://github.com/MaximIntegratedAI/refdes/releases|
|https://github.com/analogdevicesinc/MAX78xxx-RefDes/releases|
|Github Actions Builds:|
|https://github.com/MaximIntegratedAI/refdes/actions/workflows/maxrefdes178.yml|
|https://github.com/analogdevicesinc/MAX78xxx-RefDes/actions/workflows/maxrefdes178.yml|

<br><br>

Expand Down
2 changes: 1 addition & 1 deletion maxrefdes178_wiki/RecoveryProcedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Open MinGW console and cd into one of the demo directories:

1. Press and hold the SW on MAX32625PICO and then connect it to the USB port to enter the maintenance mode. A MAINTENANCE drive should appear.

2. Drag and drop the latest bin firmware to the MAINTENANCE drive. The latest DAPLink binary can be found here: https://github.com/MaximIntegratedAI/MaximAI_Documentation/raw/master/MAX78000_Feather/MAX32625PICO_files/max32625_max78000fthr_if_crc_v1.0.2.bin
2. Drag and drop the latest bin firmware to the MAINTENANCE drive. The latest DAPLink binary can be found here: https://github.com/analogdevicesinc/MaximAI_Documentation/raw/master/MAX78000_Feather/MAX32625PICO_files/max32625_max78000fthr_if_crc_v1.0.2.bin

3. Following the Drag-and-Drop, the debug adapter should reboot and reconnect as a drive named DAPLink.

Expand Down

0 comments on commit b4a1cb6

Please sign in to comment.