Skip to content

Commit

Permalink
Update OSBuildInstructions.MD
Browse files Browse the repository at this point in the history
added !!! for todos
  • Loading branch information
ctgreen1 authored Mar 7, 2025
1 parent e7f3b2c commit 7e934cd
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions Debian/OSBuildInstructions.MD
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
rtt min/avg/max/mdev = 10.157/10.291/10.425/0.134 ms
```

> ***TODO: update time*** !!!
Update U-Boot to the latest version:
```
sudo /opt/u-boot/bb-u-boot-am335x-evm/install.sh
Expand Down Expand Up @@ -666,14 +668,14 @@ If package isn't found, try running:
```
sudo ldconfig /usr/local/lib
```
Then download can2 decoder:
Then download can2 decoder: !!!
```
git clone https://github.com/kentindell/canhack/
cd canhack/src/can2
```


### 7.11 py-hv-networks
### 7.11 py-hv-networks !!!
[https://github.com/TruckHacking/py-hv-networks](https://github.com/TruckHacking/py-hv-networks)
```
git clone https://github.com/TruckHacking/py-hv-networks
Expand All @@ -688,7 +690,7 @@ sudo python3 setup.py install
pip install -r requirements.txt
```

### 7.12 cmap
### 7.12 cmap !!!
[https://github.com/CanBusHack/cmap](https://github.com/CanBusHack/cmap)
```
git clone https://github.com/CanBusHack/cmap
Expand Down Expand Up @@ -726,7 +728,7 @@ To run:
python3 truckdevil.py
```

### 7.15 python-can-j1939
### 7.15 python-can-j1939 !!!
[https://github.com/juergenH87/python-can-j1939](https://github.com/juergenH87/python-can-j1939)
Install can-j1939:
```
Expand All @@ -739,21 +741,21 @@ cd python-can-j1939
pip install .
```

### 7.16 cancat ???
### 7.16 cancat ??? !!!
[https://github.com/atlas0fd00m/CanCat](https://github.com/atlas0fd00m/CanCat)
```
git clone https://github.com/atlas0fd00m/CanCat
```

**pretty-j1587 ???**
**pretty-j1587 ???** !!!
[https://github.com/ainfosec/pretty_j1587](https://github.com/ainfosec/pretty_j1587)
```
git clone https://github.com/ainfosec/pretty_j1587
```
Verify the installation and run:
```
```
**pretty-j1939 ???**
**pretty-j1939 ???** !!!
[https://github.com/nmfta-repo/pretty_j1939](https://github.com/nmfta-repo/pretty_j1939)
```
git clone https://github.com/nmfta-repo/pretty_j1939
Expand All @@ -762,13 +764,13 @@ Verify the installation and run:
```
```

**PLC4TRUCKSDUCK ???**
**PLC4TRUCKSDUCK ???** !!!
[https://github.com/TruckHacking/plc4trucksduck](https://github.com/TruckHacking/plc4trucksduck)
```
git clone https://github.com/TruckHacking/plc4trucksduck
```

## 8. Configuring the User Environment (TODO)
## 8. Configuring the User Environment (TODO) !!!
Run the following command to open the .bashrc file:
```
nano ~/.bashrc
Expand All @@ -782,4 +784,4 @@ nano ~/.bashrc
- [BeagleBone Black](https://beagleboard.org/black)
- [PinMux](https://www.ofitselfso.com/BeagleNotes/BeagleboneBlackPinMuxModes.php)
- [PinConfig](https://www.beyondlogic.org/adding-can-to-the-beaglebone-black/)
- [Pinconfig2](https://www.bacpeters.com/2020/01/25/configuring-the-beaglebone-black-gpio-pins-permanently/)
- [Pinconfig2](https://www.bacpeters.com/2020/01/25/configuring-the-beaglebone-black-gpio-pins-permanently/)

0 comments on commit 7e934cd

Please sign in to comment.