TWRP builds and is fully functional (hopefully).
Not possible, fastboot boot <path_to_recovery_image>
is not working on this device :(
- enter fastboot;
- in cmd do
fastboot flash recovery <path_to_recovery_image>
repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-8.1
repo sync -n -j 1 && repo sync -l -j 4
clone this repo to <twrp_repo>/device/nook
- apply patches from
<twrp_repo>/device/nook/patches
directory - open terminal in
<twrp_repo>
directory; export LC_ALL=C
. build/envsetup.sh
lunch omni_gentoo-userdebug
mka recoveryimage
if everything is successful you should find built recovery by path <twrp_repo>/out/target/product/gentoo/recovery.img
Thanks to Morxi for twrp base: https://github.com/Morxi/twrp_devices_allwinner_b300
Thanks to NiLuJe for FBInk