Hello everyone,
I'm trying to configure openrex imx6 SBC to create a video server for streaming video from IpCam.
I followed the "openrex-how-to-start-with-software" guide and compiled and created the image of the customized YOCTO for openrex. I then wrote the image on the SD, and I tested it on the board.
Now the first problem, if I try to boot from sd with the command:
"setenv bootcmd 'run bootmmc'; saveenv; reset"
but nothing happens and just answers me with a error:
"Error:" bootminc "not defined"
if instead launch the manual command:
"mw.l 0x020d8040 0x2840; mw.l 0x020d8044 0x10000000; reset"
the boot is successful and I can log in as root, and here the second problem, even though it recognizes the ethernet connection, does not allow me to download anything,
"apt-get not found"
Why?
maybe before I write the sd I have to configure uboot and kernel better?
could you tell me the right direction on how to proceed to get a right kernel to install the webserver then?
thanks,
reneeot
I'm trying to configure openrex imx6 SBC to create a video server for streaming video from IpCam.
I followed the "openrex-how-to-start-with-software" guide and compiled and created the image of the customized YOCTO for openrex. I then wrote the image on the SD, and I tested it on the board.
Now the first problem, if I try to boot from sd with the command:
"setenv bootcmd 'run bootmmc'; saveenv; reset"
but nothing happens and just answers me with a error:
"Error:" bootminc "not defined"
if instead launch the manual command:
"mw.l 0x020d8040 0x2840; mw.l 0x020d8044 0x10000000; reset"
the boot is successful and I can log in as root, and here the second problem, even though it recognizes the ethernet connection, does not allow me to download anything,
"apt-get not found"
Why?
maybe before I write the sd I have to configure uboot and kernel better?
could you tell me the right direction on how to proceed to get a right kernel to install the webserver then?
thanks,
reneeot
Comment