Skip to content

Commit 61a8811

Browse files
committed
init
0 parents  commit 61a8811

35 files changed

+1493
-0
lines changed

.github/workflows/pages_workflow.yml

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: pages-workflow
2+
3+
# execute this workflow automatically when a we push to master
4+
on:
5+
push:
6+
branches: [ master ]
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v4
14+
15+
- name: Install Python
16+
uses: actions/setup-python@v5
17+
with:
18+
python-version: '3.x'
19+
cache: 'pip'
20+
21+
- name: Install Dependencies
22+
run: pip install -r requirements.txt
23+
24+
- name: Build
25+
run: make html
26+
27+
- name: Upload
28+
uses: actions/upload-pages-artifact@v3
29+
with:
30+
path: _build/html
31+
32+
deploy:
33+
needs: build
34+
35+
permissions:
36+
pages: write
37+
id-token: write
38+
39+
environment:
40+
name: github-pages
41+
url: ${{ steps.deployment.outputs.page_url }}
42+
43+
runs-on: ubuntu-latest
44+
steps:
45+
- name: Deploy to GitHub Pages
46+
id: deployment
47+
uses: actions/deploy-pages@v4

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
__pycache__
2+
*.pyc
3+
4+
*.swp
5+
/_build
6+
/doctrees

Makefile

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Minimal makefile for Sphinx documentation
2+
#
3+
4+
# You can set these variables from the command line, and also
5+
# from the environment for the first two.
6+
SPHINXOPTS ?=
7+
SPHINXBUILD ?= sphinx-build
8+
SOURCEDIR = .
9+
BUILDDIR = _build
10+
11+
# Put it first so that "make" without argument is like "make help".
12+
help:
13+
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14+
15+
.PHONY: help Makefile
16+
17+
# Catch-all target: route all unknown targets to Sphinx using the new
18+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19+
%: Makefile
20+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

_static/ec6108v9c-bottom.jpg

5.96 MB
Loading

_static/ec6108v9c-top.jpg

5.86 MB
Loading

_static/ec6108v9c-usb-boot.jpg

933 KB
Loading

_static/hc2910-bottom.jpg

7.99 MB
Loading

_static/hc2910-top.jpg

7.69 MB
Loading

_static/style.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.wy-nav-content {
2+
max-width: none;
3+
}

_templates/layout.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{% extends "!layout.html" %}
2+
{% block extrahead %}
3+
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
4+
{% endblock %}

appendix/ec6108v9c.rst

+148
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
EC6108V9C
2+
=========
3+
4+
PCB
5+
---
6+
7+
.. image:: /_static/ec6108v9c-top.jpg
8+
:width: 25%
9+
10+
.. image:: /_static/ec6108v9c-bottom.jpg
11+
:width: 25%
12+
13+
Boot log
14+
--------
15+
16+
.. code-block:: none
17+
18+
Bootrom start
19+
Boot from eMMC
20+
Initializing DDR ... OK
21+
Starting DDR training ... OK
22+
Starting fastboot ...
23+
24+
25+
System startup
26+
27+
Reg Version: v1.1.0
28+
Reg Time: 2016/2/25 9:23:54
29+
Reg Name: hi3798mdmo1g_hi3798mv100_ddr3_1gbyte_16bitx2_4layers_emmc.reg
30+
31+
Relocate Boot to DDR
32+
33+
Jump to DDR
34+
35+
36+
Compressed-boot v1.0.0
37+
Uncompress.......................Ok
38+
39+
40+
System startup
41+
42+
Reg Version: v1.1.0
43+
Reg Time: 2016/2/25 9:23:54
44+
Reg Name: hi3798mdmo1g_hi3798mv100_ddr3_1gbyte_16bitx2_4layers_emmc.reg
45+
46+
Relocate Boot to DDR
47+
48+
Jump to DDR
49+
50+
51+
Fastboot 3.3.0-00709-ga3bdc60-dirty (liuhh@HW-TV-S5) (Jul 07 2016 - 12:33:43)
52+
53+
Fastboot: Version 3.3.0
54+
Build Date: Jul 7 2016, 12:34:51
55+
CPU: Hi3798Mv100 (CA)
56+
Boot Media: eMMC
57+
DDR Size: 1GB
58+
59+
Check nand flash controller v610. found
60+
Special NAND id table Version 1.36
61+
Nand ID: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
62+
No NAND device found!!!
63+
64+
MMC/SD controller initialization.
65+
MMC/SD Card:
66+
MID: 0x11
67+
Read Block: 512 Bytes
68+
Write Block: 512 Bytes
69+
Chip Size: 7456M Bytes (High Capacity)
70+
Name: "008G3"
71+
Chip Type: MMC
72+
Version: 4.0
73+
Speed: 52000000Hz
74+
Bus Width: 8bit
75+
Boot Addr: 0 Bytes
76+
77+
Boot Env on eMMC
78+
Env Offset: 0x00100000
79+
Env Size: 0x00010000
80+
Env Range: 0x00010000
81+
HI_OTP_LockIdWord,327: ID_WORD have already been locked
82+
83+
84+
SDK Version: HiSTBAndroidV600R001C00SPC063_v2016022921
85+
86+
=====FILE: higo/adp_gfx.c, LINE: 150, Ret:b0038002
87+
=====FILE: higo/adp_gfx.c, LINE: 194, Ret:b0038002
88+
=====FILE: higo/adp_gfx.c, LINE: 388, Ret:b0038002
89+
=====FILE: higo/hi_go_bliter.c, LINE: 149, Ret:b0038002
90+
Security Begin Read RSA Key!
91+
Secure boot is enabled
92+
get key value 0x0
93+
HI_Flash_Read Ret= 3072
94+
HI_Flash_Read Ret= 3072
95+
HI_Flash_Read Ret= 10485760
96+
HI_Flash_Read Ret= 10485760
97+
******** boot from kernel...********
98+
[HMT]Verify kernel begin.
99+
HI_Flash_Read Ret= 1024
100+
HI_Flash_Read Ret= 1024
101+
The kernel size is [0]
102+
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
103+
[HMT] RSA Verify the kernel Error.
104+
[HMT] Check RSA ERROR!!
105+
[HMT] The kernel verify failed.
106+
HI_Flash_Read Ret= 512
107+
HI_Flash_Read Ret= 512
108+
Stb mac is : [XX:XX:XX:XX:XX:XX]
109+
110+
hpm_code_average = 0x106
111+
112+
Reserve Memory
113+
Start Addr: 0x3FFFE000
114+
Bound Addr: 0x8E64000
115+
Free Addr: 0x3F73C000
116+
Alloc Block: Addr Size
117+
0x3FBFD000 4194304
118+
0x3F8FC000 3145728
119+
0x3F87B000 524288
120+
0x3F878000 8192
121+
0x3F843000 212992
122+
0x3F742000 1048576
123+
0x3F73E000 12288
124+
0x3F73D000 0
125+
0x3F73C000 0
126+
127+
Press Ctrl+C to stop autoboot
128+
129+
kernel @ 3e08000 (2572288 bytes)
130+
ramdisk @ 4e00000 (2347778 bytes)
131+
page size @ 2048 bytes
132+
initrd rd_start = 4e00000,rd_end = 503d302
133+
## Booting kernel from Legacy Image at 01ffc7c0 ...
134+
Image Name: Linux-3.10.0_s40
135+
Image Type: ARM Linux Kernel Image (uncompressed)
136+
Data Size: 2572224 Bytes = 2.5 MiB
137+
Load Address: 02000000
138+
Entry Point: 02000000
139+
load:2000000,blob_start:1ffc7c0,blob_end:22707c0,image_start:1ffc800,image_len:273fc0
140+
Loading Kernel Image ... OK
141+
OK
142+
kernel loaded at 0x02000000, end = 0x02273fc0
143+
images.os.start = 0x1FFC7C0, images.os.end = 0x22707c0
144+
images.os.load = 0x2000000, load_end = 0x2273fc0
145+
ret -2
146+
initrd rd_start = 4e00000,rd_end = 503d302
147+
148+
Starting kernel ...

0 commit comments

Comments
 (0)