|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 13-Nov-2021 | - |
| README | A D | 13-Nov-2021 | 457 | 17 | 11 |
| rules.mk | A D | 13-Nov-2021 | 130 | 10 | 4 |
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