You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
I could not figure out how to solve this. Sorry.
The text was updated successfully, but these errors were encountered: