Re: [U-Boot] Booting a proprietary OS

2016-10-26 Thread Simon Glass
Hi, On 19 October 2016 at 00:47, Paolo De Luca Bosso wrote: > Hi! > > Yes, i have a question about U-Boot. > > Can i use U-Boot as bootloader for a proprietary operating system? Yes. > > I want use bootm command and a bin file. In particular the Image kernel is > produced by mkimage command wit

Re: [U-Boot] Booting a proprietary OS

2016-10-19 Thread Paolo De Luca Bosso
Hi! Yes, i have a question about U-Boot. Can i use U-Boot as bootloader for a proprietary operating system? I want use bootm command and a bin file. In particular the Image kernel is produced by mkimage command with following option: - standalone - uncompressed - arm architecture - U-Boot applic

Re: [U-Boot] Booting a proprietary OS

2016-10-18 Thread Simon Glass
Hi, On 18 October 2016 at 05:47, dlbp90 wrote: > Hello everybody!!! > I need to port an operating system from x86 architecture to ARM > architecture. > In particular i'm using a Cubietruck board board with Cortex A-7 CPU. > > Initially i would use U-boot as bootloader for my operating system: so