Skip to content

U-boot bootloader for reMarkable Paper Pro

Notifications You must be signed in to change notification settings

reMarkable/uboot-imx-rm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

U-boot bootloader for reMarkable Paper Pro

This repository provides buildable kernel source tree snapshots based on the reMarkable software version. The source code is stored using git lfs. You might need to run git lfs install depending on your system.

Warning

Due to secure boot on the reMarkable Paper Pro device the compiled U-boot binary will not be able to run without being signed with the reMarkable private signing key.

Build instructions (example)

git clone git@github.com:reMarkable/uboot-imx.git && cd uboot-imx-rm
git checkout rmpp_2023.04_v3.14.x

tar xzvf uboot-imx-rel-4.0-jv-3.14.1.10-4929b535df.tar.gz
cd uboot-imx-rel-4.0-jv-3.14.1.10-4929b535df

export make=make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-
make ferrari_defconfig
make -j$(nproc)

About

U-boot bootloader for reMarkable Paper Pro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published