diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-12 15:21:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-12 15:21:19 +0200 |
commit | 891595b9307eb2695411d8e32e4addd9cd927ec8 (patch) | |
tree | b24c323ad3e09f05ca75386ac8fef38a6fff3e74 /beaglebone/readme.md | |
parent | 6926a88695ce2e9fca51e01a1bf6fded3e4cbcca (diff) |
rename folders
Diffstat (limited to 'beaglebone/readme.md')
-rw-r--r-- | beaglebone/readme.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/beaglebone/readme.md b/beaglebone/readme.md new file mode 100644 index 0000000..5231d8f --- /dev/null +++ b/beaglebone/readme.md @@ -0,0 +1,18 @@ +I used [this][img] image as a base, and riced the shit out of it using the +steps recorded in [rice.sh](./rice.sh). This script can be run from the above +image by doing the following: + +``` + (login as `debian` with password `temppwd`) + +$ curl -sLo- https://git.pipeframe.xyz/school/drvo/plain/2/rice.sh | sudo sh -s +``` + +This will upgrade the kernel to version `6.6.15-ti-rt-arm32-r1`, which supports +some fancy new features like the new `class_create` method introduced in 6.4. I +actually recommend you *do not do this*, and instead just start writing a +kernel module targeting version 5.10 from week 1, as this kernel version is way +more common. + +[img]: https://www.beagleboard.org/distros/am335x-11-7-2023-09-02-4gb-emmc-xfce-flasher + |