Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
cringeops committed Mar 22, 2024
1 parent 2de3ae2 commit 50c94ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -C ../linux-pinetab2 M=$PWD mod
```
sudo modprobe --force-vermagic ./bes2600.ko
```
## TODO list
1. ~~Get rid of all unnecessary code (usb/spi parts that we couldn't care less about)~~ [done](https://github.com/cringeops/bes2600/pull/2)
2. Implement MAC setting the standard way via DT local-mac-address
3. Use devm API for GPIO managament
4. Solve the sleep issue (PT2 doesn't go into sleep if bes2600 module is loaded)

0 comments on commit 50c94ae

Please sign in to comment.