]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - content/projects/pxa1908/index.md
PXA1908: Add Matrix link
[dujemihanovic.xyz.git] / content / projects / pxa1908 / index.md
index 88a3636e71a24a358c613f457cedd6dc4ff86bbf..69d43b81cda46db00d01bc49b2eef676130a7d7c 100644 (file)
@@ -12,18 +12,21 @@ The PXA1908 currently has out-of-tree support for booting mainline Linux.
 
 ## Links
 
-* [Latest version of patchset (v5)](https://lore.kernel.org/all/20230812-pxa1908-lkml-v5-0-a5d51937ee34@skole.hr/)
+* [Latest version of patchset
+  (RESEND v10)](https://lore.kernel.org/20240618-pxa1908-lkml-v10-0-754e5ece9078@skole.hr)
 * [Main Git
-  repository](https://gitlab.com/LegoLivesMatter/linux/-/tree/pxa1908-lkml)
+  repository](https://gitlab.com/LegoLivesMatter/linux/-/tree/mainline)
 * [postmarketOS SoC page](https://wiki.postmarketos.org/wiki/Marvell_PXA1908)
+* [XDA thread](https://xdaforums.com/t/rom-linux-sm-g361f-postmarketos.4679273/)
+* [Matrix chat](https://matrix.to/#/#pxa1908-mainline:dujemihanovic.xyz)
 
 ## Building outside pmbootstrap
 
 1. Clone and compile [pxa-mkbootimg](https://github.com/osm0sis/pxa-mkbootimg)
 1. Clone repository
-1. Checkout `pxa1908-lkml`
+1. Checkout `mainline`
 1. Get [kernel
-   config](https://gitlab.com/postmarketOS/pmaports/-/raw/master/device/testing/linux-samsung-coreprimevelte-mainline/config-samsung-coreprimevelte-mainline.aarch64)
+   config](https://gitlab.com/postmarketOS/pmaports/-/raw/master/device/testing/linux-samsung-coreprimevelte/config-samsung-coreprimevelte.aarch64)
    from pmaports
 1. `make` the kernel and create a boot.img using the below script
 
@@ -48,18 +51,4 @@ mkimage -A arm64 -C gzip -a 0x1000000 -e 0x1000000 -n "pxa1928dkb linux" -d Imag
 ```
 
 ## Todo
-- [ ] Early mainlining
-  - [x] Boot
-  - [x] Serial
-  - [x] USB networking
-  - [x] `simplefb`
-  - [x] Boots into rootfs on SD card
-  - [ ] Boots into rootfs on eMMC *(LOW PRIORITY)*
-  - [ ] PMIC driver
-- [ ] U-Boot
-  - [ ] Boot
-  - [ ] Serial (including loading kernel)
-  - [ ] `simplefb`
-  - [ ] Load kernel from external storage
-  - [ ] USB
-  - Don't know what else to put here
+Moved [here](https://gitlab.com/LegoLivesMatter/linux/-/issues/1)