Skip to content

rdidukh/qemu-ipod-nano

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

mkdir build
cd build
../configure --target-list=arm-softmmu --enable-gtk --enable-vte
make -j16

Run

./qemu-system-arm -M ipod-nano-1g,firmware=../../ipod/bootloader-ipodnano1g.bin -drive file=./drive.img,id=drive,if=ide -s -S -nographic
info mtree
info qtree

# With display (not implemented yet):
./qemu-system-arm -M ipod-nano-1g,firmware=../../ipod/bootloader-ipodnano1g.bin -drive file=./drive.img,if=ide,format=raw -trace ide* -display gtk,show-tabs=on -s -S

gdb-multiarch -x .gdbinit

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.0%
  • C++ 11.8%
  • Python 4.2%
  • Shell 1.5%
  • Assembly 0.7%
  • Meson 0.5%
  • Other 1.3%