From: Duje Mihanović Date: Wed, 25 Dec 2024 14:35:54 +0000 (+0100) Subject: PXA1908: Add U-Boot section X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=7554eefb0b34c9bc8e18e7c2f7dce5ef483fef56;p=dujemihanovic.xyz.git PXA1908: Add U-Boot section --- diff --git a/content/projects/pxa1908/index.md b/content/projects/pxa1908/index.md index d76c79b..62dc690 100644 --- a/content/projects/pxa1908/index.md +++ b/content/projects/pxa1908/index.md @@ -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)