Skip to content

WIP: Add u-boot port for Tuna (Galaxy Nexus)

Daniele Debernardi requested to merge device/u-boot-tuna into master

This is still in progress because as it is now it's quite useless for postmarkerOS since it's configured for dualbooting android.

I'm not sure how to configure it for pmOS, maybe we need to mount the subpartitions in order to have the kernel to boot?

I've also noticed that sometimes the device is stuck at some initial commands, which gets solved by adding a sleep command, so if it's really a timing issue I suppose that I will try to patch the source code to add a sleep of few milliseconds instead, otherwise its too slow the booting process.

I've also managed to get to the console using the UART through the USB, that needs to be configured with the commands:

setenv stdin serial
setenv stdout serial
setenv stderr serial

Links:

Merge request reports