• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..13-Nov-2021-

README A D13-Nov-2021457 1711

rules.mk A D13-Nov-2021130 104

README

1
2Notes on the KHADAS VIM2 Board
3-------------------------------
4
5http://docs.khadas.com/
6
7Run LK on VIM2
8---------------
9Below commands assume the VIM2 board is able to boot into U-Boot.
10
11- Copy lk.bin from build-vim2-test to a USB flash drive
12- Connect the USB flash drive to VIM2 USB-A port
13- Boot VIM2 and press enter or space to stop autoboot
14- Run the following commands from U-Boot prompt:
15  usb start; fatload usb 0 0x01080000 lk.bin; go 0x01080000
16
17