U-Boot build for PocketBook Touch Lux 3
================================================

How to use this:

1) Copy this binary to block 16 of microSD card

   dd if=uboot.bin of=/dev/mmcblk0 oflag=direct seek=16

2) Configure uboot.cmd. Eg.:

   # Sample boot script that is executed by u-boot, set your kernel params here
   setenv bootargs console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=f2fs rw rootwait panic=3 quiet loglevel=0

   # Change to board-rd.itb if you use ramdisk
   load mmc 0:1 0x44000000 board.itb
   bootm 0x44000000

3) Build uboot.scr

   mkimage -A none -T script -C none -d boot.cmd boot.scr

4) Reboot

License
=======

U-Boot code is licensed under GPLv2 and various other licenses. See: https://xff.cz/git/u-boot/tree/Licenses

This binary distribution of U-Boot was built from commit v2020.07-59-g38fcae2e23e2 in https://xff.cz/git/u-boot
