File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -266,14 +266,22 @@ or they can be built individually by going to the specific package and running `
266
266
267
267
once the ` .deb ` is built, move it to your PrawnOS device and run ` sudo apt install ./<package-name>.deb `
268
268
269
- - kernel packages are located under ` filesystem /packages`
269
+ - kernel packages are located under ` kernel /packages`
270
270
the kernel image package can be built by running ` make ` in the ` prawnos-linux-image-armhf ` directory
271
271
once the ` .deb ` is built, move it to your PrawnOS device and run ` sudo apt install ./<package-name>.deb `
272
272
273
273
### use the PrawnOS APT repo to update the PrawnOS packages automatically
274
274
275
275
` sudo apt upgrade `
276
276
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
+
277
285
## Documentation
278
286
279
287
Some useful things can be found in ` DOCUMENTATION.md ` including making the coreboot screen less annoying and less beepy
You can’t perform that action at this time.
0 commit comments