Please provide the complete source code used for the Omega2.
https://www.gnu.org/licenses/gpl.html
Questions about what source code needs to be published ?
Please provide the complete source code used for the Omega2.
https://www.gnu.org/licenses/gpl.html
Questions about what source code needs to be published ?
It can take quite a while to write to the NOR Flash chip...and these are either 16M or 32M.
Basically push the GO button...and GO do something else.
Don't watch and worry
There is a script to back up the entire mtd on :
https://wiki.openwrt.org/doc/howto/generic.backup
I haven't used it because I see little or no use in saving the other partitions..as they will change with every firmware update
Good luck with that :
OnionIoT/uboot forked from pinney/AR93xx-u-boot_mod
Onion Corporation = Code Bogarts
@administrators
@WereCatf
@Kit-Bishop
@SukkoPera
@Duane-Morin
@Luciano-S
@Mikael-Djurfeldt
@Nathan-Neulinger
@Pedro-Peña
@Sei-Kan-Kiu
I have patched the kernel to reset the device.
With this patch one can issue the command 'reboot' and the device will reboot.
Users that would like to test the firmware built from werecatfs github can e-mail me.
Have you tried a USB upgrade?
firmware is @ http://repo.onion.io/omega2/images/
Try this ?
root@Omega-WWWW:/# uci set wireless.ra0.country='JP'
root@Omega-XXXX:/# uci set wireless.ra0.channel='14'
root@Omega-YYYY:/# uci commit
root@Omega-ZZZZ:/# wifi
cat /etc/config/wireless
config wifi-device 'ra0'
option type 'ralink'
option mode '9'
option txpower '100'
option ht '20'
option disabled '0'
option country 'JP'
option channel '14'
config wifi-iface
option device 'ra0'
option network 'wlan'
option mode 'ap'
option encryption 'psk2'
option key '12345678'
option ApCliEnable '1'
option ApCliSsid 'yourwifissid'
option ApCliAuthMode 'WPA2PSK'
option ApCliEncrypType 'AES'
option ApCliPassWord 'yourpassword'
option ssid 'Omega-4321'