Skip to content

Commit 4716adf

Browse files
committed
fixup readme, add section on manual kernel upgrades
1 parent cba4cfb commit 4716adf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,22 @@ or they can be built individually by going to the specific package and running `
266266

267267
once the `.deb` is built, move it to your PrawnOS device and run `sudo apt install ./<package-name>.deb`
268268

269-
- kernel packages are located under `filesystem/packages`
269+
- kernel packages are located under `kernel/packages`
270270
the kernel image package can be built by running `make` in the `prawnos-linux-image-armhf` directory
271271
once the `.deb` is built, move it to your PrawnOS device and run `sudo apt install ./<package-name>.deb`
272272

273273
### use the PrawnOS APT repo to update the PrawnOS packages automatically
274274

275275
`sudo apt upgrade`
276276

277+
## Upgrade PrawnOS kernel using specific vmlinux.kpart
278+
279+
The kernel flashing script can be found at `/etc/prawnos/kernel/FlashKernelPartition.sh`
280+
Easily flash a specific kernel by running it like this:
281+
```
282+
/etc/prawnos/kernel/FlashKernelPartition.sh vmlinux.kpart
283+
```
284+
277285
## Documentation
278286

279287
Some useful things can be found in `DOCUMENTATION.md` including making the coreboot screen less annoying and less beepy

0 commit comments

Comments
 (0)