i'm on developing ARM board (beaglebone black).
when i was create bootimg image, i just copied the ARM rootfilesystem to booting disk. but, I want to run Linux commands as if it were a host PC.
How can i run linux command like install package in rootfilesystem ? (not host PC's rootfilesystem. run command in Rootfilesystem to be copied later from the host PC to the ARM target board. )
is there any ARM environment emulation tool in linux ?