-
Notifications
You must be signed in to change notification settings - Fork 15
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
Bootloader not initializing -- No EFI system partition #16
Comments
Another question comes to mind, Is it complaining there's no EFI partition found in the boot image? Or is it expecting the tablet to have an EFI partition? |
so i've not tried u-boot on it, but on the tegra3 devices gpt isn't at the start of the disk, just towards the end i believe. unsure if u-boot can be coerced into looking there. what is run_bootloader.sh? its not normal for u-boot to poweroff automatically i think, normally it will enter a cli prompt awaiting a boot cmd if it can't boot. maybe see if the default environment is doing something weird if it can't run the bootcmd? https://docs.u-boot.org/en/latest/board/asus/grouper_common.html#boot shows it looking for extlinux.conf in emmc. maybe it expects to be flashed; there are instructions in this repo for how to fastboot flash boot to upload a new bootloader, dunno if it works for u-boot though. the error you see after uploading u-boot would be expected; nvflash is trying to communicate with the uploaded code using nv3pserver protocol which doesn't exist in u-boot, only the tegra fastboot. if you build u-boot yourself you could enable both a preset environment (e.g. enter |
My apologies about The bootloader script basically runs these commands ./fusee-launcher-new/fusee-launcher.py ./payloads/out/"$gen"/patch_irom.bin
sleep 1
./utils/"$nvflash" --setbct --bct "$bct" --configfile ./utils/flash.cfg --bl "$bootloader" --go As for And how would I build uboot to put it into fastboot mode? Is there a flag I'd need to pass it? And by the USB console, do you mean enabling UART output? |
ah, yeah that repo - they took code from here without attribution and relicensed it 🤔 i was using postmarketos on the ouya for a few years and it worked fine via fastboot (albeit with a kexec chainloader, iirc). i checked an old revision of the postmarketos wiki page: https://wiki.postmarketos.org/index.php?title=Google_Nexus_7_2012_(asus-grouper)&oldid=41047 it actually has flash instructions. i don't think u-boot is required. |
Hello,
I'm attempting to flash UBoot onto my Nexus 7 (2012 / Grouper). Ultimately, my goal is to flash PostMarketOS onto it. One of the requirements for that is to flash uboot onto it.
This is what I see on my Ubuntu laptop when I attempt to flash my u-boot image to the device
Right before the usb read error happens, the tablet flashes the following text on screen before turning off. I had to take a picture of it with my phone to read it:
Have you ran into this issue before? Do you have any advice on how to add and structure EFI partitions onto the tablet?
And I can also confirm that it seems to be fine at a hardware level. I've managed to do the following without issue:
Any advice would be appreciated.
Thanks.
-Gregg
The text was updated successfully, but these errors were encountered: