This repository has been archived on 2021-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
mudbugos/resources/DocumentationResources/buildubootforspeedy.md

569 B

build uboot for veyron speedy

sudo apt install u-boot-tools sudo apt install python3-distutils sudo apt install swig python3-dev

checkout the uboot repo

config

make menuconfig CROSS_COMPILE=arm-linux-gnueabihf- chromebook_speedy_defconfig enable: boot media -> SD/EMMC and SPI Flash (not sure if necessary) can also enable uart over usb under Arm Architecture

build

make CROSS_COMPILE=arm-linux-gnueabihf- chromebook_speedy_defconfig

Stage 2 bootloaders

use grub as a (stage2) bootloader with uboot?

https://forum.odroid.com/viewtopic.php?t=26894