Re: [OE-core] [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM

2021-03-11 Thread Jon Mason
On Wed, Mar 10, 2021 at 10:59 PM Khem Raj wrote: > > > > On 3/10/21 7:16 PM, Jon Mason wrote: > > On Wed, Mar 10, 2021 at 6:30 PM Andre McCurdy wrote: > >> > >> On Wed, Mar 10, 2021 at 3:04 PM Jon Mason wrote: > >>> > >>> Currently seeing the following error when running runqemu on qemuarmv5: >

Re: [OE-core] [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM

2021-03-10 Thread Andre McCurdy
On Wed, Mar 10, 2021 at 7:16 PM Jon Mason wrote: > > On Wed, Mar 10, 2021 at 6:30 PM Andre McCurdy wrote: > > > > On Wed, Mar 10, 2021 at 3:04 PM Jon Mason wrote: > > > > > > Currently seeing the following error when running runqemu on qemuarmv5: > > > runqemu - ERROR - Failed to run qemu:

Re: [OE-core] [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM

2021-03-10 Thread Khem Raj
On 3/10/21 7:16 PM, Jon Mason wrote: On Wed, Mar 10, 2021 at 6:30 PM Andre McCurdy wrote: On Wed, Mar 10, 2021 at 3:04 PM Jon Mason wrote: Currently seeing the following error when running runqemu on qemuarmv5: runqemu - ERROR - Failed to run qemu: qemu-system-arm: versatilepb: memory

Re: [OE-core] [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM

2021-03-10 Thread Jon Mason
On Wed, Mar 10, 2021 at 6:30 PM Andre McCurdy wrote: > > On Wed, Mar 10, 2021 at 3:04 PM Jon Mason wrote: > > > > Currently seeing the following error when running runqemu on qemuarmv5: > > runqemu - ERROR - Failed to run qemu: qemu-system-arm: versatilepb: memory > > size must not exceed 256MB

Re: [OE-core] [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM

2021-03-10 Thread Andre McCurdy
On Wed, Mar 10, 2021 at 3:04 PM Jon Mason wrote: > > Currently seeing the following error when running runqemu on qemuarmv5: > runqemu - ERROR - Failed to run qemu: qemu-system-arm: versatilepb: memory > size must not exceed 256MB > > This is due to the memory size being set to 512 instead of

[OE-core] [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM

2021-03-10 Thread Jon Mason
Currently seeing the following error when running runqemu on qemuarmv5: runqemu - ERROR - Failed to run qemu: qemu-system-arm: versatilepb: memory size must not exceed 256MB This is due to the memory size being set to 512 instead of the max allowable of 256. Limit to this and everything is