Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build for PineTab2 #87

Open
oikumene opened this issue Aug 17, 2024 · 2 comments
Open

Cannot build for PineTab2 #87

oikumene opened this issue Aug 17, 2024 · 2 comments

Comments

@oikumene
Copy link

Tried to make TARGET=RELEASE BOARDS=PINETAB2 with the following version
585f501
It stopped with 2 errors which seem to lack the definition of variables.

/usr/local/bin/aarch64-unknown-freebsd14.0-ld: /usr/home/hiroo/pinetab2/quartz6
4_uefi/Build/PineTab2/RELEASE_GCC5/AARCH64/ArmPlatformPkg/PrePi/PeiUniCore/OUTP
UT/ArmPlatformPrePiUniCore.lib(ModuleEntryPoint.obj): in function `_SetSVCMode'
:
(.text._ModuleEntryPoint+0xc): undefined reference to `mSystemMemoryEnd'
/usr/local/bin/aarch64-unknown-freebsd14.0-ld: /usr/home/hiroo/pinetab2/quartz6
4_uefi/Build/PineTab2/RELEASE_GCC5/AARCH64/ArmPlatformPkg/PrePi/PeiUniCore/OUTP
UT/ArmPlatformPrePiUniCore.lib(ModuleEntryPoint.obj): in function `_NeverReturn
':
(.text._ModuleEntryPoint+0xc8): undefined reference to `CEntryPoint'
collect2: error: ld returned 1 exit status

I could not figure out how to solve this. Sorry.

@459below
Copy link

@jaredmcneill can we push a new git tag just to trigger the automatic release build for the PineTab 2 on your repository?

I think that would make a lot of PineTab 2 UEFI users quite happy.


I forked the repo and pushed a new tag to trigger the GitHub workflow. This put the commit b813ba3 into effect, which added the automatic build for the PinTab 2:
https://github.com/459below/quartz64_uefi/releases/tag/v1.2.1

I did no changes in code whatsoever. I haven't tested it myself on the PineTab 2 yet, though. I know from Danct12's PR #74 that the internal display might not be working. Maybe they recorded it with external Display or something when they showed the demo here https://www.youtube.com/watch?v=i45JZZUDEZA

@459below
Copy link

459below commented Sep 21, 2024

pinetab_2_uefi

Had tested it on a sdcard using the PineTab2 UART Dongle and external screen via micro-HDMI adapter. I could however not get any USB keyboard or pogopin-attached one to get recognized. Danct12 obviously hat it working in their demo. I wonder what does not work for me here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants