Skip to content

Commit

Permalink
ford: add image link and update readme/todo
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdump0815 committed Nov 2, 2021
1 parent 14de823 commit a2dafd3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
23 changes: 19 additions & 4 deletions systems/tablet_amazon_ford/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## bootable sd card images

- none yet
- https://github.com/hexdump0815/imagebuilder/releases/tag/211101-01

## tested systems - working

Expand All @@ -11,9 +11,24 @@
## kernel build notes

- https://github.com/hexdump0815/linux-amazon-mt8127-kernel/blob/master/readme.f27

right now i'm still using a postmarketos kernel+initrd=boot.img and will maybe later move to an own boot.img
- right now i'm still using a postmarketos kernel+initrd=boot.img and will maybe later move to an own boot.img
- https://github.com/hexdump0815/pmaports-amazon/tree/main/linux-amazon-ford
- https://github.com/hexdump0815/pmaports-amazon/tree/main/device-amazon-ford

## special notes

- this is not useable at all yet, still in a very early and experimental phase
- this is not very useable yet, still in a very early and experimental phase
- as there is no mainline kernel support for those devices the legacy kernel (v3.10) is used
- the kernels and initramfs images are built using the postmarketos build systems (which is very nice btw.), thus the postmarketos splash screen on boot :)
- to use those the devices one needs an unlocked boot loader, so they will not work out of the box on a device
- see: https://forum.xda-developers.com/t/unlock-root-twrp-unbrick-downgrade-fire-7-ford-and-austin.3899860/ - don't create any issues around this topic, ask in the forum there
- just uncompress the files, write the boot.img to boot via fastboot with the unlocked bootloader via twrp, write the device image to an sd card
- usb keyboard and/or mouse can be connected via usb otg (maybe hub)
- maybe replug them if they do not work
- there is an onscreen keyboard option in the menu of the login screen and available via accessories -> onboard in the xfce session and sometimes also in the menu via the onboard icon
- virtual console terminals seem to work
- username/password is as usual linux/changeme
- the focal image seems to reboot as soon as the touch screen is touched (needs some debugging), better use the bullseye image for now
- the tablet will only boot with a battery connected and charging the battery while running linux on it and using usb devices at the same time is very complicated to impossible (i at least got it to the point of draining the battery very slowly by using some special otg hub)
- shutdown with power connected seems to reboot the tablet, connecting power always boots it ... so in the end it can only charged while having linux running :)
- there is some minimal opengl support via some legacy mali blob possible (there are scripts to download the mali blob and gl4es in /scripts - then export LD_LIBRARY_PATH=/opt/gl4es...:/opt/mali... and export LIBGL_FB=3 and some simple programs like glxgears will use the gpu, some programs work, some not)
8 changes: 5 additions & 3 deletions systems/tablet_amazon_ford/todo.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
- the system seems to hang on boot from time to time
- seems to happen more often with bullseye than with focal (but i may be wrong)
- fixed: the system seems to hang on boot from time to time
- looks like this came from trying to mount /boot which is not needed as its already mounted via initramfs
- the legacy v3.10 kernel used here seems to be based on v3.10.54, upsteam it went until v3.10.108 (around november 2017)
- maybe try to patch the legacy up to there step by step
- maybe try to patch the legacy up to there step by step - some trees which seem to have done this:
- https://github.com/mt8127/android_kernel_alcatel_ttab
- https://github.com/ggow/android_kernel_amazon_mt8127-common
- maybe even backport later security fixes
- have a look trying to get the legacy wifi driver working somehow (see mediatek section of: https://wiki.postmarketos.org/wiki/WiFi)
- all experiments so far failed
Expand Down

0 comments on commit a2dafd3

Please sign in to comment.