Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
- Update README to add commands to change ownership of /home/tisdk/ to user "tisdk".

- This will provide the necessary permissions needed by user tisdk to write under /home/tisdk/

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
  • Loading branch information
cshilwant authored Mar 19, 2024
1 parent cd6f64a commit ae2fe72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ tisdk@9b297a000db9:~$ pwd
```sh
tisdk@9b297a000db9:~$ pwd
/home/tisdk

# Provide necessary permissions to write in /home/tisdk to user tisdk
tisdk@9b297a000db9:~$ sudo chown -R tisdk /home/tisdk

# Clone oe-layersetup
tisdk@9b297a000db9:~$ git clone https://git.ti.com/git/arago-project/oe-layersetup.git tisdk
Expand Down Expand Up @@ -85,6 +88,9 @@ tisdk@9b297a000db9:~$ pwd
tisdk@9b297a000db9:~$ pwd
/home/tisdk

# Provide necessary permissions to write in /home/tisdk to user tisdk
tisdk@9b297a000db9:~$ sudo chown -R tisdk /home/tisdk

# Download & Install SDK Installer
tisdk@9b297a000db9:~$ wget <link-to-sdk-installer-from-ti.com>
tisdk@9b297a000db9:~$ chmod +x ti-processor-sdk-linux-<machine>-<version>-Linux-x86-Install.bin
Expand Down

0 comments on commit ae2fe72

Please sign in to comment.