]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
PXA1908: Add U-Boot section
authorDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 25 Dec 2024 14:35:54 +0000 (15:35 +0100)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 25 Dec 2024 14:35:54 +0000 (15:35 +0100)
content/projects/pxa1908/index.md

index d76c79b046c7009a9da0d9d7f5917b61f2ed037f..62dc690e9ef1f17f8dd049ee0dc93c13fcf118c2 100644 (file)
@@ -20,6 +20,15 @@ The PXA1908 currently has out-of-tree support for booting mainline Linux.
 * [XDA thread](https://xdaforums.com/t/rom-linux-sm-g361f-postmarketos.4679273/)
 * IRC: `#pxa1908-mainline` on [OFTC](https://webchat.oftc.net/)
 
+## U-Boot port
+There is now a somewhat functional U-Boot port! It can be found on my Git
+server. It's packaged into a bootimg just like Linux itself as seen below. Pay
+particular attention to the fact that the U-Boot binary is `gzip`ped and packed
+into an uImage.
+
+*Note: By somewhat functional I mean serial output working. Haven't tested
+serial input and booting a kernel image as of writing.*
+
 ## Building outside pmbootstrap
 
 1. Clone and compile [pxa-mkbootimg](https://github.com/osm0sis/pxa-mkbootimg)