Difference between revisions of "Apple iPad 1G (apple-ipad1g)"
Jump to navigation
Jump to search
(Apparently boots "Can boot into a mainline linux kernel") |
HenriDellal (talk | contribs) (apple-ipad1g: Revert last change) |
||
Line 35: | Line 35: | ||
| status_calls = - | | status_calls = - | ||
| status = | | status = | ||
− | | booting = | + | | booting = no |
+ | }} | ||
== Contributors == | == Contributors == | ||
* scintill | * scintill |
Latest revision as of 16:11, 20 November 2020
USB Networking |
Broken |
---|---|
Flashing |
Partial |
Touchscreen |
Broken |
Display |
Partial |
WiFi |
Broken |
Xwayland | |
FDE | |
Mainline |
Works |
Battery | |
3D Acceleration |
Broken |
Accelerometer | |
Audio | |
Bluetooth | |
Camera |
Unavailable |
GPS |
Unavailable |
Mobile data | |
SMS |
Unavailable |
Calls |
Unavailable |
USB OTG | |
Contributors
- scintill
Device Owners
- Maxnet (Notes: trying to get openiBoot running)
Progress
Can boot into a mainline linux kernel, but the bootloader isn't persistent so it can only boot tethered.
Booting
- Install syringe package in chroot
- Enter DFU mode (hold Power and Home with USB connected to computer)
- load openiboot
$ loadibec openiboot-ipad1g.bin
expect script for automating booting with oibc
:
#!/usr/bin/expect
spawn oibc
send "!/path/to/vmlinuz\r"
sleep 0.1
send "\r"
expect "Received file"
send "kernel \"console=tty0 PMOS_NO_OUTPUT_REDIRECT\"\r"
expect "Done: kernel"
send "!/path/to/initramfs\r"
sleep 0.1
send "\r"
expect "Received file"
send "initrd\r"
expect "Done: initrd"
send "wait_boot 15000\r"
expect "Done: boot"
- Set
console=ttySAC0
for UART console instead of framebuffer earlycon=s3c2410,0x82500000
andkeep_bootcon
may be useful too.
Links
- openiboot (Great info on wiki)
- iDroid-kernel (older iDroid kernel with ipad support)
- scintill/pmaports#1 (tracking issue)
- iPad Linux This page is a little collection of Linux on the iPad
- Project Sandcastle those awesome guys brought some little support for Android on iPhone 7 and A10 equipped iPads