Jocko wrote:And according with your last capture, your nas is not a 2big v2 but a 2 bignas which has better performance :thumbup
BUT do not try to flash uboot by using version for 2big2 !!!!
Thank you Jocko :applause I completely overlooked that, indeed do not write uboot of a 2big2 to flash of a 2bignas, no need for that.
It has been 4 years ago since I looked at a 2big2 or 2bignas. Sorry my bad memory :doh
Indeed this line in the output of the tftp kernel boot proves it is a 2bignas
- Code: Select all
Kirkwood: MV88F6282-Rev-A1, TCLK=200000000
A 2big2 uses a MV88F6281 board
As it is a 2bignas I understand why u-boot fails to load the firmware.
The bootcmd from bootloader 2big NAS is not standard to boot "normal" disk structure from disk
We need to adapt 2big NAS bootloader to get legacy disk boot, otherwise it will boot from nand
Shut down your nas
Use fvdw-sl console to open uboot console and give these commands at the marvel>> prompt
- Code: Select all
setenv LaBackdoor yes
setenv bootcmd 'disk 0x800000 0:6 ; setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/ root=/dev/sda7 ; bootm 0x800000;'
saveenv
After that give command
- Code: Select all
reset
to reboot the nas and everything should be fine