Hi opt12,
I run the latest kernel 6.1 on my NAS4220. Since I did not want to mess around with the original Redboot flash layout I decided to implement some patches. You find them in the repo below.
Would be great if you want to give it a try.
1.) clone the repo
|
Codice sorgente
|
1
2
|
git clone https://github.com/Smartsmurf/openwrt-ib4220.git
cd openwrt-ib4220
|
2.) update feeds
|
Codice sorgente
|
1
2
|
./scripts/feeds update -a
./scripts/feeds install -a
|
3.) copy config-default to .config
|
Codice sorgente
|
1
|
cp config-default to .config
|
4.) make menuconfig
-> select packages
5.) make
finally you find the update under
./bin/targets/gemini/generic
and you find all the nice packages under
./bin/packages/arm_fa526
To install the packages I recommend to insert USB flash drive (4 GB are more than sufficient) and configure this as overlay. All installations will be put on the drive since flash memory is spare. Then configure the software sources to point to the arm_fa526 (or copy it locally on the HDD somewhere).The main benefit is that my fork is flash layout compatible with the original Raidsonic firmware. So when you want to revert you can just install the original FW.
Good luck SM
PS: the default root password is "welcome" (without quotes), but you can put any hash you want into the template "target/linux/gemini/base-files/etc/passwd"
Questo post è stato modificato 3 volta(e), ultima modifica di "SmartSmurf" (13/02/2024, 11:02)