20180125_jeffrey - silenceuncrio/diary GitHub Wiki
0905
review
0915
目前 M360P 的 compile 方法如下
Compile image:
First, you need to compile the SDK by the following commands:
source proenv.sh
make menuconfig
make
After SDK compile successful, you can compile the proscend files by the following commands:
cd proscend
make menuconfig
make
0940
參考一下 579X 的 proscend makefile
1440
目前已經可以整出一包 proscend image for m360 upgrade
commit a9ed4f9c5875e9c5191c863254cc3a6fe38c212a
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Thu Jan 25 14:38:33 2018 +0800
now we have a proscend's `sysupgrade.bin` to upgrade m360
- via web gui
- via uboot
note: after kernel starting, kernel panic as following information:
[ 4.328000] Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.