Chip-cn-dat/allwinner-dat/F133-dat/F133-SDK-dat/F133-SDK-dat.md
... ...
@@ -71,9 +71,9 @@ https://github.com/Edragon/allwinner-F133
71 71
72 72
image == https://github.com/ylyamin/allwinner_d1_hal
73 73
74
-https://github.com/YuzukiHD/Buildroot-YuzukiSBC/releases/tag/YuzukiCK1N.0.0.1
75
-
74
+https://github.com/YuzukiHD/Buildroot-YuzukiSBC
76 75
76
+- image flash tools - [[allwinner-sdk-dat]] - https://github.com/Edragon/allwinner-tools
77 77
78 78
## ref
79 79
Chip-cn-dat/allwinner-dat/F133-dat/F133-dat.md
... ...
@@ -7,6 +7,7 @@
7 7
8 8
- [[bootloader-dat]]
9 9
10
+- [[F133]]
10 11
11 12
D1S == F133 == C906
12 13
SDK-dat/allwinner-SDK-dat/allwinner-SDK-dat.md
... ...
@@ -33,8 +33,10 @@ We recommend using our ADB tool for file transfer. It requires no extra connecti
33 33
34 34
## Flash Tools
35 35
36
-1. PhoenixSuit: A Windows-based flashing tool, the most commonly used. Connect the PC and development board via a data cable to flash firmware onto the board. Supports partition flashing, suitable for development and small-scale production. Developers are advised to use this tool for firmware upgrades.
37
-2. LiveSuit: An Ubuntu-based flashing tool. Connect the PC and development board via a data cable to flash firmware onto the board. It is the Ubuntu version of PhoenixSuit, suitable for Ubuntu developers.
36
+- SD card flash == https://www.balena.io/etcher/
37
+
38
+1. **PhoenixSuit**: A Windows-based flashing tool, the most commonly used. Connect the PC and development board via a data cable to flash firmware onto the board. Supports partition flashing, suitable for development and small-scale production. Developers are advised to use this tool for firmware upgrades.
39
+2. **LiveSuit**: An Ubuntu-based flashing tool. Connect the PC and development board via a data cable to flash firmware onto the board. It is the Ubuntu version of PhoenixSuit, suitable for Ubuntu developers.
38 40
3. PhoenixUSBpro: A Windows-based flashing tool. Connect the PC and development board via a data cable to flash firmware onto the board. One PC can connect up to 8 devices simultaneously for batch flashing, suitable for mass production.
39 41
40 42
## Flash
SDK-dat/bootloader-dat/bootloader-dat.md
... ...
@@ -18,6 +18,16 @@ On Allwinner/Sunxi boards, the bootloader (often U-Boot) loads:
18 18
- Root filesystem (from SD card/eMMC partition)
19 19
20 20
21
+## boot.scr
22
+
23
+```
24
+'Vyf6抌zEH ? P沙? ? setenv bootargs console=ttyS0,115200 console=tty0 panic=5 console=tty0 rootwait root=/dev/mmcblk0p2 earlyprintk rw
25
+load mmc 0:1 0x41000000 zImage
26
+load mmc 0:1 0x41800000 sun8i-v3x-yuzukick1n-linux.dtb
27
+bootz 0x41000000 - 0x41800000
28
+```
29
+
30
+
21 31
22 32
## ref
23 33