Changes for page Armbian OS instruction
Last modified by Edwin Chen on 2025/02/26 08:18
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -28,7 +28,7 @@ 28 28 === Step 2.Compile dragino_fwd === 29 29 30 30 31 - **After cloning is complete, Run the command starts compiling:**31 +After cloning is complete, Run the command starts compiling: 32 32 33 33 (% class="box infomessage" %) 34 34 ((( ... ... @@ -47,6 +47,7 @@ 47 47 48 48 === Step 3. Install the dragino_fwd === 49 49 50 + 50 50 Run command: 51 51 52 52 (% class="box infomessage" %) ... ... @@ -57,16 +57,25 @@ 57 57 [[image:image-20220527154811-5.png]] 58 58 59 59 60 -=== Step 3.Trouble Shootings ===61 +=== Trouble Shootings === 61 61 62 -Check the pkt-fwd log: 63 63 64 +Check the dragino_fwd log: 65 + 64 64 (% class="box infomessage" %) 65 65 ((( 66 66 journalctl -u draginofwd -f 67 67 ))) 68 68 69 -[[image:image-2022052715 5227-6.png||height="105" width="952"]]71 +[[image:image-20220527165221-7.png||height="182" width="931"]] 70 70 73 +Start/stop dragino_fwd via systemctl: 71 71 75 +(% class="box infomessage" %) 76 +((( 77 +systemctl start draginofwd 78 +systemctl stop draginofwd 79 +))) 80 + 81 + 72 72