Jump to content

Unsupported Devices: Difference between revisions

From postmarketOS Wiki
Lazcode (talk | contribs)
mNo edit summary
Astro (talk | contribs)
m linked devices
Line 15: Line 15:
! Notes
! Notes
|-
|-
   | HTC Wildfire
   | [[HTC Wildfire (htc-buzz)|HTC Wildfire]]
   | Qualcomm MSM7225 - ARMv6 without FPU/VFP [https://github.com/postmarketOS/pmbootstrap/issues/1203 #1203]
   | Qualcomm MSM7225 - ARMv6 without FPU/VFP [https://github.com/postmarketOS/pmbootstrap/issues/1203 #1203]
|-
|-
   | Huawei U8160 (Vodafone 858 Smart)
   | [[Vodafone 858 Smart (huawei-u8160)|Huawei U8160 (Vodafone 858 Smart)]]
   | Qualcomm MSM7225 - ARMv6 without FPU/VFP [https://github.com/postmarketOS/pmbootstrap/issues/1592 #1592]
   | Qualcomm MSM7225 - ARMv6 without FPU/VFP [https://github.com/postmarketOS/pmbootstrap/issues/1592 #1592]
|-
|-
   | Nintendo Wii
   | Nintendo Wii
   | 32-bit PPC not supported by Alpine. See: [https://wiibrew.org/wiki/Wii-Linux Wii-Linux]
   | 32-bit PPC not supported by Alpine. See [https://wiibrew.org/wiki/Wii-Linux Wii-Linux]
|-
|-
   | Zipit Z2
   | Zipit Z2

Revision as of 17:53, 15 December 2019

This is a stub, please expand with more projects, links and descriptions, and a nice intro - then remove this message.

This page is for listing devices that, to our current knowledge, cannot run postmarketOS.

Projects to run another OS on the device can be linked if they exist.

Common Issues

  • Device uses ARMv6 without FPU/VFP, and so it cannot run under the armhf architecture #1203
  • Device uses unsupported architecture (ie. 32-bit powerpc, armv5te)
  • Device has less than 128MB of storage with no option of expansion

Device List

Device Notes
HTC Wildfire Qualcomm MSM7225 - ARMv6 without FPU/VFP #1203
Huawei U8160 (Vodafone 858 Smart) Qualcomm MSM7225 - ARMv6 without FPU/VFP #1592
Nintendo Wii 32-bit PPC not supported by Alpine. See Wii-Linux
Zipit Z2 armv5te not supported by Alpine

Notes

  • The architecture "armhf" in pmOS is ARMv6 but has a strict requirement on an FPU (i.e., requires VFP). #1203
  • Theoretically we could bootstrap a new architecture onto Alpine Linux (run the bootstrap script from Alpine's aports folder, then compile all packages from scratch) but its not feasible at the moment. #1203