Hallo Taskit-Team,
I had some time today so I tried to install the OpenEmbedded-System on my Portux 920t. I followed your "Getting started" document, but I can't boot the kernel. After a "run sdboot" I get this error:
## Booting image at 10040000 ...
Image Name: plinux
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1190788 Bytes = 1.1 MB
Load Address: 21000000
Entry Point: 21000000
Verifying Checksum ... Bad Data CRC
I used the kernel from you manual and installed the tar-file on an SD-card.
Maybe you can tell me where the error lies.
A Last question: How often can I reinstall the kernel before the ROM has it max write times?
Best Regards
Stephan

Re: First Test on portux920t failed
It seems that you are still booting the kernel image from address 10040000 but the new kernel image is located at address 10060000. Use
setenv kerneladdr 10060000to set the correct kernel address.Regarding the write times: the flash has 100000 guaranteed erase/write cycles.
It's booting OpenEmbedded now, but ...
Thanks for this hint.
After the System is booting now I was able to check the rest of your manual.
the First error I found was that there is no ipkg.conf file in /etc. There is only an directory ipkg and nothing more.
So this file has to be created fist. Please add this to your manual!
Also it would be nice if you add the command to start automatic from SD-card or USB-stick.
This would be easier for starters like me!
The rest looks fine.