forked from kref/u-boot-oxnas
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.u-boot-oxnas
41 lines (25 loc) · 860 Bytes
/
README.u-boot-oxnas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Current version branch 2015.10-oxnas for U-Boot
Current version branch oxnas for SPL
Supports the OX820 devices:
Pogoplug V3 Pro
Pogoplug V3 Classic (no Wifi)
Medion NAS MD 86xxx (MitraStar STG-212)
For u-boot images:
http://forum.doozan.com/read.php?3,16017
Special Build Note for SPL
--------------------------
Use GCC 4 to build.
After built, look in ./spl directory for SPL binary
./spl/u-boot-spl.bin
Need to encode it:
./encode.py u-boot-spl.bin u-boot-spl-encoded.bin
Then make it 128K:
dd if=u-boot-spl-encoded.bin of=u-boot-spl.mtd0.img bs=128k conv=sync
==============================================
Change Log:
-----------
oxnas branch (2013.10)
Supports building SPL stage1, NAND and SATA(EXT4, FAT) U-Boot
-----------
2015.10-oxnas branch
Currently supports building NAND U-Boot only. Please use SPL stage1 from oxnas branch.